diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-20 00:41:12 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-20 00:41:12 -0700 |
commit | a20b994237553aeaeab4fb2b3399d8df385ade94 (patch) | |
tree | 1817815b11e7f15c2675a011a5067e41cb6c4646 /.mozilla/firefox/xxxxxxxx.fly/user-overrides.js | |
parent | 86e33b474e20ee0162d7adffeed4156979511a3a (diff) |
refactor
Diffstat (limited to '.mozilla/firefox/xxxxxxxx.fly/user-overrides.js')
-rw-r--r-- | .mozilla/firefox/xxxxxxxx.fly/user-overrides.js | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js b/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js index 665edf1c..fa95c6bd 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js +++ b/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js @@ -1,13 +1,12 @@ -// sometimes RFP break things, umcomment next line for temp access +// fixes //user_pref("privacy.resistFingerprinting", false); -// not sure next two lines which break website +// douyu pay, not sure next two which one worked, need test //user_pref("network.http.referer.XOriginPolicy", 0); //user_pref("network.http.referer.XOriginTrimmingPolicy", 0); +// baidu +user_pref("security.ssl.require_safe_negotiation", false); -// some maybe bad choices user_pref("privacy.clearOnShutdown.cookies", false); -// to open baidu -user_pref("security.ssl.require_safe_negotiation", false); // enable search engine in location bar user_pref("keyword.enabled", true); // enable https-only mode in private windows only |