Saved password security

This commit is contained in:
Kayomani
2015-08-07 20:09:13 +01:00
parent fa8d2a3705
commit 3bdf3c8a6a
44 changed files with 340 additions and 62 deletions

View File

@@ -30,7 +30,7 @@ namespace Jackett.Indexers
set { base.configData = value; }
}
public BitHdtv(IIndexerManagerService i, Logger l, IWebClient w)
public BitHdtv(IIndexerManagerService i, Logger l, IWebClient w, IProtectionService ps)
: base(name: "BIT-HDTV",
description: "Home of high definition invites",
link: "https://www.bit-hdtv.com/",
@@ -38,6 +38,7 @@ namespace Jackett.Indexers
manager: i,
client: w,
logger: l,
p: ps,
configData: new ConfigurationDataBasicLogin())
{
}