去评论
PHP源码市场

Discuz 3.5全新安装不显示部分图标问题

Discuz!小编
2024/08/29 21:19:02
全新安装的3.5,部分小图标不显示。图1;

F12发现是由于:图2;
Mixed Content: The page at 'https://wangyan.site/' was loaded over HTTPS, but requested an insecure font 'http://wangyan.site/static/image/common/dzicon.woff2'. This request has been blocked; the content must be served over HTTPS.

把浏览器网址改为http://www.XXX.com,形式,图标可以显示;如图3

不懂技术,请问怎么解决这个问题?

图1


图2


图3


1 贡献最佳答案

        你的站点使用的是https,加载的资源却是http的,这是不允许的,全站配置都检查一遍,统一为https地址即可