我为客户开发了一个 WP 主题,但我遇到了一个问题,即未加载两个外部脚本、Google Analytics 和来自 SEO 公司的跟踪脚本。我查看了控制台,状态为“失败”,类型为“待定”。
托管公司是否有可能阻止加载外部脚本?服务器上托管的所有其他脚本(Foundation、Modernizr)均已正确加载。
感谢:D
我为客户开发了一个 WP 主题,但我遇到了一个问题,即未加载两个外部脚本、Google Analytics 和来自 SEO 公司的跟踪脚本。我查看了控制台,状态为“失败”,类型为“待定”。
托管公司是否有可能阻止加载外部脚本?服务器上托管的所有其他脚本(Foundation、Modernizr)均已正确加载。
感谢:D
Hosting company technically is able to filter output HTML (and script
s src), but there're numerous workaround for that anyway.
Most probably, you have a typo or somewhat in script URLs.
扩展我上面的评论,广告拦截器和其他扩展,如 Ghostery 阻止跟踪器,如谷歌分析。禁用它们!
The company doesn't have any control over what scripts are being loaded inside the browser. If you put a bunch of tags in the HTML of your site, there is no way that the company can do anything at that point.