diff --git a/data.json b/data.json index 7a0a5af7..4ea9a30e 100644 --- a/data.json +++ b/data.json @@ -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, diff --git a/data_bad_site.json b/data_bad_site.json index d48d2c7f..4c87cfe6 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -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, diff --git a/removed_sites.md b/removed_sites.md index bee3e995..7885f362 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -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" + }, +```