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