Bug 1716499: Update test browser_partitionedCookies.js to work with https-first enabled in PBM r=baku

Differential Revision: https://phabricator.services.mozilla.com/D117896
This commit is contained in:
Christoph Kerschbaumer 2021-06-15 13:18:59 +00:00
Родитель 9156929e09
Коммит e6f756935d
4 изменённых файлов: 4 добавлений и 0 удалений

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

@ -493,6 +493,7 @@ this.AntiTracking = {
["dom.storage_access.enabled", true],
["privacy.trackingprotection.enabled", false],
["privacy.trackingprotection.pbmode.enabled", false],
["dom.security.https_first_pbm", false],
[
"privacy.trackingprotection.annotate_channels",
cookieBehavior != BEHAVIOR_ACCEPT,

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

@ -31,6 +31,7 @@ this.DynamicFPIHelper = {
["privacy.trackingprotection.annotate_channels", true],
["privacy.storagePrincipal.enabledForTrackers", false],
["privacy.dynamic_firstparty.use_site", true],
["dom.security.https_first_pbm", false],
[
"privacy.restrict3rdpartystorage.userInteractionRequiredForHosts",
"not-tracking.example.com",

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

@ -141,6 +141,7 @@ this.PartitionedStorageHelper = {
["privacy.trackingprotection.pbmode.enabled", false],
["privacy.trackingprotection.annotate_channels", true],
["privacy.storagePrincipal.enabledForTrackers", false],
["dom.security.https_first_pbm", false],
[
"privacy.restrict3rdpartystorage.userInteractionRequiredForHosts",
"not-tracking.example.com",

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

@ -28,6 +28,7 @@ this.StoragePrincipalHelper = {
["privacy.trackingprotection.annotate_channels", true],
["privacy.storagePrincipal.enabledForTrackers", true],
["privacy.dynamic_firstparty.use_site", true],
["dom.security.https_first_pbm", false],
[
"privacy.restrict3rdpartystorage.userInteractionRequiredForHosts",
"tracking.example.org",