From b6a5b1447577c4ebe94c8fe5ecaf3e6491ec50ed Mon Sep 17 00:00:00 2001 From: "cmp%mozilla.org" Date: Thu, 25 Aug 2005 03:49:07 +0000 Subject: [PATCH] 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/branches/MOZILLA_1_8_BRANCH@178899 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/app/profile/firefox.js | 2 +- mozilla/mail/app/profile/all-thunderbird.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/browser/app/profile/firefox.js b/mozilla/browser/app/profile/firefox.js index 7870dcf9ecf..af8db63be2b 100644 --- a/mozilla/browser/app/profile/firefox.js +++ b/mozilla/browser/app/profile/firefox.js @@ -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"); diff --git a/mozilla/mail/app/profile/all-thunderbird.js b/mozilla/mail/app/profile/all-thunderbird.js index c97017a4206..86d01f19d2e 100644 --- a/mozilla/mail/app/profile/all-thunderbird.js +++ b/mozilla/mail/app/profile/all-thunderbird.js @@ -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");