mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1071259 - Clear the loop.hawk-session-token.fxa pref on shutdown to workaround bug 1071247. r=jaws
--HG-- extra : rebase_source : 49df694bae7a03d07552a47615b2711d076b8f43
This commit is contained in:
parent
f4a84162dd
commit
f83333432c
@ -741,6 +741,10 @@ BrowserGlue.prototype = {
|
||||
#endif
|
||||
webrtcUI.uninit();
|
||||
FormValidationHandler.uninit();
|
||||
|
||||
// XXX: Temporary hack to allow Loop FxA login after a restart to work.
|
||||
// Remove this once bug 1071247 is deployed.
|
||||
Services.prefs.clearUserPref("loop.hawk-session-token.fxa");
|
||||
},
|
||||
|
||||
// All initial windows have opened.
|
||||
|
Loading…
Reference in New Issue
Block a user