pannal / Kitana

A responsive Plex plugin web frontend
Other
496 stars 25 forks source link

HAProxy mixed content #82

Open andcbii opened 1 year ago

andcbii commented 1 year ago

I'm having a similar issue to this one:

https://github.com/pannal/Kitana/issues/72

Anyone know how to handle mixed https and http with HAProxy?

andcbii commented 1 year ago

Never mind I figured this out. adding

http-response set-header Content-Security-Policy upgrade-insecure-requests

fixed my issue. I must have had a typo the first time I tried it.