mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
lostfilm: update ignored expired certs
This commit is contained in:
parent
655262e76b
commit
3b87b862da
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ namespace Jackett.Common.Indexers
|
|||
Language = "ru-RU";
|
||||
Type = "semi-private";
|
||||
|
||||
webclient.AddTrustedCertificate(new Uri(SiteLink).Host, "25234600906DF82792DE9F4AA75A5AED2F226577"); // for *.run expired 07/Jun/21
|
||||
webclient.AddTrustedCertificate(new Uri(SiteLink).Host, "98D43B6E740B42C02A9BD1A9D1A813E4350BE332"); // for *.win expired 26/Mar/22
|
||||
webclient.AddTrustedCertificate(new Uri(SiteLink).Host, "34287FB53A58EC6AE590E7DD7E03C70C0263CADC"); // for *.tw expired 01/Apr/21
|
||||
|
||||
// TODO: review if there is only this category (movie search is enabled)
|
||||
|
|
Loading…
Add table
Reference in a new issue