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.
This commit is contained in:
dollaransh17 2025-10-04 03:12:47 +05:30
parent 91f3b16993
commit 3e653c46b0
1 changed files with 0 additions and 7 deletions

View File

@ -278,13 +278,6 @@
"urlMain": "https://bsky.app/",
"username_claimed": "mcuban"
},
"BoardGameGeek": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9_]*$",
"url": "https://boardgamegeek.com/profile/{}",
"urlMain": "https://boardgamegeek.com",
"username_claimed": "blue"
},
"BongaCams": {
"errorType": "status_code",
"isNSFW": true,