Sidebar HTTPS
-
Hi, My website is configured for use SSL then iframe for a sidebar https://www.vcita.com/widgets/sidebar/9dvpf4g0tcmupeua?ver=2 but it′s blocking my certificated with a script that it′s inside. (mixed content). Please help me.
<script type=”text/javascript”>
try {
var ref = “”;
if (ref == “”) {
ref = document.referrer;
}
if (ref == “”) {
ref = “missing”;
}
var img = document.createElement(‘img’);
img.setAttribute(‘style’,’width:1px;height:1px;position:fixed;bottom:0px;left:0px’);
img.setAttribute(‘src’, “https://www.vcita.com/tr_pics/i?o=d2lkZ2V0&p=1121049&r=” + encodeURIComponent(ref));
document.body.insertBefore(img, document.body.childNodes[0]);
} catch (e) {}
</script>Thanks
- The topic ‘Sidebar HTTPS’ is closed to new replies.