Skip to content

Commit

Permalink
Merge pull request #737 from roopeshvs/Work-Before-Merge
Browse files Browse the repository at this point in the history
Facebook False Positive Fix
  • Loading branch information
sdushantha committed Aug 24, 2020
2 parents c32511e + 7f71874 commit bedec6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,10 +527,12 @@
"username_unclaimed": "noonewouldeverusethis7"
},
"Facebook": {
"errorType": "status_code",
"errorMsg": "This page isn't available",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9\\.]{3,49}(?<!\\.com|\\.org|\\.net)$",
"url": "https://www.facebook.com/{}",
"urlMain": "https://www.facebook.com/",
"urlProbe": "https://www.facebook.com/{}/videos/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
Expand Down

2 comments on commit bedec6b

@roopeshvs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sdushantha I'm puzzled to why the tests are failing after this point? Did I break something?

@sdushantha
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roopeshvs I'm also very confused. I removed all the sites that were giving false positives according to the tests, except Facebook. I don't know why Facebook is failing

Please sign in to comment.