Bug 1566836 - Respect the Content Blocking allow list for ETP interventions on all platforms; r=baku

Differential Revision: https://phabricator.services.mozilla.com/D40106

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ehsan Akhgari 2019-08-01 11:12:07 +00:00
Родитель 46b4bdc0a3
Коммит 7aed858e28
2 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -1558,8 +1558,6 @@ pref("privacy.trackingprotection.fingerprinting.enabled", true);
// Enable cryptomining blocking by default for all channels, only on desktop.
pref("privacy.trackingprotection.cryptomining.enabled", true);
pref("browser.contentblocking.allowlist.storage.enabled", true);
pref("browser.contentblocking.database.enabled", true);
pref("dom.storage_access.enabled", true);

Просмотреть файл

@ -695,12 +695,13 @@
value: 2
mirror: always
# Whether Content Blocking Third-Party Cookies UI has been enabled.
# Whether Content Blocking allow list is respected for ETP interventions.
- name: browser.contentblocking.allowlist.storage.enabled
type: bool
value: false
value: true
mirror: always
# Whether Content Blocking allow list is respected for tracking annotations.
- name: browser.contentblocking.allowlist.annotations.enabled
type: bool
value: true