commit 6e9dc7442f467104029d2f72d8fa8910a4b22561 Author: Alex Catarineu acat@torproject.org 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);