mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 10:52:45 +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:
parent
1647ba4624
commit
f2574736a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user