From 645f99ef94cbabd19ad562606c58a1b8deebf47b Mon Sep 17 00:00:00 2001 From: Liang-Heng Chen Date: Thu, 1 Aug 2019 11:46:13 +0000 Subject: [PATCH] Bug 1570415 - change the max amount of times the STP doorhanger can be shown from 5 to 2 times; r=johannh Differential Revision: https://phabricator.services.mozilla.com/D40193 --HG-- extra : moz-landing-system : lando --- browser/app/profile/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index da0bc88734a7..997ad25eb065 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1909,4 +1909,4 @@ pref("privacy.socialtracking.notification.period.min", 172800000); // current number of popup shown in the profile. pref("privacy.socialtracking.notification.counter", 0); // maximum number of popup shown in the profile. -pref("privacy.socialtracking.notification.max", 5); +pref("privacy.socialtracking.notification.max", 2);