Skip to content

Commit afa01f8

Browse files
committed
fix(sites): Add geo-restriction warning for dailykos
dailykos uses CloudFront geo-restrictions that return 403 errors for blocked regions, causing false positives in username detection. Added comment to document this known issue.
1 parent 1d2c4b1 commit afa01f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sherlock_project/resources/data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,6 +2509,7 @@
25092509
"username_claimed": "blue"
25102510
},
25112511
"dailykos": {
2512+
"__comment__": "This site uses CloudFront geo-restrictions that may cause false positives in certain regions.",
25122513
"errorMsg": "{\"result\":true,\"message\":null}",
25132514
"errorType": "message",
25142515
"url": "https://www.dailykos.com/user/{}",

0 commit comments

Comments
 (0)