From 60be8be5ec2646ff26fbf0cf451d5c2cbc9e5c72 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sun, 17 Feb 2019 03:51:44 +0000 Subject: [PATCH] UNC and extensions, closes #651 --- user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/user.js b/user.js index 8823dfc..401bb35 100644 --- 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