简体   繁体   English

Internet Explorer跟踪保护可防止加载JQuery和其他库

[英]Internet Explorer Tracking Protection Prevents JQuery and Other Libraries from Loading

It appears that Internet Explorer blocks certain common javascript pages hosted by google from loading (including jquery and google fonts). 看来Internet Explorer阻止了由google托管的某些常见javascript页面的加载(包括jquery和google字体)。 Is there any way to avoid this? 有什么办法可以避免这种情况? Do I have to refrain from using googleapis.com javascript on my site? 我必须避免在自己的网站上使用googleapis.com javascript吗?

Below is a screenshot from the IE developer console: 以下是IE开发人员控制台的屏幕截图: Internet Explorer跟踪保护

There is a feature in IE called Tracking Protection List (TPL) which blocks your scripts, more details can be found here: IE中有一个称为跟踪保护列表(TPL)的功能可阻止您的脚本,请在此处找到更多详细信息:

http://blogs.msdn.com/b/ie/archive/2010/12/07/ie9-and-privacy-introducing-tracking-protection-v8.aspx http://blogs.msdn.com/b/ie/archive/2010/12/07/ie9-and-privacy-introducing-tracking-protection-v8.aspx

You can however personalized your TPL: 但是,您可以个性化您的TPL:

http://www.thewindowsclub.com/tracking-protection-list-internet-explorer http://www.thewindowsclub.com/tracking-protection-list-internet-explorer

OR 要么

Host copies of the scripts and fonts within your domain 在您的域内托管脚本和字体的副本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 jQuery-Ajax-不使用Internet Explorer加载php文件 - jquery - ajax - not loading a php file with internet explorer jQuery无法在Internet Explorer中像在其他浏览器中一样工作 - jQuery not working in Internet Explorer as it does in other browsers 在Internet Explorer上加载锁定 - Loading lockup on internet explorer Internet Explorer 7 Ajax无法加载 - Internet Explorer 7 Ajax not loading 加载第二个版本的jQuery和其他库 - Loading a second version of jQuery, and other libraries along with it 在Internet Explorer中通过jQuery $ ajax加载js文件 - Loading js file via jQuery $ajax in Internet Explorer Internet Explorer尝试在加载库之前运行jQuery - Internet Explorer tries to run jQuery before loading the library JQuery数据表需要花费一些时间才能在Internet Explorer上加载,但在Chrome上可以很好地加载 - JQuery Datatables taking time to load on Internet Explorer but loading fine on Chrome 在输入类型文件上添加JavaScript警报可防止打开文件对话框出现在Internet Explorer中 - Adding a JavaScript alert on the input type file prevents the open file dialog from appearing in Internet Explorer 在Internet Explorer中不执行jQuery Before(和其他DOM操作) - jQuery Before (and other DOM manipulations) Not Executing in Internet Explorer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM