mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 20:03:03 +00:00
Remove BitcoinForum instead of suppress
This commit is contained in:
parent
5c23b1555c
commit
2a5fbd9e97
3 changed files with 19 additions and 11 deletions
|
@ -899,5 +899,12 @@
|
||||||
"url": "https://www.g2g.com/{}",
|
"url": "https://www.g2g.com/{}",
|
||||||
"urlMain": "https://www.g2g.com/",
|
"urlMain": "https://www.g2g.com/",
|
||||||
"username_claimed": "user"
|
"username_claimed": "user"
|
||||||
|
},
|
||||||
|
"BitCoinForum": {
|
||||||
|
"errorMsg": "The user whose profile you are trying to view does not exist.",
|
||||||
|
"errorType": "message",
|
||||||
|
"url": "https://bitcoinforum.com/profile/{}",
|
||||||
|
"urlMain": "https://bitcoinforum.com",
|
||||||
|
"username_claimed": "bitcoinforum.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1932,4 +1932,16 @@ __2024-04-10 :__ Seems to be loading profiles with some wierd javascript setup t
|
||||||
"urlMain": "https://www.g2g.com/",
|
"urlMain": "https://www.g2g.com/",
|
||||||
"username_claimed": "user"
|
"username_claimed": "user"
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Bitcoin Forum
|
||||||
|
__2024-04-24 :__ BCF seems to have gone defunct. Uncertain.
|
||||||
|
```json
|
||||||
|
"BitCoinForum": {
|
||||||
|
"errorMsg": "The user whose profile you are trying to view does not exist.",
|
||||||
|
"errorType": "message",
|
||||||
|
"url": "https://bitcoinforum.com/profile/{}",
|
||||||
|
"urlMain": "https://bitcoinforum.com",
|
||||||
|
"username_claimed": "bitcoinforum.com"
|
||||||
|
}
|
||||||
```
|
```
|
|
@ -261,17 +261,6 @@
|
||||||
"urlMain": "https://bitbucket.org/",
|
"urlMain": "https://bitbucket.org/",
|
||||||
"username_claimed": "white"
|
"username_claimed": "white"
|
||||||
},
|
},
|
||||||
"BitCoinForum": {
|
|
||||||
"::::README::::": "The fate of BCF is uncertain. Site offline 2024-03-24. If the site remains offline, this can be removed.",
|
|
||||||
"errorMsg": [
|
|
||||||
"The user whose profile you are trying to view does not exist.",
|
|
||||||
"Additionally, a 404 Not Found\nerror was encountered while trying to use an ErrorDocument to handle the request"
|
|
||||||
],
|
|
||||||
"errorType": "message",
|
|
||||||
"url": "https://bitcoinforum.com/profile/{}",
|
|
||||||
"urlMain": "https://bitcoinforum.com",
|
|
||||||
"username_claimed": "bitcoinforum.com"
|
|
||||||
},
|
|
||||||
"Bitwarden Forum": {
|
"Bitwarden Forum": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"regexCheck": "^(?![.-])[a-zA-Z0-9_.-]{3,20}$",
|
"regexCheck": "^(?![.-])[a-zA-Z0-9_.-]{3,20}$",
|
||||||
|
|
Loading…
Reference in a new issue