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

Allow URI schemes other than file: without authority #14959

Closed
wants to merge 1 commit into from
Closed

Allow URI schemes other than file: without authority #14959

wants to merge 1 commit into from

Conversation

tapayne88
Copy link
Contributor

As discussed in #14867 the current URI scheme regex is too restrictive as it only allows URIs that have a path component beginning with //.

local URI_SCHEME_PATTERN = '^([a-zA-Z]+[a-zA-Z0-9+-.]*)://.*'

@tapayne88
Copy link
Contributor Author

tapayne88 commented Jul 29, 2021

Change was cherry-picked into #15017 so this can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lua stdlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants