mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-30 07:40:19 +00:00
fixed false positive for Ko-fi
This commit is contained in:
parent
d105d7ce91
commit
6a8118c947
1 changed files with 3 additions and 2 deletions
|
@ -2514,7 +2514,8 @@
|
||||||
"username_unclaimed": "noonewouldeverusethis77777"
|
"username_unclaimed": "noonewouldeverusethis77777"
|
||||||
},
|
},
|
||||||
"kofi": {
|
"kofi": {
|
||||||
"errorType": "status_code",
|
"errorType": "response_url",
|
||||||
|
"errorUrl": "https://ko-fi.com/art?=redirect",
|
||||||
"rank": 89891,
|
"rank": 89891,
|
||||||
"url": "https://ko-fi.com/{}",
|
"url": "https://ko-fi.com/{}",
|
||||||
"urlMain": "https://ko-fi.com",
|
"urlMain": "https://ko-fi.com",
|
||||||
|
@ -2529,4 +2530,4 @@
|
||||||
"username_claimed": "blue",
|
"username_claimed": "blue",
|
||||||
"username_unclaimed": "noonewouldeverusethis77777"
|
"username_unclaimed": "noonewouldeverusethis77777"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue