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