Skip to content

Commit

Permalink
Fix #2355
Browse files Browse the repository at this point in the history
(Regression introduced by #1520)
  • Loading branch information
ppfeister committed Nov 12, 2024
1 parent 046c295 commit 98fbd52
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -2857,4 +2857,4 @@
"urlMain": "https://znanylekarz.pl",
"username_claimed": "janusz-nowak"
}
}
}

0 comments on commit 98fbd52

Please sign in to comment.