Getting CORS error when loading images on WASM #2531
-
I am trying to have an image displayed using compose on wasm. The image is being requested cross-site and I am getting a cors error.
Is there any way to get around this? Since it is just showing an image and not like reading a resource for its contents. |
Beta Was this translation helpful? Give feedback.
Answered by
colinrtwhite
Oct 9, 2024
Replies: 1 comment 2 replies
-
It's not possible for Coil to work around the CORS security policy. Check out this thread here for more info. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
LOOHP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not possible for Coil to work around the CORS security policy. Check out this thread here for more info.