mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 22:41:49 +00:00
Revert "mejortorrent: invalid CA" , new CA issued
This reverts commit 29a8d72b09
.
This commit is contained in:
parent
a9e6d6aa00
commit
663e9d4b84
1 changed files with 0 additions and 6 deletions
|
@ -108,12 +108,6 @@ namespace Jackett.Common.Indexers.Definitions
|
|||
|
||||
return caps;
|
||||
}
|
||||
public override void LoadValuesFromJson(JToken jsonConfig, bool useProtectionService = false)
|
||||
{
|
||||
base.LoadValuesFromJson(jsonConfig, useProtectionService);
|
||||
|
||||
webclient?.AddTrustedCertificate(new Uri(SiteLink).Host, "BF2968F052B36973DBBF12616E0655D4683A0040"); // invalid CN=www.marcianotorrent.net
|
||||
}
|
||||
|
||||
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue