Merge pull request #1450 from sherlock-project/false-positive

False positive
pull/1449/merge
Siddharth Dushantha 2 years ago committed by GitHub
commit 471e3f7d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -761,5 +761,21 @@
"urlMain": "https://echo.msk.ru/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Ello": {
"errorMsg": "We couldn't find the page you're looking for",
"errorType": "message",
"url": "https://ello.co/{}",
"urlMain": "https://ello.co/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"GitHub Support Community": {
"errorMsg": "Oops! That page doesn\u2019t exist or is private.",
"errorType": "message",
"url": "https://github.community/u/{}/summary",
"urlMain": "https://github.community",
"username_claimed": "jperl",
"username_unclaimed": "noonewouldusethis298"
}
}

@ -1529,3 +1529,28 @@ As of 25-07-2022, radio_echo_msk is now no longer functional
"username_unclaimed": "noonewouldeverusethis7"
}
```
## Ello
As of 06.09.2022, Ello is now behind CloudFlare
```
"Ello": {
"errorMsg": "We couldn't find the page you're looking for",
"errorType": "message",
"url": "https://ello.co/{}",
"urlMain": "https://ello.co/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
```
## GitHub Support Community
As of 06.09.2022, GitHub Support Community's endpoint just redirects to the main community page
```
"GitHub Support Community": {
"errorMsg": "Oops! That page doesn\u2019t exist or is private.",
"errorType": "message",
"url": "https://github.community/u/{}/summary",
"urlMain": "https://github.community",
"username_claimed": "jperl",
"username_unclaimed": "noonewouldusethis298"
}
```

@ -565,14 +565,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Ello": {
"errorMsg": "We couldn't find the page you're looking for",
"errorType": "message",
"url": "https://ello.co/{}",
"urlMain": "https://ello.co/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Envato Forum": {
"errorType": "status_code",
"url": "https://forums.envato.com/u/{}",
@ -806,14 +798,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"GitHub Support Community": {
"errorMsg": "Oops! That page doesn\u2019t exist or is private.",
"errorType": "message",
"url": "https://github.community/u/{}/summary",
"urlMain": "https://github.community",
"username_claimed": "jperl",
"username_unclaimed": "noonewouldusethis298"
},
"GitLab": {
"errorMsg": "[]",
"errorType": "message",

Loading…
Cancel
Save