Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit drop bail out to just http(s) uris #209241

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Apr 1, 2024

Fixes #209239

The previous check was too broad and caused us to bail when pasting file uris. The specific case this code was trying to work around was copy/pasting from the browser address bar, which should almost always be a http or https uri

Fixes microsoft#209239

The previous check was too broad and caused us to bail when pasting `file` uris. The specific case this code was trying to work around was copy/pasting from the browser address bar, which should almost always be a http or https uri
@mjbvz mjbvz added this to the March 2024 milestone Apr 1, 2024
@mjbvz mjbvz self-assigned this Apr 1, 2024
@mjbvz mjbvz enabled auto-merge (squash) April 1, 2024 05:19
@mjbvz mjbvz merged commit f776fed into microsoft:release/1.88 Apr 1, 2024
6 checks passed
@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants