html - How to allow http content within an iframe on a https site -


i load html iframe when file referenced using http, not https, following error:

[blocked] page @ {current_pagename} ran insecure content {referenced_filename}

is there way turn off or way around it?

the iframe has no src attribute , contents set using:

frame.open(); frame.write(html); frame.close(); 

based on generality of question, think, you'll need setup own https proxy on server online. following steps:

if download remote site content via file_get_contents or similiar, can still have insecure links content. you'll have find them regex , replace. images hard solve, Ï found workaround here: http://foundationphp.com/tutorials/image_proxy.php


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -