summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-06-05 20:05:22 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-06-05 20:05:22 -0400
commitbfc7a0938fd2243df112eecafef88684c64cbf27 (patch)
treee98c662916322278e7886086b65dd8108b1cb9a0 /tools
parent79e91e481384ec6df20660fbb27a2def0c432b8f (diff)
downloadiceweasel-uxp-bfc7a0938fd2243df112eecafef88684c64cbf27.tar.gz
remove UITour
Diffstat (limited to 'tools')
-rw-r--r--tools/mozscreenshots/mozscreenshots/extension/configurations/ControlCenter.jsm2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/mozscreenshots/mozscreenshots/extension/configurations/ControlCenter.jsm b/tools/mozscreenshots/mozscreenshots/extension/configurations/ControlCenter.jsm
index ed4d92b..1201ed6 100644
--- a/tools/mozscreenshots/mozscreenshots/extension/configurations/ControlCenter.jsm
+++ b/tools/mozscreenshots/mozscreenshots/extension/configurations/ControlCenter.jsm
@@ -195,7 +195,6 @@ this.ControlCenter = {
trackingProtectionEnabled: {
applyConfig: Task.async(function* () {
Services.prefs.setBoolPref("privacy.trackingprotection.enabled", true);
- Services.prefs.setIntPref("privacy.trackingprotection.introCount", 20);
yield UrlClassifierTestUtils.addTestTrackers();
yield loadPage(TRACKING_PAGE);
@@ -208,7 +207,6 @@ this.ControlCenter = {
let browserWindow = Services.wm.getMostRecentWindow("navigator:browser");
let gBrowser = browserWindow.gBrowser;
Services.prefs.setBoolPref("privacy.trackingprotection.enabled", true);
- Services.prefs.setIntPref("privacy.trackingprotection.introCount", 20);
yield UrlClassifierTestUtils.addTestTrackers();
yield loadPage(TRACKING_PAGE);