user.js

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

commit 094356e0739bfeae95775384d45cb01f7132c9f1
parent 7d68a3297147d7878a14defe0d10a560252d7fd3
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 25 Oct 2021 20:56:18 +0000

0706: add reference
Diffstat:
Muser.js | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -335,8 +335,9 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF] * [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+] - * [WARNING] Default true is a security feature against malicious extensions - * [SETUP-CHROME] If you use a proxy and you trust your extensions ***/ + * [WARNING] Default true is a security feature against malicious extensions [1] + * [SETUP-CHROME] If you use a proxy and you trust your extensions + * [1] https://blog.mozilla.org/security/2021/10/25/securing-the-proxy-api-for-firefox-add-ons/ ***/ // user_pref("network.proxy.failover_direct", false); /*** [SECTION 0800]: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS ***/