From a20b994237553aeaeab4fb2b3399d8df385ade94 Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 20 Oct 2021 00:41:12 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/user-overrides.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.mozilla/firefox') 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 -- cgit v1.2.3-70-g09d2