a relay serving broken json should not block discovery of others

This commit is contained in:
B. Petersen
2026-08-12 11:32:59 +02:00
parent 3b8aca042d
commit 340cb9c34c
2 changed files with 25 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ pub struct JsonrpcAppSource {
pub version_string: String,
/// Where to download that version.
/// Security note: consumers need to verify themselves
/// Security note: consumers need to verify themselves
/// that downloaded app files are valid before installing them.
pub download_url: String,
}