mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Enable response compression also for https in kestrel
This commit is contained in:
@@ -222,7 +222,7 @@ internal sealed class Startup {
|
||||
}
|
||||
|
||||
// Add support for response compression
|
||||
services.AddResponseCompression();
|
||||
services.AddResponseCompression(static options => options.EnableForHttps = true);
|
||||
|
||||
string? ipcPassword = ASF.GlobalConfig != null ? ASF.GlobalConfig.IPCPassword : GlobalConfig.DefaultIPCPassword;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user