mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
FIX: allow the Dont-Chunk header for remote message bus access
This commit is contained in:
parent
e564f9356e
commit
50379183e1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def setup_message_bus_env(env)
|
||||||
{
|
{
|
||||||
"Access-Control-Allow-Origin" => Discourse.base_url_no_prefix,
|
"Access-Control-Allow-Origin" => Discourse.base_url_no_prefix,
|
||||||
"Access-Control-Allow-Methods" => "GET, POST",
|
"Access-Control-Allow-Methods" => "GET, POST",
|
||||||
"Access-Control-Allow-Headers" => "X-SILENCE-LOGGER, X-Shared-Session-Key"
|
"Access-Control-Allow-Headers" => "X-SILENCE-LOGGER, X-Shared-Session-Key, Dont-Chunk"
|
||||||
},
|
},
|
||||||
user_id: user_id,
|
user_id: user_id,
|
||||||
group_ids: group_ids,
|
group_ids: group_ids,
|
||||||
|
|
Loading…
Reference in a new issue