mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
Remove "Codementor". All usernames come back as unclaimed.
This commit is contained in:
parent
519795a1c8
commit
71a6697b20
3 changed files with 23 additions and 8 deletions
|
@ -344,14 +344,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Codementor": {
|
||||
"errorType": "status_code",
|
||||
"rank": 10252,
|
||||
"url": "https://www.codementor.io/{}",
|
||||
"urlMain": "https://www.codementor.io/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Coderwall": {
|
||||
"errorMsg": "404! Our feels when that url is used",
|
||||
"errorType": "message",
|
||||
|
|
|
@ -14,6 +14,14 @@
|
|||
"url": "http://blackplanet.com/{}",
|
||||
"urlMain": "http://blackplanet.com/"
|
||||
},
|
||||
"Codementor": {
|
||||
"errorType": "status_code",
|
||||
"rank": 10252,
|
||||
"url": "https://www.codementor.io/@{}",
|
||||
"urlMain": "https://www.codementor.io/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Codepen": {
|
||||
"errorType": "status_code",
|
||||
"rank": 1359,
|
||||
|
|
|
@ -6,6 +6,21 @@ They are listed here in the hope that things may change in the future
|
|||
so they may be re-included.
|
||||
|
||||
|
||||
## Codementor
|
||||
|
||||
As of 2019-12-31, usernames that exist are not detected.
|
||||
|
||||
```
|
||||
"Codementor": {
|
||||
"errorType": "status_code",
|
||||
"rank": 10252,
|
||||
"url": "https://www.codementor.io/@{}",
|
||||
"urlMain": "https://www.codementor.io/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## KiwiFarms
|
||||
|
||||
As of 2019-12-31, the site gives a 403 for all usernames. You have to
|
||||
|
|
Loading…
Reference in a new issue