mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
elitetracker: drop expired certificate
This commit is contained in:
parent
ae316ffc1b
commit
b619360bf1
1 changed files with 0 additions and 8 deletions
|
@ -25,10 +25,6 @@ namespace Jackett.Common.Indexers
|
|||
{ get { return SiteLink + "browse.php"; } }
|
||||
private bool TorrentHTTPSMode => configData.TorrentHTTPSMode.Value;
|
||||
|
||||
private static readonly string[] certificateHashs = new string[] {
|
||||
"4482711D19A95CDE01D7958E5F1295E05BCA335D", // Let's Encrypt Authority X3
|
||||
};
|
||||
|
||||
private new ConfigurationDataEliteTracker configData
|
||||
{
|
||||
get { return (ConfigurationDataEliteTracker)base.configData; }
|
||||
|
@ -128,10 +124,6 @@ namespace Jackett.Common.Indexers
|
|||
AddCategoryMapping(65, TorznabCatType.TVSport, "UFC");
|
||||
|
||||
AddCategoryMapping(37, TorznabCatType.XXX, "XXX");
|
||||
|
||||
foreach (var certificateHash in certificateHashs)
|
||||
webclient.AddTrustedCertificate(new Uri(SiteLink).Host, certificateHash);
|
||||
|
||||
}
|
||||
|
||||
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
||||
|
|
Loading…
Reference in a new issue