Is it possible to force https requests instead of http #5774
-
There are some flash games that send GET requests to a website using "http" instead of "https." It causes an error : "Mixed Content: The page at 'https://example.com' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://example.com'. This request has been blocked; the content must be served over HTTPS." |
Beta Was this translation helpful? Give feedback.
Answered by
danielhjacobs
Dec 1, 2021
Replies: 1 comment 4 replies
-
Yes, use the configuration option upgradeToHttps: https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#configuration-options. It should be on-by-default on https websites already though. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, use the configuration option upgradeToHttps: https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#configuration-options. It should be on-by-default on https websites already though.