cloudflare / vinext

fix: dev sanitizeDestination now normalizes leading backslashes (#108)
The dev server's __sanitizeDestination only collapsed leading '//' but ignored leading backslashes (e.g. '\evil.com'). The prod version in config-matchers.ts already used /^[\/]+/ to handle both. Align the dev codegen to match.
Sunil Pai Sunil Pai committed on Feb 26, 2026, 11:10 AM
Showing 1 changed files +1 additions -1 deletions
Browse files at this commit โ†’