Bug 841218 - Use HTTPS instead of HTTP for in-product support.mozilla.org links. r=gavin

This commit is contained in:
Raymond Lee 2013-05-29 19:26:41 -04:00
parent ade9ccef94
commit b29d1d1427

View File

@ -896,7 +896,7 @@ pref("toolkit.crashreporter.infoURL",
"https://www.mozilla.org/legal/privacy/firefox.html#crash-reporter"); "https://www.mozilla.org/legal/privacy/firefox.html#crash-reporter");
// base URL for web-based support pages // base URL for web-based support pages
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%/");
// Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror) // Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror)
pref("security.alternate_certificate_error_page", "certerror"); pref("security.alternate_certificate_error_page", "certerror");