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)
This commit is contained in:
Thorin-Oakenpants 2017-07-29 05:10:40 +12:00 committed by GitHub
parent fa778f2a87
commit f52cb0e334

View File

@ -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);
***/