1
0

9999 - JS-comment re-grouping for ESR users

makes it even easier for ESR users to re-enable the prefs they still need
This commit is contained in:
earthlng 2017-08-08 13:15:45 +02:00 committed by GitHub
parent 6be84b8516
commit 3e3acd5897

View File

@ -1885,7 +1885,9 @@ user_pref("dom.telephony.enabled", false);
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1313580
user_pref("dom.battery.enabled", false);
// ***/
/* FF53
/* ESR52 still needs all the following prefs
// [NOTE] replace the * with a slash in the line above to re-enable them if you're using ESR52.x.x
// FF53
// 1265: block rc4 fallback
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1130670
user_pref("security.tls.unrestricted_rc4_fallback", false);
@ -1903,7 +1905,7 @@ user_pref("media.getusermedia.screensharing.allow_on_old_platforms", false);
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1322736
user_pref("dom.beforeAfterKeyboardEvent.enabled", false);
// * * * /
/* FF54
// FF54
// 0415: disable reporting URLs (safe browsing)
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1288633
user_pref("browser.safebrowsing.reportMalwareMistakeURL", "");
@ -1916,7 +1918,7 @@ user_pref("media.eme.apiVisible", false);
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1342361
user_pref("dom.archivereader.enabled", false);
// * * * /
/* FF55
// FF55
// 0209: disable geolocation on non-secure origins (FF54+)
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1269531
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1072859
@ -1955,3 +1957,4 @@ user_pref("browser.tabs.animate", false);
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1352069
user_pref("browser.fullscreen.animate", false);
// * * * /
// ***/