1、在网站升级至 HTTPS 后,百度、阿里妈妈的广告嵌入未显示,如图1

2、百度的广告嵌入代码,其中存在 HTTP 的网址
JavaScript
(function() {
var s = "_" + Math.random().toString(36).slice(2);
document.write('<div id="' + s + '"></div>');
(window.slotbydup=window.slotbydup || []).push({
id: '6758467',
container: s,
size: '200,280',
display: 'inlay-fix'
});
})();
</pre>3、阿里妈妈的广告嵌入代码,其中存在 HTTP 的网址
JavaScript
document.write('<a style="display:none!important" id="tanx-a-mm_123311466_23836172_109841700208"></a>');
tanx_s = document.createElement("script");
tanx_s.type = "text/javascript";
tanx_s.charset = "gbk";
tanx_s.id = "tanx-s-mm_123311466_23836172_109841700208";
tanx_s.async = true;
tanx_s.src = "http://p.tanx.com/ex?i=mm_123311466_23836172_109841700208";
tanx_h = document.getElementsByTagName("head")[0];
if(tanx_h)tanx_h.insertBefore(tanx_s,tanx_h.firstChild);
4、基于浏览器提示:点击 加载不安全的脚本 后,百度广告已显示,但是阿里妈妈仍示显示,且浏览器提示不安全,如图2

5、庆幸的是百度与阿里妈妈皆已支持 HTTPS 协议,调整嵌入广告代码,将 http:// 替换为 https:// 后,再次打开网页,皆已经成功显示,且未再提示不安全,如图3

JavaScript
<script type="text/javascript">
document.write('<a style="display:none!important" id="tanx-a-mm_123311466_23836172_109841700208"></a>');
tanx_s = document.createElement("script");
tanx_s.type = "text/javascript";
tanx_s.charset = "gbk";
tanx_s.id = "tanx-s-mm_123311466_23836172_109841700208";
tanx_s.async = true;
tanx_s.src = "https://p.tanx.com/ex?i=mm_123311466_23836172_109841700208";
tanx_h = document.getElementsByTagName("head")[0];
if(tanx_h)tanx_h.insertBefore(tanx_s,tanx_h.firstChild);
需要长期技术维护或远程问题排查?
我是拥有 15+ 年经验的 PHP / Go 后端工程师,长期关注已有系统维护、Bug 修复、性能优化、服务器排查、WordPress 网站维护和小功能迭代。
如果你的项目遇到以下情况,可以先从一次小问题排查开始合作:
- ✅ PHP / Laravel / Yii2 老项目无人维护
- ✅ Go / Gin 后端接口需要排查或优化
- ✅ WordPress 网站访问慢、报错或插件冲突
- ✅ Nginx / MySQL / Redis / Linux 服务器异常
- ✅ CDN / Cloudflare / DNS / HTTPS 配置问题
- ✅ 需要长期远程技术支持或兼职维护
更多介绍请查看:关于我 & 合作
微信:13980074657
邮箱:shuijingwanwq@gmail.com
Telegram:@shuijingwan
GitHub:https://github.com/shuijingwan
