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

This commit is contained in:
dave0688 2020-04-08 11:03:50 +02:00 committed by GitHub
parent 66d375cb1d
commit 94c0228681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1377,7 +1377,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