Merge pull request #2287 from ntexe/master

fix #2242
This commit is contained in:
Paul Pfeister 2024-11-11 20:03:17 -05:00 committed by GitHub
commit 18bae485ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -728,6 +728,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"
@ -1909,6 +1910,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"
@ -2314,6 +2316,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"