Skip to content

Commit

Permalink
removed Badoo due to false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Jan 13, 2021
1 parent 9dce4bf commit d2834eb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
7 changes: 7 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,5 +496,12 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Badoo": {
"errorType": "status_code",
"url": "https://badoo.com/profile/{}",
"urlMain": "https://badoo.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
}

12 changes: 12 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -990,3 +990,15 @@ request methods.
"username_unclaimed": "noonewouldeverusethis7"
},
```

## Badoo
As of 2021-01-13, Badoo returns false positives
```
"Badoo": {
"errorType": "status_code",
"url": "https://badoo.com/profile/{}",
"urlMain": "https://badoo.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
7 changes: 0 additions & 7 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Badoo": {
"errorType": "status_code",
"url": "https://badoo.com/profile/{}",
"urlMain": "https://badoo.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Bandcamp": {
"errorType": "status_code",
"url": "https://www.bandcamp.com/{}",
Expand Down

0 comments on commit d2834eb

Please sign in to comment.