Added valid regex for Mastodon instances (#848) (#906)

This commit is contained in:
Soxoj
2023-04-18 15:25:01 +02:00
committed by GitHub
parent fc1f5bfc82
commit 366e9333dd
+5 -1
View File
@@ -20509,6 +20509,7 @@
], ],
"checkType": "status_code", "checkType": "status_code",
"alexaRank": 377057, "alexaRank": 377057,
"regexCheck": "^[a-zA-Z0-9_]+$",
"urlMain": "https://mastodon.cloud/", "urlMain": "https://mastodon.cloud/",
"url": "https://mastodon.cloud/@{username}", "url": "https://mastodon.cloud/@{username}",
"usernameClaimed": "TheAdmin", "usernameClaimed": "TheAdmin",
@@ -20517,7 +20518,7 @@
"mastodon.social": { "mastodon.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://mastodon.social/@{username}", "url": "https://mastodon.social/@{username}",
"usernameClaimed": "Gargron", "usernameClaimed": "Gargron",
@@ -20532,6 +20533,7 @@
], ],
"checkType": "status_code", "checkType": "status_code",
"alexaRank": 1182037, "alexaRank": 1182037,
"regexCheck": "^[a-zA-Z0-9_]+$",
"urlMain": "https://mastodon.xyz/", "urlMain": "https://mastodon.xyz/",
"url": "https://mastodon.technology/@{username}", "url": "https://mastodon.technology/@{username}",
"usernameClaimed": "ashfurrow", "usernameClaimed": "ashfurrow",
@@ -20543,6 +20545,7 @@
], ],
"checkType": "status_code", "checkType": "status_code",
"alexaRank": 1182037, "alexaRank": 1182037,
"regexCheck": "^[a-zA-Z0-9_]+$",
"urlMain": "https://mastodon.xyz/", "urlMain": "https://mastodon.xyz/",
"url": "https://mastodon.xyz/@{username}", "url": "https://mastodon.xyz/@{username}",
"usernameClaimed": "TheKinrar", "usernameClaimed": "TheKinrar",
@@ -29481,6 +29484,7 @@
"></label> <input name=", "></label> <input name=",
"diaspora" "diaspora"
], ],
"regexCheck": "^[a-zA-Z0-9_]+$",
"url": "https://fediverse.party/en/{username}", "url": "https://fediverse.party/en/{username}",
"urlMain": "https://fediverse.party", "urlMain": "https://fediverse.party",
"usernameClaimed": "misskey", "usernameClaimed": "misskey",