lax for logins
This commit is contained in:
parent
a247e3e851
commit
ab8f99cb71
1 changed files with 3 additions and 0 deletions
|
@ -36,3 +36,6 @@ user_pref("clearOnShutdown.cookies", false);
|
|||
|
||||
// Enable custom userChrome.js:
|
||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
|
||||
// This could otherwise cause some issues on bank logins and other annoying sites:
|
||||
user_pref("network.http.referer.XOriginPolicy", 0);
|
||||
|
|
Loading…
Reference in a new issue