Bug 896211 - Mixed content help link should be an app.support.baseURL-relative link rather than in its own pref. r=mconley

This commit is contained in:
Ekanan Ketunuti 2013-08-19 08:49:11 -04:00
Родитель 752ab04ec1
Коммит c71565bb75
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -805,7 +805,6 @@ pref("urlclassifier.max-complete-age", 2700);
#endif
pref("browser.geolocation.warning.infoURL", "https://www.mozilla.org/%LOCALE%/firefox/geolocation/");
pref("browser.mixedcontent.warning.infoURL", "http://support.mozilla.org/1/%APP%/%VERSION%/%OS%/%LOCALE%/mixed-content/");
pref("browser.EULA.version", 3);
pref("browser.rights.version", 3);

Просмотреть файл

@ -6637,7 +6637,7 @@ var gIdentityHandler = {
return;
let helplink = document.getElementById("mixed-content-blocked-helplink");
helplink.href = Services.urlFormatter.formatURLPref("browser.mixedcontent.warning.infoURL");
helplink.setAttribute("onclick", "openHelpLink('mixed-content');");
let brandBundle = document.getElementById("bundle_brand");
let brandShortName = brandBundle.getString("brandShortName");