1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-29 15:31:16 +02:00

remove 0705, fixes #418

This commit is contained in:
Thorin-Oakenpants 2018-05-06 17:07:09 +00:00 committed by GitHub
parent 6e6a993494
commit 5e7258ba2d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ***/