pub fn parse_allowed_base_urls(csv: &str) -> Vec<AllowedBaseUrl>Expand description
Parses a comma-separated allowlist into trusted base URLs, skipping (and
warning about) malformed entries. Exposed for CLI/server wiring that builds a
RemoteResolveConfig from flags rather than the environment.