mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
fix: F-/F+ Generic
This commit is contained in:
parent
192e2c333e
commit
0b7d925b50
1 changed files with 7 additions and 2 deletions
|
@ -752,7 +752,12 @@
|
||||||
"username_claimed": "finanzfrage"
|
"username_claimed": "finanzfrage"
|
||||||
},
|
},
|
||||||
"Fiverr": {
|
"Fiverr": {
|
||||||
"errorType": "status_code",
|
"errorMsg": "\"status\":\"success\"",
|
||||||
|
"errorType": "message",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": "application/json",
|
||||||
|
"Accept-Language": "en-US,en;q=0.9"
|
||||||
|
},
|
||||||
"regexCheck": "^[A-Za-z][A-Za-z\\d_]{5,14}$",
|
"regexCheck": "^[A-Za-z][A-Za-z\\d_]{5,14}$",
|
||||||
"request_method": "POST",
|
"request_method": "POST",
|
||||||
"request_payload": {
|
"request_payload": {
|
||||||
|
@ -1296,7 +1301,7 @@
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"url": "https://lichess.org/@/{}",
|
"url": "https://lichess.org/@/{}",
|
||||||
"urlMain": "https://lichess.org",
|
"urlMain": "https://lichess.org",
|
||||||
"username_claimed": "blue"
|
"username_claimed": "john"
|
||||||
},
|
},
|
||||||
"LinkedIn": {
|
"LinkedIn": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
|
|
Loading…
Reference in a new issue