mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-30 12:27:09 +01: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:
parent
25596fc2e8
commit
c7e5cc6462
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ public override IEnumerable<ProviderDefinition> DefaultDefinitions
|
|||
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(""));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue