diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-01 07:59:32 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-01 07:59:32 +0100 |
commit | a86c5f82341a41a0db5945e2317f2d76d1471585 (patch) | |
tree | fe687020c831f26d764d228c47c08f8ab51bcd6f /extensions/Persona/template/en | |
parent | adc18bde393984f64e877cf15c444be30c621307 (diff) | |
download | bugzilla-a86c5f82341a41a0db5945e2317f2d76d1471585.tar.gz bugzilla-a86c5f82341a41a0db5945e2317f2d76d1471585.tar.xz |
Bug 845689: Persona Login problem from Google Chrome
Diffstat (limited to 'extensions/Persona/template/en')
-rw-r--r-- | extensions/Persona/template/en/default/hook/global/header-additional_header.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/Persona/template/en/default/hook/global/header-additional_header.html.tmpl b/extensions/Persona/template/en/default/hook/global/header-additional_header.html.tmpl index 9a6eeb5bf..7eb1e69ec 100644 --- a/extensions/Persona/template/en/default/hook/global/header-additional_header.html.tmpl +++ b/extensions/Persona/template/en/default/hook/global/header-additional_header.html.tmpl @@ -68,7 +68,9 @@ navigator.id.watch({ loggedInUser: null, onlogin: persona_onlogin, onlogout: function () { - document.location = '[% urlbase FILTER none %]index.cgi?logout=1'; + [%# this should be redirecting to index.cgi?logout=1 however there's a + persona bug which causes this to break chrome and safari logins. + https://github.com/mozilla/browserid/issues/2423 %] } }); |