[seiga] require authentication with 'user_session' cookie (#2372)
Login with username & password would now require entering a 2FA token.
see also 7b009cc893
This commit is contained in:
@@ -265,7 +265,7 @@ AUTH_MAP = {
|
||||
"ponybooru" : "API Key",
|
||||
"reddit" : _OAUTH,
|
||||
"sankaku" : "Supported",
|
||||
"seiga" : "Required",
|
||||
"seiga" : _COOKIES,
|
||||
"seisoparty" : "Supported",
|
||||
"smugmug" : _OAUTH,
|
||||
"subscribestar" : "Supported",
|
||||
|
||||
Reference in New Issue
Block a user