I'm forcing https
to access my website, but some of the contents must be loaded over http
(for example video contents can not be over https), but the browsers block the request because of mixed-contents
policy.
After hours of searching I found that I can use Content-Security-Policy but I have no idea how to allow mixed contents with it.
<meta http-equiv="Content-Security-Policy" content="????">