Bug 1194864 - about:privatebrowsing built-in page links to incorrect SUMO page. r=paolo

This commit is contained in:
Panos Astithas 2015-08-24 17:45:55 +03:00
parent 4f244c3506
commit eecd644303

View File

@ -1879,10 +1879,9 @@ pref("browser.apps.URL", "https://marketplace.firefox.com/discovery/");
#ifdef NIGHTLY_BUILD
pref("browser.polaris.enabled", false);
pref("privacy.trackingprotection.ui.enabled", false);
pref("privacy.trackingprotection.introURL", "https://support.mozilla.org/kb/tracking-protection-firefox");
#endif
pref("privacy.trackingprotection.introCount", 0);
pref("privacy.trackingprotection.introURL", "https://support.mozilla.org/kb/tracking-protection-firefox");
pref("privacy.trackingprotection.introURL", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/tracking-protection-pbm");
#ifndef RELEASE_BUILD
// At the moment, autostart.2 is used, while autostart.1 is unused.