break when the get_csrf is blocked

This commit is contained in:
2024-04-06 09:32:36 +02:00
parent 8f3b35f55f
commit cbf88f94f6
5 changed files with 316 additions and 4 deletions
+1
View File
@@ -7,3 +7,4 @@ class RequestResult(Enum):
SUCCESS = "SUCCESS"
COOKIES_ERROR = "COOKIES_ERROR"
UNKNOWN = "UNKNOWN"
CTRF_ERROR = "CTRF_ERROR"