[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor-browser/tor-browser-83.0b1-10.0-1] fixup! TB4: Tor Browser's Firefox preference overrides.



commit 6e9dc7442f467104029d2f72d8fa8910a4b22561
Author: Alex Catarineu <acat@xxxxxxxxxxxxxx>
Date:   Thu Oct 29 23:03:57 2020 +0100

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    Fixes #40206: Disable the /etc/hosts parser
---
 browser/app/profile/000-tor-browser.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 8bd05987c681..19991a801fcd 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -135,6 +135,9 @@ pref("trailhead.firstrun.branches", "");
 // Clear the list of trusted recursive resolver services
 pref("network.trr.resolvers", "");
 
+// Disable the /etc/hosts parser
+pref("network.trr.exclude-etc-hosts", false);
+
 // Disable crlite
 pref("security.pki.crlite_mode", 0);
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits