mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-22 14:16:59 +01:00
core: remove legacy cloudflare code (#10110)
This commit is contained in:
@@ -193,8 +193,6 @@ namespace Jackett.Common.Utils.Clients
|
||||
}{bodySize} bytes{body}");
|
||||
}
|
||||
|
||||
if (result.Headers.TryGetValue("server", out var server) && server[0] == "cloudflare-nginx")
|
||||
result.ContentString = BrowserUtil.DecodeCloudFlareProtectedEmailFromHTML(result.ContentString);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user