Skip to content

Commit

Permalink
Remove ~correct~ Steam from Removed_Sites
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed May 7, 2024
1 parent 7370a4d commit 0a2978a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,21 @@ As of 2021-06-27, NameMC uses captcha through CloudFlare which prevents us from
},
```

## SteamID

As of 2021-06-27, Steam uses captcha through CloudFlare which prevents us from checking if usernames exists on the site.
```json
"Steamid": {
"errorMsg": "<link rel=\"canonical\" href=\"https://steamid.uk\" />",
"errorType": "message",
"url": "https://steamid.uk/profile/{}",
"urlMain": "https://steamid.uk/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
```


## TripAdvisor

As of 2021-06-27, Trip takes too long to return a response. As of now, the reason is not known.
Expand Down Expand Up @@ -1296,20 +1311,6 @@ As og 2022-05-01, Countable returns false positives
},
```

## Steam

As og 2022-05-01, Steam returns false positives
```json
"Steam": {
"errorMsg": "The specified profile could not be found",
"errorType": "message",
"url": "https://steamcommunity.com/id/{}",
"urlMain": "https://steamcommunity.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

## Raidforums

Raidforums is [now run by the FBI](https://twitter.com/janomine/status/1499453777648234501?s=21)
Expand Down
2 changes: 1 addition & 1 deletion sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@
"urlMain": "https://steamcommunity.com/",
"username_claimed": "blue"
},
"Steam Community (SteamID)": {
"Steam Community (User)": {
"url": "https://steamcommunity.com/id/{}/",
"urlMain": "https://steamcommunity.com/",
"username_claimed": "blue",
Expand Down

0 comments on commit 0a2978a

Please sign in to comment.