[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
This commit is contained in:
Matt A. Tobin 2019-08-22 08:25:44 -04:00 • committed by Roy Tam
commit 90f6b97ecc
3 changed files with 2 additions and 4 deletions

View file

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