mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 20:03:03 +00:00
removed ForumhouseRU
This commit is contained in:
parent
13e37217ad
commit
e64df73757
3 changed files with 19 additions and 7 deletions
|
@ -777,5 +777,12 @@
|
|||
"url": "https://ok.ru/{}",
|
||||
"urlMain": "https://ok.ru/",
|
||||
"username_claimed": "ok"
|
||||
},
|
||||
"forumhouseRU": {
|
||||
"errorMsg": "\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f.",
|
||||
"errorType": "message",
|
||||
"url": "https://www.forumhouse.ru/members/?username={}",
|
||||
"urlMain": "https://www.forumhouse.ru/",
|
||||
"username_claimed": "red"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1725,3 +1725,15 @@ As of 2023.04.21, Ok.ru returns false positives
|
|||
"username_claimed": "ok"
|
||||
}
|
||||
```
|
||||
|
||||
## ForumhouseRU
|
||||
As of 2023.04.21, ForumhouseRU returns false positives
|
||||
```json
|
||||
"forumhouseRU": {
|
||||
"errorMsg": "\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f.",
|
||||
"errorType": "message",
|
||||
"url": "https://www.forumhouse.ru/members/?username={}",
|
||||
"urlMain": "https://www.forumhouse.ru/",
|
||||
"username_claimed": "red"
|
||||
}
|
||||
```
|
|
@ -2417,13 +2417,6 @@
|
|||
"urlMain": "https://forum.guns.ru/",
|
||||
"username_claimed": "red"
|
||||
},
|
||||
"forumhouseRU": {
|
||||
"errorMsg": "\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f.",
|
||||
"errorType": "message",
|
||||
"url": "https://www.forumhouse.ru/members/?username={}",
|
||||
"urlMain": "https://www.forumhouse.ru/",
|
||||
"username_claimed": "red"
|
||||
},
|
||||
"freecodecamp": {
|
||||
"errorMsg": "{}",
|
||||
"errorType": "message",
|
||||
|
|
Loading…
Reference in a new issue