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

blob url shouldn't be flagged as insecure #2323

Closed
shahraship opened this issue May 21, 2017 · 2 comments · Fixed by #2330
Closed

blob url shouldn't be flagged as insecure #2323

shahraship opened this issue May 21, 2017 · 2 comments · Fixed by #2330

Comments

@shahraship
Copy link

when using Blob and window object url to load it, it flags it as an insecure request
for example:
var blob = new Blob(['SOME JS WEB WORKER CONTENT']); var worker = new Worker(window.URL.createObjectURL(blob)); worker.postMessage({});
This loads a blob url in the browser network requests and is flagged as insecure.

@patrickhulce
Copy link
Collaborator

good catch thanks for the report @shahraship!

@paulirish
Copy link
Member

@shahraship nice catch.

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 a pull request may close this issue.

3 participants