Bug 1750972 - Enable same-site schemeful and noneRequiresSecure by default. r=freddyb

Depends on D150600

Differential Revision: https://phabricator.services.mozilla.com/D150602
This commit is contained in:
Tom Schuster 2022-07-04 10:22:50 +00:00
Родитель 775d9ac992
Коммит 2f42f424bc
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -10205,12 +10205,12 @@
- name: network.cookie.sameSite.noneRequiresSecure
type: bool
value: @IS_EARLY_BETA_OR_EARLIER@
value: true
mirror: always
- name: network.cookie.sameSite.schemeful
type: bool
value: @IS_EARLY_BETA_OR_EARLIER@
value: true
mirror: always
- name: network.cookie.thirdparty.sessionOnly