I've installed a SSL
certificate on my server, and I've made it HTTPS
. But I need to load existent iframes with embedded content, usually YouTube videos that were saved with HTTP
url, but also other content that is not available via HTTPS
.
upgrade-insecure-requests
is not a suitable solution, since it blocks the passive content if it can't be retrieved with HTTPS
, which without defining Content-Security-Policy
is not blocked by browsers.
Which policy do I have to define to make the browser not block the active content?