Skip to content

Commit

Permalink
fixed urlProbe for Twitter by adding an alternative endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rskbansal committed Oct 17, 2024
1 parent f7075e1 commit fdf3655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@
"regexCheck": "^[a-zA-Z0-9_]{1,15}$",
"url": "https://x.com/{}",
"urlMain": "https://x.com/",
"urlProbe": "https://nitter.net/{}",
"urlProbe": "https://nitter.privacydev.net/{}",
"username_claimed": "blue"
},
"Typeracer": {
Expand Down

0 comments on commit fdf3655

Please sign in to comment.