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.
This commit is contained in:
earthlng 2018-03-01 12:12:24 +01:00 committed by GitHub
parent 50186412e4
commit 40391a26a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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