update update URL

This commit is contained in:
Cameron Kaiser 2018-09-09 16:54:31 -07:00
parent 1bb362ca28
commit e662397110
1 changed files with 1 additions and 1 deletions

View File

@ -3326,7 +3326,7 @@ Checker.prototype = {
getCharPref(PREF_APP_UPDATE_URL);
*/
// We do not want to corrupt Firefox 3.6's prefs, so this is hard-coded.
url = "http://www.floodgap.com/software/tenfourfox/updatefpr.xml?ver="
url = "https://www.floodgap.com/software/tenfourfox/updatefpr.xml?ver="
+ Services.appinfo.version+"_"+Services.appinfo.buildInfoTenFourFox;
} catch (e) {