зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1547813 - Part 11: Add support for reporting breakage when the nsICookieService.BEHAVIOR_REJECT_TRACKER_AND_PARTITION_FOREIGN cookie policy is active; r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D30120 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
31c7d14341
Коммит
db2e485317
|
@ -498,6 +498,8 @@ var ThirdPartyCookies = {
|
|||
// fall through
|
||||
case Ci.nsICookieService.BEHAVIOR_REJECT_TRACKER:
|
||||
return "cookierestrictions";
|
||||
case Ci.nsICookieService.BEHAVIOR_REJECT_TRACKER_AND_PARTITION_FOREIGN:
|
||||
return "cookierestrictionsforeignpartitioned";
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче