ssl - Prestashop 上的混合内容图像

标签 ssl prestashop prestashop-1.6

我在使用 Prestashop 1.6 创建的网站上安装了 SSL 证书。

但它向我表明它不是完全安全的,因为有通过 HTTP 对站点 Logo 的请求。检查来自 chrome 开发人员工具的代码,我确认对所述 Logo 图像的请求是通过 HTTPS 进行的,所以我不明白为什么我在控制台中遇到这个问题。

https-http

网址:www.menguz.com.mx

最佳答案

您的 fancybox javascript 中有一个 HTTP 图像链接。

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
            }
        }
    });
});

关于ssl - Prestashop 上的混合内容图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53826900/

相关文章:

PHP - 随机回合行为问题

javascript - 如果用户未登录/登录,Prestashop 将目录模式设置为开/关

java - 如何配置本地 Jetty ssl 以避免弱 phermeral DH key 错误?

prestashop - 如何使用 prestashop 颜色选择器

.htaccess - PrestaShop 1.6 - htaccess 文件中的自定义条目

php - Prestashop 1.6.0.9 - 循环中的 $product->save() 只需要 10 个产品

xml - 使用 WebService 将产品添加到 PrestaShop 1.6.0.9

ssl - Twitter/Microsoft/Yahoo OAuths 是否需要 SSL?

c# - SSL WCF "Could not establish trust relationship for the SSL/TLS secure channel with authority ' 本地主机'

使用通配符 SSL 证书在 AWS E2 上部署 Reactjs 应用程序