Revert "FEATURE: Add same site cookie 'None' option to make cross domain systems possible (#9374)"

samesite=none is not supported in Rack 2.0.8. We can re-apply this change once Rack has been upgraded.

https://meta.discourse.org/t/cooke-samesite-none-not-working-because-of-outdated-rack-version/151331

This reverts commit 94c0228681.
This commit is contained in:
David Taylor 2020-05-13 16:17:05 +01:00
parent 9b85e75937
commit cb8f8de422
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 2 deletions

View File

@ -1382,8 +1382,7 @@ security:
- Lax
- Strict
- Disabled
- None
regex: "^(Lax|Strict|Disabled|None)$"
regex: "^(Lax|Strict|Disabled)$"
enable_escaped_fragments: true
allow_index_in_robots_txt: true
moderators_create_categories: false