pannal / Kitana

A responsive Plex plugin web frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HAProxy mixed content

andcbii opened this issue · comments

I'm having a similar issue to this one:

#72

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

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.