[tor-commits] [tor-browser/tor-browser-60.0.1esr-8.0-1] fixup! TB4: Tor Browser's Firefox preference overrides.

gk at torproject.org gk at torproject.org
Wed Jun 20 11:44:53 UTC 2018


commit 89614962f2ac1fa333b16c708a890167e9ec1b4e
Author: Georg Koppen <gk at torproject.org>
Date:   Wed Jun 20 09:13:28 2018 +0000

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    Fixes our bug 26424 (disabling UNC paths) and activates Mozilla's fix
    for https://bugzilla.mozilla.org/show_bug.cgi?id=1413868.
---
 browser/app/profile/000-tor-browser.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 4289b7bcc5f9..cd901374ed9f 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -250,6 +250,8 @@ pref("devtools.appmanager.enabled", false);
 pref("devtools.debugger.chrome-debugging-host", "127.0.0.1");
 // Disable mozTCPSocket for sure (bug 18863)
 pref("dom.mozTCPSocket.enabled", false);
+// Disable using UNC paths (bug 26424 and Mozilla's bug 1413868)
+pref("network.file.disable_unc_paths", true);
 
 // Security slider
 pref("svg.in-content.enabled", true);



More information about the tor-commits mailing list