From fcfa07318b5b25d0bb650aa820d99a8c5c14e61b Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 3 Feb 2018 14:01:56 +0100 Subject: Disable application update to prevent Mozilla interference while working on the tree. --- browser/branding/official/pref/firefox-branding.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'browser/branding') 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); -- cgit v1.2.3