diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-08-22 08:25:44 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-08-22 08:25:44 -0400 |
commit | 31def0da05280ab834c3585c37ec1b5cde29c89c (patch) | |
tree | 347c8b3a9e7d5a1b920cc01c3eba47cca5459bbc /application/palemoon/branding | |
parent | ab6242a93b849b0a3c7525b16bc01dd3172fc167 (diff) | |
download | UXP-31def0da05280ab834c3585c37ec1b5cde29c89c.tar UXP-31def0da05280ab834c3585c37ec1b5cde29c89c.tar.gz UXP-31def0da05280ab834c3585c37ec1b5cde29c89c.tar.lz UXP-31def0da05280ab834c3585c37ec1b5cde29c89c.tar.xz UXP-31def0da05280ab834c3585c37ec1b5cde29c89c.zip |
[MCP Applications] Add %WIDGET_TOOLKIT% to the AUS update url for Pale Moon and Basilisk
Also removes the redundant branding version of app.update.url in Pale Moon that was missed when many prefs were merged back into application preferences
Diffstat (limited to 'application/palemoon/branding')
-rw-r--r-- | application/palemoon/branding/shared/pref/preferences.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/application/palemoon/branding/shared/pref/preferences.inc b/application/palemoon/branding/shared/pref/preferences.inc index 12803f285..fe1a2f003 100644 --- a/application/palemoon/branding/shared/pref/preferences.inc +++ b/application/palemoon/branding/shared/pref/preferences.inc @@ -12,8 +12,6 @@ pref("browser.identity.ssl_domain_display", 1); //show domain verified SSL (blue // ===| Application Update Service |=========================================== -pref("app.update.url", "https://aus.palemoon.org/?application=%PRODUCT%&version=%VERSION%&arch=%BUILD_TARGET%&buildid=%BUILD_ID%&channel=%CHANNEL%"); - // The time interval between the downloading of mar file chunks in the // background (in seconds) pref("app.update.download.backgroundInterval", 600); |