mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user