зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
752ab04ec1
Коммит
c71565bb75
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче