mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed: Enable response compression over https
(cherry picked from commit cb0ae3603309daae4d6b026de15f26cb4b59096d)
This commit is contained in:
parent
98c3408909
commit
77c840b03a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace NzbDrone.Host
|
|||
|
||||
services.AddRouting(options => options.LowercaseUrls = true);
|
||||
|
||||
services.AddResponseCompression();
|
||||
services.AddResponseCompression(options => options.EnableForHttps = true);
|
||||
|
||||
services.AddCors(options =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue