Bug 885005 - update the about firefox privacy link. r=jwilde

This commit is contained in:
Jim Mathies 2013-06-27 14:47:25 -05:00
parent c3404a7921
commit f2e1ca749d
2 changed files with 3 additions and 3 deletions

View File

@ -974,8 +974,8 @@ var Browser = {
onAboutPolicyClick: function() {
FlyoutPanelsUI.hide();
BrowserUI.newTab(Services.prefs.getCharPref("app.privacyURL"),
Browser.selectedTab);
let linkStr = Services.urlFormatter.formatURLPref("app.privacyURL");
BrowserUI.newTab(linkStr, Browser.selectedTab);
}
};

View File

@ -385,7 +385,7 @@ 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", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/");
pref("app.privacyURL", "https://www.mozilla.org/legal/privacy/");
pref("app.privacyURL", "http://www.mozilla.org/%LOCALE%/legal/privacy/firefox.html");
pref("app.creditsURL", "http://www.mozilla.org/credits/");
pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/");