Merge pull request #666 from sherlock-project/fix-kofi-false-positive

fixed false positive for Ko-fi
This commit is contained in:
Siddharth Dushantha 2020-07-08 19:39:13 +02:00 committed by GitHub
commit 2a26f0bd65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
}
}