diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-03 14:01:56 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-03 14:01:56 +0100 |
commit | fcfa07318b5b25d0bb650aa820d99a8c5c14e61b (patch) | |
tree | eda66eb8c5fc3b8aa4b450366a6a2529a62a87f6 /browser/branding | |
parent | 8b8c65072aedef94610748ce92c2ed3a19fd5517 (diff) | |
download | UXP-fcfa07318b5b25d0bb650aa820d99a8c5c14e61b.tar UXP-fcfa07318b5b25d0bb650aa820d99a8c5c14e61b.tar.gz UXP-fcfa07318b5b25d0bb650aa820d99a8c5c14e61b.tar.lz UXP-fcfa07318b5b25d0bb650aa820d99a8c5c14e61b.tar.xz UXP-fcfa07318b5b25d0bb650aa820d99a8c5c14e61b.zip |
Disable application update to prevent Mozilla interference while working on the tree.
Diffstat (limited to 'browser/branding')
-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); |