Skip to content

fix: URL with // in middle loses domain name - #796

Open
saurabhhhcodes wants to merge 15 commits into
mohitkumhar:mainfrom
saurabhhhcodes:fix/url-data-corruption
Open

fix: URL with // in middle loses domain name#796
saurabhhhcodes wants to merge 15 commits into
mohitkumhar:mainfrom
saurabhhhcodes:fix/url-data-corruption

Conversation

@saurabhhhcodes

Copy link
Copy Markdown
Contributor

When a user entered a URL like 'example.com//path', the ad-hoc string split dropped the domain name, producing 'https://path' instead of 'https://example.com/path'. Fixed to properly validate and reject invalid URL formats instead of corrupting data.

@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the mohitkumhar's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant