简体   繁体   English

内网站点忽略X-UA兼容的HTTP标头

[英]Intranet sites ignoring X-UA-Compatible HTTP header

If I explicitly tell IE (still using IE8 in-house) to use GCF with the gcf prefix Chrome is activated. 如果我明确告诉IE(仍在内部使用IE8)使用带有gcf前缀的GCF,则会激活Chrome。 Downside is any links internal to the target site loose the gcf prefix thereafter. 缺点是目标站点内部的任何链接之后都会松开gcf前缀。 Expected. 预期。

Added X-UA-Compatible in the HTTP in Apache of "IE=edge,chrome=1". 在HTTP中的“ IE = edge,chrome = 1”的HTTP中添加了X-UA-Compatible。 GCF is never activated. GCF永远不会激活。 Think this is a general problem with our packaged version of IE8. 认为这是我们IE8打包版本的一个普遍问题。 It seems to ignore all X-UA-Compatible directives. 似乎忽略了所有X-UA-Compatible指令。

Wondering if anybody has ran into the same issue? 想知道是否有人遇到过同样的问题? Or if there are log files I can look at? 或者,如果我可以查看日志文件? Or increase debugging? 还是增加调试?

Turns out the "Enable third-party browser extensions" options was blocking GCF from activating. 原来,“启用第三方浏览器扩展”选项阻止了GCF的激活。 Got super help from Greg Thompson is this Google Forum post: Greg Thompson获得了超级帮助,这是Google论坛中的帖子:

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

Went through the back door with gpedit to change up the Admin template and it worked. 与gpedit一起穿过后门,更改了Admin模板,它可以正常工作。 Still unsure why the compatibility mode for IE isn't working as expected. 仍然不确定为什么IE的兼容模式无法按预期工作。 But at least got GCF going. 但是至少让GCF成功了。 Thanks again to Greg! 再次感谢Greg!

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

相关问题 X-UA兼容的Intranet站点在IE 9中不起作用 - X-UA-Compatible not working in IE 9 for intranet sites 在IE8的Intranet中与X-UA兼容 - X-UA-Compatible in a intranet for IE8 运用 <meta http-equiv=“X-UA-Compatible” content=“IE=8” /> 网站模式的良好做法? - Using <meta http-equiv=“X-UA-Compatible” content=“IE=8” /> mode in sites good practice? ChromeFrame忽略跨站点导航中的X-UA兼容标头 - ChromeFrame ignoring X-UA-Compatible header in cross-site navigation IE9忽略了UserAgent的X-UA-Compatible标志 - IE9 is ignoring X-UA-Compatible flag for UserAgent 在http标头中设置X-UA-Compatible不会更改浏览器中html的document.documentMode - Setting X-UA-Compatible in http header doesn't change document.documentMode for html in browser 哪个X-UA兼容优先? Http-header或Meta-tags? - Which X-UA-Compatible takes precedence? Http-header or Meta-tags? IE忽略响应头中的X-UA兼容IE =边缘 - IE ignores X-UA-Compatible IE=edge in response header 使用“ Edge”或“ IE9”作为X-UA兼容标头? - Use 'Edge' or 'IE9' for X-UA-Compatible header? 为什么即使关闭了兼容模式并且在标头和标记中都设置了X-UA-Compatible,IE8也不能在Intranet站点上呈现Webfonts? - Why does IE8 not render webfonts on an intranet site even though compatibility mode is off and X-UA-Compatible is set in both header and tag?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM