mirror of https://github.com/Jackett/Jackett
Psytorrents: update certificate
This commit is contained in:
parent
573ba5b41f
commit
68e72e41cf
|
@ -10,7 +10,7 @@ namespace Jackett.Common.Indexers
|
|||
public class Psytorrents : GazelleTracker
|
||||
{
|
||||
private static readonly string[] certificateHashs = new string[] {
|
||||
"455333CC651C249E1A91DFF8EFC2A5F8044FE956", // expired
|
||||
"8375026D07C1EAE2DCE7157ABF255357366AE341", // expired
|
||||
};
|
||||
|
||||
public Psytorrents(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService)
|
||||
|
|
Loading…
Reference in New Issue