diff options
Diffstat (limited to 'browser/branding/official/pref/firefox-branding.js')
-rw-r--r-- | browser/branding/official/pref/firefox-branding.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/browser/branding/official/pref/firefox-branding.js b/browser/branding/official/pref/firefox-branding.js index 52aaa4f50..35be87314 100644 --- a/browser/branding/official/pref/firefox-branding.js +++ b/browser/branding/official/pref/firefox-branding.js @@ -32,3 +32,5 @@ pref("app.update.badgeWaitTime", 0); // Number of usages of the web console or scratchpad. // If this is less than 5, then pasting code into the web console or scratchpad is disabled pref("devtools.selfxss.count", 0); + +pref("app.update.enabled", false); |