summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-08-11 15:26:18 -0400
committerGaming4JC <g4jc@hyperbola.info>2020-08-11 15:26:18 -0400
commite006c851dc394fac161695015a26a74194f01955 (patch)
treeb5f7fe11a658b324e25695f826a5c64c41929a3d
parent4cd0a8b07ffb045a4a4e83d9afab0accab9d6261 (diff)
downloadiceweasel-uxp-e006c851dc394fac161695015a26a74194f01955.tar.gz
UXP #1628 - Remove redundant update pref
We never used this pref anyway, but it's being removed upstream to consolidate the updater prefs
-rw-r--r--app/profile/iceweasel-uxp.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/profile/iceweasel-uxp.js b/app/profile/iceweasel-uxp.js
index e46bea8..05520f0 100644
--- a/app/profile/iceweasel-uxp.js
+++ b/app/profile/iceweasel-uxp.js
@@ -152,7 +152,6 @@ pref("app.update.service.enabled", true);
//
pref("extensions.update.enabled", true);
pref("extensions.update.url", "");
-pref("extensions.update.background.url", "");
pref("extensions.update.interval", 86400); // Check for updates to Extensions and
// Themes every day
// Non-symmetric (not shared by extensions) extension-specific [update] preferences