mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
scenehd: Use new certificate thumbprint (#14650)
This commit is contained in:
parent
4025381ecc
commit
51584e8cce
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ namespace Jackett.Common.Indexers
|
|||
{
|
||||
base.LoadValuesFromJson(jsonConfig, useProtectionService);
|
||||
|
||||
webclient?.AddTrustedCertificate(new Uri(SiteLink).Host, "3A4090096DD95D31306B14BFDD8F8C98F52A8EA8");
|
||||
webclient?.AddTrustedCertificate(new Uri(SiteLink).Host, "245621438BD9E2E4D99D753CA1F5088072FCB707");
|
||||
}
|
||||
|
||||
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
||||
|
|
Loading…
Add table
Reference in a new issue