Bug 1677144 - Add partitionedHosts intervention for ETP breakage; r=timhuang

Differential Revision: https://phabricator.services.mozilla.com/D97168
This commit is contained in:
Steven Englehardt 2020-11-16 19:35:22 +00:00
Родитель dd5e258583
Коммит ba85e16656
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1052,9 +1052,11 @@ pref("dom.cycle_collector.incremental", true);
// 3 = openAbused
pref("privacy.popups.disable_from_plugins", 3);
// Enable Paritioned LocalStorage for a list of hosts when detected as trackers
// Fix cookie blocking breakage by providing ephemeral Paritioned LocalStorage
// for a list of hosts when detected as trackers.
// (See nsICookieService::BEHAVIOR_REJECT_TRACKER cookie behavior)
pref("privacy.restrict3rdpartystorage.partitionedHosts", "accounts.google.com/o/oauth2/");
// See: Bug 1505212, Bug 1659394, Bug 1631811, Bug 1665035.
pref("privacy.restrict3rdpartystorage.partitionedHosts", "accounts.google.com/o/oauth2/,d35nw2lg0ahg0v.cloudfront.net/,datastudio.google.com/embed/reporting/,d3qlaywcwingl6.cloudfront.net/");
// If a host is contained in this pref list, user-interaction is required
// before granting the storage access permission.