Disable application update to prevent Mozilla interference while working on the tree.

This commit is contained in:
wolfbeast 2018-02-03 14:01:56 +01:00 committed by Roy Tam
commit f92e7c75c6

View file

@ -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);