Merge branch 'v0.22.x'

This commit is contained in:
Max Kellermann
2021-03-13 08:41:10 +01:00
5 changed files with 6 additions and 2 deletions

View File

@@ -162,6 +162,7 @@ HttpdClient::SendResponse() noexcept
"Connection: close\r\n"
"Pragma: no-cache\r\n"
"Cache-Control: no-cache, no-store\r\n"
"Access-Control-Allow-Origin: *\r\n"
"\r\n",
httpd.content_type);
response = buffer;