summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-01-19 12:50:17 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-01-19 12:50:17 -0500
commitab8f99cb712895c37c19f907712f2de00f792ab2 (patch)
treebc66c8dde56017a4dcef0096096ebdcbd53a2a95
parenta247e3e851666775d0b29111240c05401a990604 (diff)
downloadeibhear-ab8f99cb712895c37c19f907712f2de00f792ab2.tar.gz
eibhear-ab8f99cb712895c37c19f907712f2de00f792ab2.tar.zst
eibhear-ab8f99cb712895c37c19f907712f2de00f792ab2.zip
lax for logins
-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);