From 40391a26a249462dd92d032321f1cef8b09f6d69 Mon Sep 17 00:00:00 2001 From: earthlng Date: Thu, 1 Mar 2018 12:12:24 +0100 Subject: [PATCH] 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. --- user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user.js b/user.js index 1ec2505..e2cbb88 100644 --- 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