0
0
Fork 0
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:
Jason Volk 2017-08-23 15:48:46 -06:00
parent 1cb5433fce
commit 144159c637

View file

@ -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
}
};