Skip to content

Commit

Permalink
make 0706 more cromulent
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Sep 25, 2021
1 parent 1c6d633 commit 044e3e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
Expand Down

0 comments on commit 044e3e7

Please sign in to comment.