Skip to content

Commit

Permalink
Fix Linktree F+
Browse files Browse the repository at this point in the history
Linktree only permits usernames with the given regex and 404s otherwise
  • Loading branch information
ppfeister committed May 8, 2024
1 parent 82d7e9c commit de21308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@
"username_claimed": "paulpfeister"
},
"Linktree": {
"regexCheck": "^[\\w\\.]{2,30}$",
"errorMsg": "\"statusCode\":404",
"errorType": "message",
"url": "https://linktr.ee/{}",
Expand Down

0 comments on commit de21308

Please sign in to comment.