score:0

changing http to https will solve this error. you can add this meta tag in the <head> section of your document:

<meta http-equiv="content-security-policy" content="upgrade-insecure-requests">

that meta tag will force the browser to replace insecure connections (http) with secured connections (https).


Related Query

More Query from same tag