summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/firefox/larbs.js3
1 files changed, 3 insertions, 0 deletions
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);