Bug 1356243 - Enable Screenshots by default. r=Mossop

MozReview-Commit-ID: 9g7dLGzI1Hg
This commit is contained in:
Mark Banner 2017-04-30 17:20:28 +01:00
Родитель 844bb853dd
Коммит 0f020586ea
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -63,9 +63,6 @@ pref("extensions.hotfix.certs.2.sha1Fingerprint", "39:E7:2B:7A:5B:CF:37:78:F9:5D
// Check AUS for system add-on updates.
pref("extensions.systemAddon.update.url", "https://aus5.mozilla.org/update/3/SystemAddons/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml");
// Disable screenshots for now, Shield will enable this.
pref("extensions.screenshots.system-disabled", true);
// Disable add-ons that are not installed by the user in all scopes by default.
// See the SCOPE constants in AddonManager.jsm for values to use here.
pref("extensions.autoDisableScopes", 15);