summaryrefslogtreecommitdiffstats
path: root/browser/app
diff options
context:
space:
mode:
authorAscrod <32915892+Ascrod@users.noreply.github.com>2018-05-31 18:37:37 -0400
committerAscrod <32915892+Ascrod@users.noreply.github.com>2018-05-31 18:37:37 -0400
commitd1a4cabf485b4fb6e17411aefb6c6af761451992 (patch)
tree14aa76300d80f3ed6a4d978b8054f335e04131bf /browser/app
parentb109b14de63500ab07c478723d4851b345139bdd (diff)
downloadUXP-d1a4cabf485b4fb6e17411aefb6c6af761451992.tar
UXP-d1a4cabf485b4fb6e17411aefb6c6af761451992.tar.gz
UXP-d1a4cabf485b4fb6e17411aefb6c6af761451992.tar.lz
UXP-d1a4cabf485b4fb6e17411aefb6c6af761451992.tar.xz
UXP-d1a4cabf485b4fb6e17411aefb6c6af761451992.zip
Remove tracking protection tour.
Diffstat (limited to 'browser/app')
-rw-r--r--browser/app/profile/firefox.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
index 217f13757..6ffc50eec 100644
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1290,8 +1290,6 @@ pref("privacy.trackingprotection.ui.enabled", true);
#else
pref("privacy.trackingprotection.ui.enabled", false);
#endif
-pref("privacy.trackingprotection.introCount", 0);
-pref("privacy.trackingprotection.introURL", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tracking-protection/start/");
// Enable Contextual Identity Containers
#ifdef NIGHTLY_BUILD