Skip to content

Commit 699ef42

Browse files
committed
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
1 parent 1d2c4b1 commit 699ef42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sherlock_project/resources/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,7 @@
25102510
},
25112511
"dailykos": {
25122512
"errorMsg": "{\"result\":true,\"message\":null}",
2513-
"errorType": "message",
2513+
"errorType": ["message", "status_code"],
25142514
"url": "https://www.dailykos.com/user/{}",
25152515
"urlMain": "https://www.dailykos.com",
25162516
"urlProbe": "https://www.dailykos.com/signup/check_nickname?nickname={}",

0 commit comments

Comments
 (0)