mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Removed suspicious URL in the default definitions (#1208)
* Removed suspicious URL in the default definitions Revert "Removed suspicious URL in the default definitions" This reverts commit e26853f9aa919cd413b0f8b914ac426f220b9475. * Update Torznab.cs Removed suspicious URL from the code. Looks like the site that was originally there doesn't exist anymore and it's hosting malware (HD4Free.xyz). Co-authored-by: admin <stanislav.ivanov@performit.ie>
This commit is contained in:
@@ -89,7 +89,6 @@ namespace NzbDrone.Core.Indexers.Torznab
|
||||
get
|
||||
{
|
||||
yield return GetDefinition("AnimeTosho", GetSettings("https://feed.animetosho.org"));
|
||||
yield return GetDefinition("HD4Free.xyz", GetSettings("http://hd4free.xyz"));
|
||||
yield return GetDefinition("Generic Torznab", GetSettings(""));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user