Skip to content

Commit c6c3522

Browse files
committed
chore: add custom regex for codesandbox usernames
1 parent 2908c8e commit c6c3522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sherlock_project/resources/data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@
510510
"Code Sandbox": {
511511
"errorType": "message",
512512
"errorMsg": "Not Found",
513+
"regexCheck": "^[a-zA-Z0-9_-]{3,30}$",
513514
"url": "https://codesandbox.io/u/{}",
514515
"urlMain": "https://codesandbox.io",
515516
"username_claimed": "icyjoseph"

0 commit comments

Comments
 (0)