We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://drafts.csswg.org/css-shapes/#propdef-shape-outside is using fetch with cors anonymous mode to retrieve resources. To enable access to data URLs, the Same-Origin data URL flag should be set.
The text was updated successfully, but these errors were encountered:
Related topic in whatwg/fetch#381
Sorry, something went wrong.
The same-origin data-URL flag was removed in whatwg/fetch#387, so I guess this issue can be closed now?
No branches or pull requests
https://drafts.csswg.org/css-shapes/#propdef-shape-outside is using fetch with cors anonymous mode to retrieve resources.
To enable access to data URLs, the Same-Origin data URL flag should be set.
The text was updated successfully, but these errors were encountered: