Bug 848263 - Use HTTPS instead of HTTP for in-product support.mozilla.org links for metro. r=mbrubeck

This commit is contained in:
Ekanan Ketunuti 2013-05-29 19:26:41 -04:00
parent 7499ed621b
commit a5d06898d6

View File

@ -382,7 +382,7 @@ pref("dom.ipc.content.nice", 1);
pref("breakpad.reportURL", "https://crash-stats.mozilla.com/report/index/");
// TODO: This is not the correct article for metro!!!
pref("app.sync.tutorialURL", "https://support.mozilla.org/kb/sync-firefox-between-desktop-and-mobile");
pref("app.support.baseURL", "http://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/");
pref("app.support.baseURL", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/");
pref("app.privacyURL", "http://www.mozilla.com/legal/privacy/");
pref("app.creditsURL", "http://www.mozilla.org/credits/");
pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/");