mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
Remove Codepen. Usernames that exists are not detected.
This commit is contained in:
parent
1ebd3d9518
commit
dce2d222c9
2 changed files with 15 additions and 8 deletions
|
@ -242,14 +242,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Codepen": {
|
||||
"errorType": "status_code",
|
||||
"rank": 1359,
|
||||
"url": "https://codepen.io/{}",
|
||||
"urlMain": "https://codepen.io/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Coderwall": {
|
||||
"errorMsg": "404! Our feels when that url is used",
|
||||
"errorType": "message",
|
||||
|
|
|
@ -6,6 +6,21 @@ They are listed here in the hope that things may change in the future
|
|||
so they may be re-included.
|
||||
|
||||
|
||||
## Codepen
|
||||
|
||||
Username that exists is not detected.
|
||||
|
||||
```
|
||||
"Codepen": {
|
||||
"errorType": "status_code",
|
||||
"rank": 1359,
|
||||
"url": "https://codepen.io/{}",
|
||||
"urlMain": "https://codepen.io/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## Imgur
|
||||
|
||||
Looks like they made some changes to the site. Sherlock says that all
|
||||
|
|
Loading…
Reference in a new issue