The HTTP response header Content-Security-Policy allows site administrators to control which resources user agents can load for specified pages. With a few exceptions, the policy primarily concerns specifying the server's origin and script endpoint. This helps prevent cross-site scripting attacks.
Add code
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
HTTPS deployment is required.