Prestashop 上的混合内容图像
Mixed Content image on Prestashop
我在使用 Prestashop 1.6 创建的网站上安装了 SSL 证书。
但它向我表明它不是完全安全的,因为有通过 HTTP 对站点徽标的请求。检查 chrome 开发人员工具中的代码,我确认对所述徽标图像的请求是通过 HTTPS 进行的,所以我不明白为什么我在控制台中遇到此问题。
站点:www.menguz.com.mx
您的 fancybox javascript 中有一个 HTTP 图像 link。
jQuery(document).ready(function () {
$.fancybox('<div class="pop"><img src="http://menguz.com.mx/img/vinos-y-licores-menguz-logo-1460428150.jpg" alt="" /><h3>Vinos y Licores Menguz sólo vende alcohol a mayores de edad.</h3><h3>Le pedimos responder con responsabilidad:</h3><div class="options"><ul class="buttons"><li><a href="http://google.com.mx" class="myButton">Salir, soy menor de 18 años</a></li><li><a href="#" class="myButton closeFancybox">Soy Mayor de 18 años</a></li></ul></div></div>', {
'width': 500,
'height': 250,
'autoScale': true,
'scrolling': 'si',
'closeClick': false,
'closeBtn': false,
'keys': {
close:
null
},
'helpers': {
overlay: {
closeClick:
false
}
}
});
});
我在使用 Prestashop 1.6 创建的网站上安装了 SSL 证书。
但它向我表明它不是完全安全的,因为有通过 HTTP 对站点徽标的请求。检查 chrome 开发人员工具中的代码,我确认对所述徽标图像的请求是通过 HTTPS 进行的,所以我不明白为什么我在控制台中遇到此问题。
站点:www.menguz.com.mx
您的 fancybox javascript 中有一个 HTTP 图像 link。
jQuery(document).ready(function () {
$.fancybox('<div class="pop"><img src="http://menguz.com.mx/img/vinos-y-licores-menguz-logo-1460428150.jpg" alt="" /><h3>Vinos y Licores Menguz sólo vende alcohol a mayores de edad.</h3><h3>Le pedimos responder con responsabilidad:</h3><div class="options"><ul class="buttons"><li><a href="http://google.com.mx" class="myButton">Salir, soy menor de 18 años</a></li><li><a href="#" class="myButton closeFancybox">Soy Mayor de 18 años</a></li></ul></div></div>', {
'width': 500,
'height': 250,
'autoScale': true,
'scrolling': 'si',
'closeClick': false,
'closeBtn': false,
'keys': {
close:
null
},
'helpers': {
overlay: {
closeClick:
false
}
}
});
});