From 663e9d4b84f8fbe324b42c82345b2c81001ca173 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 31 Dec 2024 08:09:25 +1300 Subject: [PATCH] Revert "mejortorrent: invalid CA" , new CA issued This reverts commit 29a8d72b09c74429c5640b7da6002b1c62baf2da. --- src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs b/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs index c88007b6d..bd244ea44 100644 --- a/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs @@ -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 ApplyConfiguration(JToken configJson) {