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
I've installed this on my own domain screenshots.nicolas-hoizey.com hosted on Netlify.
It works well when run in the browser: https://screenshots.nicolas-hoizey.com/https%3A%2F%2Fcloudfour.com%2Fthinks%2Fsvg-icon-stress-test%2F/large/
But I get a CORS error when I try to use this image in a page on another domain:
I tried to add this to my netlify.toml file, but it doesn't fix the issue:
netlify.toml
[[headers]] for = "/*" [headers.values] Access-Control-Allow-Origin = "*"
Is there something specific to do because it's a Netlify Function?
There might be something here: https://stackoverflow.com/a/57974136/717195
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've installed this on my own domain screenshots.nicolas-hoizey.com hosted on Netlify.
It works well when run in the browser:
https://screenshots.nicolas-hoizey.com/https%3A%2F%2Fcloudfour.com%2Fthinks%2Fsvg-icon-stress-test%2F/large/
But I get a CORS error when I try to use this image in a page on another domain:
I tried to add this to my
netlify.toml
file, but it doesn't fix the issue:Is there something specific to do because it's a Netlify Function?
There might be something here: https://stackoverflow.com/a/57974136/717195
The text was updated successfully, but these errors were encountered: