diff --git a/.config/firefox/larbs.js b/.config/firefox/larbs.js index 7fc34a3..b0c89ac 100644 --- a/.config/firefox/larbs.js +++ b/.config/firefox/larbs.js @@ -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);