mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 20:33:06 +00:00
Facebook regex fix
This commit is contained in:
parent
476b014bdd
commit
4735445955
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue