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

Merge branch 'pr/n318_LameLemon'

pull/321/head
Christopher K. Hoadley 6 years ago
commit bc6870c850

@ -435,7 +435,7 @@
"Facebook": {
"errorType": "status_code",
"rank": 3,
"regexCheck": "^[a-zA-Z0-9]{4,49}(?<!.com|.org|.net)$",
"regexCheck": "^[a-zA-Z0-9\\.]{3,49}(?<!\\.com|\\.org|\\.net)$",
"url": "https://www.facebook.com/{}",
"urlMain": "https://www.facebook.com/",
"username_claimed": "blue",

Loading…
Cancel
Save