From 18bae485aeb823f2208a9ad3566f95edb58685b9 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Nov 12 2024 01:03:17 +0000 Subject: Merge pull request #2287 from ntexe/master fix #2242 --- diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 72411b0..bfb742a 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -728,6 +728,7 @@ }, "Exposure": { "errorType": "status_code", + "regexCheck": "^[a-zA-Z0-9-]{1,63}$", "url": "https://{}.exposure.co/", "urlMain": "https://exposure.co/", "username_claimed": "jonasjacobsson" @@ -1909,6 +1910,7 @@ }, "SmugMug": { "errorType": "status_code", + "regexCheck": "^[a-zA-Z]{1,35}$", "url": "https://{}.smugmug.com", "urlMain": "https://smugmug.com", "username_claimed": "winchester" @@ -2314,6 +2316,7 @@ }, "Weebly": { "errorType": "status_code", + "regexCheck": "^[a-zA-Z0-9-]{1,63}$", "url": "https://{}.weebly.com/", "urlMain": "https://weebly.com/", "username_claimed": "blue"