user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 044e3e76e8690934c5c89ce7969257b44bf38a6b
parent 1c6d63314411d2a0496f5547f4a1b46705dbc06a
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 25 Sep 2021 01:47:54 +0000

make 0706 more cromulent
Diffstat:
Muser.js | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -337,8 +337,10 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF] * [3] https://blog.mozilla.org/mozilla/news/firefox-by-default-dns-over-https-rollout-in-canada/ * [4] https://www.eff.org/deeplinks/2020/12/dns-doh-and-odoh-oh-my-year-review-2020 ***/ // user_pref("network.trr.mode", 5); -/* 0706: disable proxy direct failover for system requests [FF91+] ***/ -user_pref("network.proxy.failover_direct", false); +/* 0706: disable proxy direct failover for system requests [FF91+] + * [WARNING] Default true is a security feature against malicious extensions + * [SETUP-CHROME] If you use a proxy and you trust your extensions ***/ + // user_pref("network.proxy.failover_direct", false); /*** [SECTION 0800]: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS ***/ user_pref("_user.js.parrot", "0800 syntax error: the parrot's ceased to be!");