user.js

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

commit 5e7258ba2d2c78e8b716d1db11520c4b85e43b50
parent 6e6a99349403ef558d9019868d123060993ce171
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun,  6 May 2018 17:07:09 +0000

remove 0705, fixes #418
Diffstat:
Muser.js | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -471,9 +471,6 @@ user_pref("network.http.altsvc.oe", false); * [1] http://kb.mozillazine.org/Network.proxy.socks_remote_dns * [2] https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/WebBrowsers ***/ user_pref("network.proxy.socks_remote_dns", true); -/* 0705: disable DNS requests for hostnames with a .onion TLD (FF45+) - * [1] https://bugzilla.mozilla.org/1228457 ***/ -user_pref("network.dns.blockDotOnion", true); /* 0706: remove paths when sending URLs to PAC scripts (FF51+) * CVE-2017-5384: Information disclosure via Proxy Auto-Config (PAC) * [1] https://bugzilla.mozilla.org/1255474 ***/