mirror of
https://github.com/matrix-construct/construct
synced 2025-01-16 09:36:54 +01:00
ircd: Mark the Access-Control-Allow-Origin header so it is not forgotten.
This commit is contained in:
parent
1cb5433fce
commit
144159c637
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ ircd::resource::response::response(client &client,
|
|||
code, str, write_closure(client),
|
||||
{
|
||||
{ "Content-Type", content_type },
|
||||
{ "Access-Control-Allow-Origin", "*" }
|
||||
{ "Access-Control-Allow-Origin", "*" } //TODO: XXX
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue