mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Misc
This commit is contained in:
parent
76e54fdb0a
commit
d226e5db5a
1 changed files with 2 additions and 1 deletions
|
@ -733,7 +733,8 @@ namespace ArchiSteamFarm {
|
|||
response.StatusCode = (ushort) statusCode;
|
||||
}
|
||||
|
||||
response.AppendHeader("Access-Control-Allow-Origin", "*");
|
||||
response.AddHeader("Access-Control-Allow-Origin", "*");
|
||||
response.AddHeader("Date", DateTime.UtcNow.ToString("R"));
|
||||
|
||||
if (CompressableContentTypes.Contains(response.ContentType)) {
|
||||
string acceptEncoding = request.Headers["Accept-Encoding"];
|
||||
|
|
Loading…
Reference in a new issue