diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-01-19 12:50:17 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-01-19 12:50:17 -0500 |
| commit | ab8f99cb712895c37c19f907712f2de00f792ab2 (patch) | |
| tree | bc66c8dde56017a4dcef0096096ebdcbd53a2a95 /.config/firefox/larbs.js | |
| parent | a247e3e851666775d0b29111240c05401a990604 (diff) | |
| download | eibhear-ab8f99cb712895c37c19f907712f2de00f792ab2.tar.gz eibhear-ab8f99cb712895c37c19f907712f2de00f792ab2.tar.zst eibhear-ab8f99cb712895c37c19f907712f2de00f792ab2.zip | |
lax for logins
Diffstat (limited to '.config/firefox/larbs.js')
| -rw-r--r-- | .config/firefox/larbs.js | 3 |
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); |
