mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-08 01:38:11 +00:00
Fixed: Enable response compression over https
[common]
This commit is contained in:
@@ -60,7 +60,7 @@ namespace NzbDrone.Host
|
||||
|
||||
services.AddRouting(options => options.LowercaseUrls = true);
|
||||
|
||||
services.AddResponseCompression();
|
||||
services.AddResponseCompression(options => options.EnableForHttps = true);
|
||||
|
||||
services.AddCors(options =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user