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

@@ -28,7 +28,7 @@ namespace Jackett.Indexers
set { base.configData = value; }
}
public BakaBT(IIndexerManagerService i, IWebClient wc, Logger l)
public BakaBT(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
: base(name: "BakaBT",
description: "Anime Community",
link: "http://bakabt.me/",
@@ -36,6 +36,7 @@ namespace Jackett.Indexers
manager: i,
client: wc,
logger: l,
p: ps,
configData: new ConfigurationDataBasicLogin())
{
}