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

Image fetching does not respect crossOrigin attribute #22500

Open
jdm opened this issue Dec 19, 2018 · 0 comments
Open

Image fetching does not respect crossOrigin attribute #22500

jdm opened this issue Dec 19, 2018 · 0 comments
Labels
A-content/dom Interacting with the DOM from web content

Comments

@jdm
Copy link
Member

jdm commented Dec 19, 2018

Step 18 of https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data and step 14 of https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes use https://html.spec.whatwg.org/multipage/urls-and-fetching.html#create-a-potential-cors-request to create a request with certain properties based on the state of the image element's crossorigin attribute. Our implementation does not follow these steps correctly.

@jdm jdm added the A-content/dom Interacting with the DOM from web content label Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-content/dom Interacting with the DOM from web content
Projects
None yet
Development

No branches or pull requests

1 participant