-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Return opaque origin for blob: URL containing inner non-http(s): URL #48157
Comments
@nodejs/url |
I would like to take a stab at this. From what I understand is it just the below in if(out.protocol !== 'https') {
return null;
} |
Since we are not using Ada's origin getter, we don't need to update Ada to close this issue. But regardless, I've fixed the Ada origin-getter and will release a new version as soon as it gets a review from @lemire. I've also left some comments on @hemanth's pull request. After the comments are addressed we can merge it. |
See whatwg/url#771 for the URL Standard change and web-platform-tests/wpt#40133 for tests.
The text was updated successfully, but these errors were encountered: