Use simpler form of AUS2 update URL. Bug 302721, attachment 193786.
r=chase@mozilla.org, a=cbeard@mozilla.org git-svn-id: svn://10.0.0.236/trunk@178899 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4e12e46b69
commit
f260ae7e9f
@ -94,7 +94,7 @@ pref("app.update.mode", 1);
|
||||
pref("app.update.silent", false);
|
||||
|
||||
// Update service URL:
|
||||
pref("app.update.url", "https://aus2.mozilla.org/update2/1/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/update.xml");
|
||||
pref("app.update.url", "https://aus2.mozilla.org/update/1/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/update.xml");
|
||||
// URL user can browse to manually if for some reason all update installation
|
||||
// attempts fail. TODO: Change this URL
|
||||
pref("app.update.url.manual", "http://www.mozilla.org/update");
|
||||
|
||||
@ -73,7 +73,7 @@ pref("app.update.mode", 1);
|
||||
pref("app.update.silent", false);
|
||||
|
||||
// Update service URL:
|
||||
pref("app.update.url", "https://aus2.mozilla.org/update2/1/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/update.xml");
|
||||
pref("app.update.url", "https://aus2.mozilla.org/update/1/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/update.xml");
|
||||
// URL user can browse to manually if for some reason all update installation
|
||||
// attempts fail. TODO: Change this URL
|
||||
pref("app.update.url.manual", "http://www.mozilla.org/update");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user