Bug 1432694 - Add a default value for the Screenshots upload-disabled pref; r?ianbicking draft
authorJared Hirsch <ohai@6a68.net>
Tue, 23 Jan 2018 18:58:39 -0800
changeset 724179 e664b14bbfcf61b09aac50ceb658cc4ff8339550
parent 723950 b0baaec09caf3e1b30ec6b238f5c46ef9b3188be
child 747082 4b99bb5dd6a83fe4496645820aaf5cb4ca3ee3a5
push id96675
push userbmo:jhirsch@mozilla.com
push dateWed, 24 Jan 2018 16:20:33 +0000
reviewersianbicking
bugs1432694
milestone60.0a1
Bug 1432694 - Add a default value for the Screenshots upload-disabled pref; r?ianbicking MozReview-Commit-ID: 2ZpKfqlwFmb
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1753,8 +1753,11 @@ pref("browser.onboarding.notification.mu
 pref("browser.onboarding.notification.max-life-time-per-tour-ms", 432000000); // 5 days
 pref("browser.onboarding.notification.max-life-time-all-tours-ms", 1209600000); // 14 days
 pref("browser.onboarding.notification.max-prompt-count-per-tour", 8);
 pref("browser.onboarding.newtour", "performance,private,screenshots,addons,customize,default");
 pref("browser.onboarding.updatetour", "performance,library,screenshots,singlesearch,customize,sync");
 
 // Preference that allows individual users to disable Screenshots.
 pref("extensions.screenshots.disabled", false);
+// Preference that allows individual users to leave Screenshots enabled, but
+// disable uploading to the server.
+pref("extensions.screenshots.upload-disabled", false);