mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Bug 885005 - update the about firefox privacy link. r=jwilde
This commit is contained in:
parent
c3404a7921
commit
f2e1ca749d
@ -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);
|
||||
}
|
||||
|
||||
};
|
||||
|
@ -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/");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user