mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
clear cookies on unconfigure
This commit is contained in:
@@ -226,6 +226,7 @@ namespace Jackett.Indexers
|
||||
{
|
||||
IsConfigured = false;
|
||||
SiteLink = DefaultSiteLink;
|
||||
CookieHeader = ""; // clear cookies
|
||||
}
|
||||
|
||||
public abstract Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson);
|
||||
|
Reference in New Issue
Block a user