Bug 1242525 - Enable notification on first activation of Tracking Protection in normal mode. r=past

--HG--
extra : commitid : 9E3BPA92bAH
extra : rebase_source : 016c419763a73329e7a985ccea958bce368ed020
This commit is contained in:
Paolo Amadini 2016-01-29 13:01:29 +00:00
parent ecd744bdef
commit 5250e686a6

View File

@ -4,7 +4,7 @@
var TrackingProtection = {
// If the user ignores the doorhanger, we stop showing it after some time.
MAX_INTROS: 0,
MAX_INTROS: 20,
PREF_ENABLED_GLOBALLY: "privacy.trackingprotection.enabled",
PREF_ENABLED_IN_PRIVATE_WINDOWS: "privacy.trackingprotection.pbmode.enabled",
enabledGlobally: false,