How am i supposed to get past CORS in google sites #18271
Unanswered
jmazzgamerpro
asked this question in
Q&A
Replies: 1 comment 3 replies
-
CORS policy applies if you try and get resources from another site and link them to yours you basically need to have whatever site you're pulling say, a swf from, allow you to do so https://en.m.wikipedia.org/wiki/Cross-origin_resource_sharing you used to be able to not care about CORS using flash player, I think because CORS came after ruffle just can't ignore it, so you'll need to host your own resources on a seperate server, or get permission from someone else |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So recently i've been working on a site where you can play all of the Papa's games, but none will work due to "Ruffle failed to load the flash swf file. Access to fetch has likely been blocked by CORS policy." I have no idea what this means and i have no idea how to get any of these to work on my site. I have little experience with programming, so what is the easiest way to fix this on google sites?
Beta Was this translation helpful? Give feedback.
All reactions