mirror of
https://github.com/Lidarr/Lidarr
synced 2026-03-04 11:32:39 +01:00
Fixed: Enable response compression over https
(cherry picked from commit cb0ae3603309daae4d6b026de15f26cb4b59096d)
This commit is contained in:
parent
976e8d24bd
commit
861e7db0ba
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public void ConfigureServices(IServiceCollection services)
|
|||
|
||||
services.AddRouting(options => options.LowercaseUrls = true);
|
||||
|
||||
services.AddResponseCompression();
|
||||
services.AddResponseCompression(options => options.EnableForHttps = true);
|
||||
|
||||
services.AddCors(options =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue