Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/1964d808f99c98c7c480008093726077652a9d9e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from sherlock-project/fix-venmo-false-positive

Fixed venmo false positive by using error message instead of status code
pull/1178/head
Siddharth Dushantha 4 years ago committed by GitHub
commit 1964d808f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1649,7 +1649,8 @@
"username_unclaimed": "noonewouldeverusethis7"
},
"Venmo": {
"errorType": "status_code",
"errorType": "message",
"errorMsg": "The profile you're looking for isn't available",
"url": "https://venmo.com/{}",
"urlMain": "https://venmo.com/",
"username_claimed": "jenny",

Loading…
Cancel
Save