pub fn valid_name(name: &str) -> bool
Strict validator for a served asset name. Permits only <hex16>.<allowed> — no path separators, no .., no query/fragment. The protocol handler and the GC both gate on this.
<hex16>.<allowed>
..