Skip to content

Commit

Permalink
Removed Furaffinity
Browse files Browse the repository at this point in the history
As of 2020-02-23, Furaffinity returns false postives because they are now using
Cloudflair, which prevents Sherlock from checking if the user
exists or not.
  • Loading branch information
sdushantha committed Feb 23, 2020
1 parent 1909160 commit dab9117
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
9 changes: 0 additions & 9 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2179,15 +2179,6 @@
"username_claimed": "red",
"username_unclaimed": "noonewouldeverusethis7"
},
"furaffinity": {
"errorMsg": "user cannot be found",
"errorType": "message",
"rank": 0,
"url": "https://www.furaffinity.net/user/{}",
"urlMain": "https://www.furaffinity.net",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis777777"
},
"geocaching": {
"errorType": "status_code",
"rank": 9610,
Expand Down
9 changes: 9 additions & 0 deletions data_bad_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@
"username_claimed": "dens",
"username_unclaimed": "noonewouldeverusethis7"
},
"furaffinity": {
"errorMsg": "user cannot be found",
"errorType": "message",
"rank": 0,
"url": "https://www.furaffinity.net/user/{}",
"urlMain": "https://www.furaffinity.net",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis777777"
},
"Imgur": {
"errorType": "status_code",
"rank": 74,
Expand Down
18 changes: 18 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,21 @@ As of 2020-02-17, CapFriendly returns fake profile pages for non-existing users,
"username_unclaimed": "noonewouldeverusethis"
},
```


## Furaffinity

As of 2020-02-23, Furaffinity returns false postives because they are now using Cloudflair, which prevents Sherlock from checking if the user
exists or not.

```
"furaffinity": {
"errorMsg": "user cannot be found",
"errorType": "message",
"rank": 0,
"url": "https://www.furaffinity.net/user/{}",
"urlMain": "https://www.furaffinity.net",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis777777"
},
```

0 comments on commit dab9117

Please sign in to comment.