mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
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:
parent
ecd744bdef
commit
5250e686a6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user