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

Correctly handle blob urls #37

Open
3rd-Eden opened this issue Aug 15, 2016 · 0 comments
Open

Correctly handle blob urls #37

3rd-Eden opened this issue Aug 15, 2016 · 0 comments
Labels

Comments

@3rd-Eden
Copy link
Member

We're currently incorrectly parsing these URLS, when an URL is prefixed with blob: the protocol of the URL will end up as hostname, which is of course not the hostname of the URL. In addition to that there are some subtile differences on how origins are generates for blob URL's.

See #36 for more details.

@3rd-Eden 3rd-Eden added the bug label Aug 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@3rd-Eden and others