Added regex check for username in url

pull/1520/head
Julio4 2 years ago
parent 11b519b7ad
commit 1378b5fcb4

@ -190,6 +190,7 @@
}, },
"BOOTH": { "BOOTH": {
"errorType": "response_url", "errorType": "response_url",
"regexCheck": "^[a-zA-Z0-9@_-]$",
"errorUrl": "https://booth.pm/", "errorUrl": "https://booth.pm/",
"url": "https://{}.booth.pm/", "url": "https://{}.booth.pm/",
"urlMain": "https://booth.pm/", "urlMain": "https://booth.pm/",
@ -335,6 +336,7 @@
}, },
"Carbonmade": { "Carbonmade": {
"errorType": "response_url", "errorType": "response_url",
"regexCheck": "^[a-zA-Z0-9@_-]$",
"errorUrl": "https://carbonmade.com/fourohfour?domain={}.carbonmade.com", "errorUrl": "https://carbonmade.com/fourohfour?domain={}.carbonmade.com",
"url": "https://{}.carbonmade.com", "url": "https://{}.carbonmade.com",
"urlMain": "https://carbonmade.com/", "urlMain": "https://carbonmade.com/",
@ -485,6 +487,7 @@
}, },
"Crevado": { "Crevado": {
"errorType": "status_code", "errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9@_-]$",
"url": "https://{}.crevado.com", "url": "https://{}.crevado.com",
"urlMain": "https://crevado.com/", "urlMain": "https://crevado.com/",
"username_claimed": "blue", "username_claimed": "blue",
@ -804,6 +807,7 @@
}, },
"GitBook": { "GitBook": {
"errorType": "status_code", "errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9@_-]$",
"url": "https://{}.gitbook.io/", "url": "https://{}.gitbook.io/",
"urlMain": "https://gitbook.com/", "urlMain": "https://gitbook.com/",
"username_claimed": "gitbook", "username_claimed": "gitbook",
@ -1058,6 +1062,7 @@
}, },
"Itch.io": { "Itch.io": {
"errorType": "status_code", "errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9@_-]$",
"url": "https://{}.itch.io/", "url": "https://{}.itch.io/",
"urlMain": "https://itch.io/", "urlMain": "https://itch.io/",
"username_claimed": "blue", "username_claimed": "blue",
@ -1082,6 +1087,7 @@
"Jimdo": { "Jimdo": {
"errorType": "status_code", "errorType": "status_code",
"noPeriod": "True", "noPeriod": "True",
"regexCheck": "^[a-zA-Z0-9@_-]$",
"url": "https://{}.jimdosite.com", "url": "https://{}.jimdosite.com",
"urlMain": "https://jimdosite.com/", "urlMain": "https://jimdosite.com/",
"username_claimed": "jenny", "username_claimed": "jenny",
@ -1574,6 +1580,7 @@
}, },
"Rajce.net": { "Rajce.net": {
"errorType": "status_code", "errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9@_-]$",
"url": "https://{}.rajce.idnes.cz/", "url": "https://{}.rajce.idnes.cz/",
"urlMain": "https://www.rajce.idnes.cz/", "urlMain": "https://www.rajce.idnes.cz/",
"username_claimed": "blue", "username_claimed": "blue",
@ -2126,6 +2133,7 @@
}, },
"WebNode": { "WebNode": {
"errorType": "status_code", "errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9@_-]$",
"url": "https://{}.webnode.cz/", "url": "https://{}.webnode.cz/",
"urlMain": "https://www.webnode.cz/", "urlMain": "https://www.webnode.cz/",
"username_claimed": "radkabalcarova", "username_claimed": "radkabalcarova",
@ -2171,6 +2179,7 @@
}, },
"Wix": { "Wix": {
"errorType": "status_code", "errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9@_-]$",
"url": "https://{}.wix.com", "url": "https://{}.wix.com",
"urlMain": "https://wix.com/", "urlMain": "https://wix.com/",
"username_claimed": "support", "username_claimed": "support",
@ -2612,6 +2621,7 @@
}, },
"nnRU": { "nnRU": {
"errorType": "status_code", "errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9@_-]$",
"url": "https://{}.www.nn.ru/", "url": "https://{}.www.nn.ru/",
"urlMain": "https://www.nn.ru/", "urlMain": "https://www.nn.ru/",
"username_claimed": "blue", "username_claimed": "blue",
@ -2694,6 +2704,7 @@
}, },
"skyrock": { "skyrock": {
"errorType": "status_code", "errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9@_-]$",
"url": "https://{}.skyrock.com/", "url": "https://{}.skyrock.com/",
"urlMain": "https://skyrock.com/", "urlMain": "https://skyrock.com/",
"username_claimed": "red", "username_claimed": "red",

Loading…
Cancel
Save