Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Internet explorer 忽略X-UA兼容HTTP头的Intranet站点_Internet Explorer_Ie8 Compatibility Mode_Google Chrome Frame - Fatal编程技术网

Internet explorer 忽略X-UA兼容HTTP头的Intranet站点

Internet explorer 忽略X-UA兼容HTTP头的Intranet站点,internet-explorer,ie8-compatibility-mode,google-chrome-frame,Internet Explorer,Ie8 Compatibility Mode,Google Chrome Frame,如果我明确告诉IE(仍在内部使用IE8)使用带有GCF前缀的GCF,Chrome将被激活。缺点是目标站点的任何内部链接此后都会丢失gcf前缀。预料之中 在Apache中的HTTP中添加了X-UA-Compatible“IE=edge,chrome=1”。GCF从未激活。我认为这是IE8打包版本的一个普遍问题。它似乎忽略了所有与X-UA兼容的指令 想知道是否有人遇到过同样的问题?或者如果我可以查看日志文件?还是增加调试?发现“启用第三方浏览器扩展”选项阻止了GCF的激活。获得Greg Thomps

如果我明确告诉IE(仍在内部使用IE8)使用带有GCF前缀的GCF,Chrome将被激活。缺点是目标站点的任何内部链接此后都会丢失gcf前缀。预料之中

在Apache中的HTTP中添加了X-UA-Compatible“IE=edge,chrome=1”。GCF从未激活。我认为这是IE8打包版本的一个普遍问题。它似乎忽略了所有与X-UA兼容的指令

想知道是否有人遇到过同样的问题?或者如果我可以查看日志文件?还是增加调试?

发现“启用第三方浏览器扩展”选项阻止了GCF的激活。获得Greg Thompson的超级帮助,请点击以下谷歌论坛帖子:

 https://groups.google.com/forum/#!topic/google-chrome-frame/tgZj_DL9wHQ

用gpedit通过后门修改管理模板,成功了。仍然不确定为什么IE的兼容模式不能按预期工作。但至少GCF启动了。再次感谢格雷格

请检查此项。已查看兼容性模式设置。但是,通过HTTP头或元数据的显式指令不应该覆盖此设置。即使禁用了兼容性,X-UA-Compatible也不受尊重。