swingmusic icon indicating copy to clipboard operation
swingmusic copied to clipboard

There is a https network error on the home screen.

Open vadersung opened this issue 10 months ago • 1 comments

Hello. Using Swing Music v2.0.0.beta13.

But when I run it, I don't see anything on my home screen.

It's normal when I approach it with http, but when I approach it with https, I get an error and I don't see anything.

I installed it as a docker and I'm using it, can I find a solution?

++++ Error code++++ Mixed Content: The page at 'https://url/#/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://url/nothome/?limit=11'. This request has been blocked; the content must be served over HTTPS.

vadersung avatar Feb 27 '25 02:02 vadersung

I put the code below the header in the screen source and now I can see it.

<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

vadersung avatar Feb 27 '25 07:02 vadersung

See #277

cwilvx avatar Jun 07 '25 17:06 cwilvx