From dec86d887629e8478455f7b4a8a22fcb9aa0f6e3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 23 Feb 2026 00:45:33 +0900 Subject: fix(browse): use proper URL validation and match Composer's Windows browser launch Replace simple prefix check in is_valid_url with url::Url::parse() for structural validation (e.g. "https://" with no host now correctly rejected). Update Windows open_browser to use `start "web" explorer` matching Composer's HomeCommand behavior. Co-Authored-By: Claude Opus 4.6 --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 1788a06..b692f5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1092,6 +1092,7 @@ dependencies = [ "tokio", "tracing", "tracing-subscriber", + "url", ] [[package]] -- cgit v1.3.1