Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

disable mixed content via javascript

//there's no way to disable mixed content using javascript but you can add this tag
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
//to your HTML to allow mixed content
 
PREVIOUS NEXT
Tagged: #disable #mixed #content #javascript
ADD COMMENT
Topic
Name
2+8 =