From 98fbd525ee73a45ef435f8da7aa0692313a1c989 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 11 Nov 2024 20:33:27 -0500 Subject: [PATCH] Fix #2355 (Regression introduced by #1520) --- sherlock_project/resources/data.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index bfb742a..f4448f8 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -234,7 +234,7 @@ "BOOTH": { "errorType": "response_url", "errorUrl": "https://booth.pm/", - "regexCheck": "^[a-zA-Z0-9@_-]$", + "regexCheck": "^[\\w@-]+?$", "url": "https://{}.booth.pm/", "urlMain": "https://booth.pm/", "username_claimed": "blue" @@ -397,7 +397,7 @@ "Carbonmade": { "errorType": "response_url", "errorUrl": "https://carbonmade.com/fourohfour?domain={}.carbonmade.com", - "regexCheck": "^[a-zA-Z0-9@_-]$", + "regexCheck": "^[\\w@-]+?$", "url": "https://{}.carbonmade.com", "urlMain": "https://carbonmade.com/", "username_claimed": "jenny" @@ -571,7 +571,7 @@ }, "Crevado": { "errorType": "status_code", - "regexCheck": "^[a-zA-Z0-9@_-]$", + "regexCheck": "^[\\w@-]+?$", "url": "https://{}.crevado.com", "urlMain": "https://crevado.com/", "username_claimed": "blue" @@ -930,7 +930,7 @@ }, "GitBook": { "errorType": "status_code", - "regexCheck": "^[a-zA-Z0-9@_-]$", + "regexCheck": "^[\\w@-]+?$", "url": "https://{}.gitbook.io/", "urlMain": "https://gitbook.com/", "username_claimed": "gitbook" @@ -1199,7 +1199,7 @@ }, "Itch.io": { "errorType": "status_code", - "regexCheck": "^[a-zA-Z0-9@_-]$", + "regexCheck": "^[\\w@-]+?$", "url": "https://{}.itch.io/", "urlMain": "https://itch.io/", "username_claimed": "blue" @@ -1220,7 +1220,7 @@ }, "Jimdo": { "errorType": "status_code", - "regexCheck": "^[a-zA-Z0-9@_-]$", + "regexCheck": "^[\\w@-]+?$", "url": "https://{}.jimdosite.com", "urlMain": "https://jimdosite.com/", "username_claimed": "jenny" @@ -1708,7 +1708,7 @@ }, "Rajce.net": { "errorType": "status_code", - "regexCheck": "^[a-zA-Z0-9@_-]$", + "regexCheck": "^[\\w@-]+?$", "url": "https://{}.rajce.idnes.cz/", "urlMain": "https://www.rajce.idnes.cz/", "username_claimed": "blue" @@ -2302,7 +2302,7 @@ }, "WebNode": { "errorType": "status_code", - "regexCheck": "^[a-zA-Z0-9@_-]$", + "regexCheck": "^[\\w@-]+?$", "url": "https://{}.webnode.cz/", "urlMain": "https://www.webnode.cz/", "username_claimed": "radkabalcarova" @@ -2343,7 +2343,7 @@ }, "Wix": { "errorType": "status_code", - "regexCheck": "^[a-zA-Z0-9@_-]$", + "regexCheck": "^[\\w@-]+?$", "url": "https://{}.wix.com", "urlMain": "https://wix.com/", "username_claimed": "support" @@ -2714,7 +2714,7 @@ }, "nnRU": { "errorType": "status_code", - "regexCheck": "^[a-zA-Z0-9@_-]$", + "regexCheck": "^[\\w@-]+?$", "url": "https://{}.www.nn.ru/", "urlMain": "https://www.nn.ru/", "username_claimed": "blue" @@ -2792,7 +2792,7 @@ }, "skyrock": { "errorType": "status_code", - "regexCheck": "^[a-zA-Z0-9@_-]$", + "regexCheck": "^[\\w@-]+?$", "url": "https://{}.skyrock.com/", "urlMain": "https://skyrock.com/", "username_claimed": "red" @@ -2857,4 +2857,4 @@ "urlMain": "https://znanylekarz.pl", "username_claimed": "janusz-nowak" } -} \ No newline at end of file +}