commit f52cb0e3346f5ca95309a4da56198295e3d99f0d
parent fa778f2a87726b4bdba9fb5fda99fd1aad6b7336
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sat, 29 Jul 2017 05:10:40 +1200
0515+0516: screenshots already bundled with FF54
swap 515+516 to keep FF version order, screenshot is 54 (tag 55 pref as 55, but add deprecated 54 pref to section 9999)
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/user.js b/user.js
@@ -346,7 +346,6 @@ user_pref("browser.newtabpage.activity-stream.enabled", false);
/* 0515: disable Screenshots (FF54+)
* [1] https://github.com/mozilla-services/screenshots
* [2] https://www.ghacks.net/2017/05/28/firefox-screenshots-integrated-in-firefox-nightly/ ***/
- // user_pref("extensions.screenshots.system-disabled", true); // (FF54+)
// user_pref("extensions.screenshots.disabled", true); // (FF55+)
/* 0516: disable Onboarding (FF55+)
* Onboarding is an interactive tour/setup for new installs/profiles and features. Every time
@@ -1977,3 +1976,7 @@ user_pref("media.eme.apiVisible", false);
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1342361
user_pref("dom.archivereader.enabled", false);
// ***/
+/* FF55
+ // 0515: disable Screenshots (FF54+) - replaced by extensions.screenshots.disabled
+ // user_pref("extensions.screenshots.system-disabled", true);
+***/