Skip to content

Commit

Permalink
Merge pull request #2287 from ntexe/master
Browse files Browse the repository at this point in the history
fix #2242
  • Loading branch information
ppfeister authored Nov 12, 2024
2 parents 46023a8 + 277d198 commit 18bae48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 18bae48

Please sign in to comment.