re-queue the safe blocked cookies
This commit is contained in:
@@ -3,6 +3,7 @@ from enum import Enum
|
||||
|
||||
class RequestResult(Enum):
|
||||
BLOCKED = "BLOCKED"
|
||||
CSRF_BLOCKED = "CSRF_BLOCKED"
|
||||
PROXY_ERROR = "PROXY_ERROR"
|
||||
SUCCESS = "SUCCESS"
|
||||
COOKIES_ERROR = "COOKIES_ERROR"
|
||||
|
||||
Reference in New Issue
Block a user