From f92e7c75c61ac0d019c0adca6a9dae769cb46541 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 3 Feb 2018 14:01:56 +0100 Subject: [PATCH] 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(+) diff --git a/browser/branding/official/pref/firefox-branding.js b/browser/branding/official/pref/firefox-branding.js index 52aaa4f508..35be873142 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);