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

Previously reverted in cb8f8de4, but can be re-applied now that Rack has been updated
This commit is contained in:
dave0688 2020-05-19 10:32:56 +01:00 committed by David Taylor
parent 1647ba4624
commit f2574736a2
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434

View File

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