Check that sync.server.origin is a URL (#3361)

This commit is contained in:
Dustin J. Mitchell 2024-04-15 22:11:55 -04:00 committed by GitHub
parent 4d9bb20bdd
commit 10cec507cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 3 deletions

1
Cargo.lock generated
View file

@ -2095,6 +2095,7 @@ dependencies = [
"thiserror",
"tokio",
"ureq",
"url",
"uuid",
]