Merge branch 'develop' into feature/proxy_manager

This commit is contained in:
2024-04-17 15:50:50 +02:00
26 changed files with 1493 additions and 261 deletions
+1
View File
@@ -8,3 +8,4 @@ class RequestResult(Enum):
COOKIES_ERROR = "COOKIES_ERROR"
UNKNOWN = "UNKNOWN"
BAD_GATEWAY = "BAD_GATEWAY"
CTRF_ERROR = "CTRF_ERROR"