commit 40391a26a249462dd92d032321f1cef8b09f6d69
parent 50186412e4de5ed96340f9adf414c8f026019d66
Author: earthlng <earthlng@users.noreply.github.com>
Date: Thu, 1 Mar 2018 12:12:24 +0100
2629 - link added
link [1] is the ticket where the pref was initially added in FF42 with default `false`. The new link details the changes to the pref since then.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/user.js b/user.js
@@ -1288,7 +1288,8 @@ user_pref("general.useragent.compatMode.firefox", false); // default: false
user_pref("browser.uitour.enabled", false);
user_pref("browser.uitour.url", "");
/* 2629: disable remote JAR files being opened, regardless of content type (FF42+)
- * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1173171 ***/
+ * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1173171
+ * [2] https://www.fxsitecompat.com/en-CA/docs/2015/jar-protocol-support-has-been-disabled-by-default/ ***/
user_pref("network.jar.block-remote-files", true);
/* 2630: prevent accessibility services from accessing your browser [RESTART]
* [SETTING] Options>Privacy & Security>Permissions>Prevent accessibility services from accessing your browser