From 699ef427fe552346475ee5e518ee865d272da98a Mon Sep 17 00:00:00 2001 From: dollaransh17 Date: Sun, 5 Oct 2025 02:57:47 +0530 Subject: [PATCH] fix(sites): Use multiple errorTypes for dailykos geo-restrictions - Updated dailykos errorType to ["message", "status_code"] - This leverages the new multiple-types feature to handle both message-based detection and 403 status codes from CloudFront geo-restrictions - Resolves false positives in blocked regions while maintaining accurate username detection --- sherlock_project/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index b30ec9298..a2508cbc5 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2510,7 +2510,7 @@ }, "dailykos": { "errorMsg": "{\"result\":true,\"message\":null}", - "errorType": "message", + "errorType": ["message", "status_code"], "url": "https://www.dailykos.com/user/{}", "urlMain": "https://www.dailykos.com", "urlProbe": "https://www.dailykos.com/signup/check_nickname?nickname={}",