From ab8f99cb712895c37c19f907712f2de00f792ab2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 19 Jan 2023 12:50:17 -0500 Subject: [PATCH] lax for logins --- .config/firefox/larbs.js | 3 +++ 1 file changed, 3 insertions(+) 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);