commit 60be8be5ec2646ff26fbf0cf451d5c2cbc9e5c72
parent 981dd83c1526c5eb8ebe0d86cb30d9e6914382e6
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sun, 17 Feb 2019 03:51:44 +0000
UNC and extensions, closes #651
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/user.js b/user.js
@@ -520,6 +520,7 @@ user_pref("network.proxy.autoconfig_url.include_path", false); // [DEFAULT: fals
* [1] https://www.ghacks.net/2018/02/20/firefox-60-with-new-preference-to-disable-ftp/ ***/
// user_pref("network.ftp.enabled", false);
/* 0709: disable using UNC (Uniform Naming Convention) paths [FF61+]
+ * [SETUP-CHROME] Can break extensions for profiles on network shares
* [1] https://trac.torproject.org/projects/tor/ticket/26424 ***/
user_pref("network.file.disable_unc_paths", true); // [HIDDEN PREF]
/* 0710: disable GIO as a potential proxy bypass vector