Fix Linktree F+

Linktree only permits usernames with the given regex and 404s otherwise
This commit is contained in:
Paul Pfeister
2024-05-07 21:16:24 -04:00
parent 82d7e9ce43
commit de21308219
+1
View File
@@ -1297,6 +1297,7 @@
"username_claimed": "paulpfeister"
},
"Linktree": {
"regexCheck": "^[\\w\\.]{2,30}$",
"errorMsg": "\"statusCode\":404",
"errorType": "message",
"url": "https://linktr.ee/{}",