Fix missing Mastodon Regex (#908)

Co-authored-by: Dat Nguyen Dinh <dat.nguyen@liferaftinc.com>
This commit is contained in:
Chien Dat Nguyen Dinh
2023-04-19 05:16:37 -03:00
committed by GitHub
parent 366e9333dd
commit 745a70a534
+2 -2
View File
@@ -18981,7 +18981,7 @@
"chaos.social": { "chaos.social": {
"checkType": "status_code", "checkType": "status_code",
"alexaRank": 2073381, "alexaRank": 2073381,
"regexCheck": "^[^.]{1,}$", "regexCheck": "^[a-zA-Z0-9_]+$",
"urlMain": "https://chaos.social/", "urlMain": "https://chaos.social/",
"url": "https://chaos.social/@{username}", "url": "https://chaos.social/@{username}",
"usernameClaimed": "rixx", "usernameClaimed": "rixx",
@@ -21672,7 +21672,7 @@
], ],
"checkType": "status_code", "checkType": "status_code",
"alexaRank": 489597, "alexaRank": 489597,
"regexCheck": "^[^.]{1,}$", "regexCheck": "^[a-zA-Z0-9_]+$",
"urlMain": "https://social.tchncs.de/", "urlMain": "https://social.tchncs.de/",
"url": "https://social.tchncs.de/@{username}", "url": "https://social.tchncs.de/@{username}",
"usernameClaimed": "Milan", "usernameClaimed": "Milan",