mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
fix #2242
This commit is contained in:
parent
f7075e1b64
commit
277d19816e
1 changed files with 3 additions and 0 deletions
|
@ -712,6 +712,7 @@
|
||||||
},
|
},
|
||||||
"Exposure": {
|
"Exposure": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9-]{1,63}$",
|
||||||
"url": "https://{}.exposure.co/",
|
"url": "https://{}.exposure.co/",
|
||||||
"urlMain": "https://exposure.co/",
|
"urlMain": "https://exposure.co/",
|
||||||
"username_claimed": "jonasjacobsson"
|
"username_claimed": "jonasjacobsson"
|
||||||
|
@ -1880,6 +1881,7 @@
|
||||||
},
|
},
|
||||||
"SmugMug": {
|
"SmugMug": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
|
"regexCheck": "^[a-zA-Z]{1,35}$",
|
||||||
"url": "https://{}.smugmug.com",
|
"url": "https://{}.smugmug.com",
|
||||||
"urlMain": "https://smugmug.com",
|
"urlMain": "https://smugmug.com",
|
||||||
"username_claimed": "winchester"
|
"username_claimed": "winchester"
|
||||||
|
@ -2261,6 +2263,7 @@
|
||||||
},
|
},
|
||||||
"Weebly": {
|
"Weebly": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9-]{1,63}$",
|
||||||
"url": "https://{}.weebly.com/",
|
"url": "https://{}.weebly.com/",
|
||||||
"urlMain": "https://weebly.com/",
|
"urlMain": "https://weebly.com/",
|
||||||
"username_claimed": "blue"
|
"username_claimed": "blue"
|
||||||
|
|
Loading…
Reference in a new issue