Skip to content

Commit 3e653c4

Browse files
committed
fix(sites): Remove BoardGameGeek - unreliable detection
BoardGameGeek returns identical pages for both existing and non-existing users, making reliable username detection impossible with HTTP-based methods. The site likely uses JavaScript to load user-specific content dynamically.
1 parent 91f3b16 commit 3e653c4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sherlock_project/resources/data.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,6 @@
278278
"urlMain": "https://bsky.app/",
279279
"username_claimed": "mcuban"
280280
},
281-
"BoardGameGeek": {
282-
"errorType": "status_code",
283-
"regexCheck": "^[a-zA-Z0-9_]*$",
284-
"url": "https://boardgamegeek.com/profile/{}",
285-
"urlMain": "https://boardgamegeek.com",
286-
"username_claimed": "blue"
287-
},
288281
"BongaCams": {
289282
"errorType": "status_code",
290283
"isNSFW": true,

0 commit comments

Comments
 (0)