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

brough back Codepen by fixing false positive

pull/839/head
Siddharth Dushantha 5 years ago
parent 1ca5b1fce1
commit 15cff60d8a

@ -48,14 +48,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Codepen": {
"errorType": "status_code",
"rank": 1359,
"url": "https://codepen.io/{}",
"urlMain": "https://codepen.io/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"ColourLovers": {
"errorType": "status_code",
"rank": 21271,

@ -355,21 +355,6 @@ Usernames that exist are not detected. Forbidden Request 403 Error.
},
```
## Codepen
Usernames that exist are not detected.
```
"Codepen": {
"errorType": "status_code",
"rank": 1359,
"url": "https://codepen.io/{}",
"urlMain": "https://codepen.io/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## PowerShell Gallery
Accidentally merged even though the original pull request showed that all

@ -2241,5 +2241,12 @@
"urlMain": "https://imgur.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Codepen": {
"errorType": "status_code",
"url": "https://codepen.io/{}",
"urlMain": "https://codepen.io/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}

Loading…
Cancel
Save