mirror of
https://github.com/sherlock-project/sherlock
synced 2025-03-17 14:56:58 +00:00
fixed Medium false positive
This commit is contained in:
parent
5ce36bc6b3
commit
aa14f3e299
1 changed files with 3 additions and 1 deletions
|
@ -913,8 +913,10 @@
|
|||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Medium": {
|
||||
"errorType": "status_code",
|
||||
"errorType": "message",
|
||||
"errorMsg": "<body",
|
||||
"url": "https://medium.com/@{}",
|
||||
"urlProbe": "https://medium.com/feed/@{}",
|
||||
"urlMain": "https://medium.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
|
|
Loading…
Add table
Reference in a new issue