Skip to content

Commit

Permalink
Remove Chrome Frame from X-UA-Compatible HTTP header as it's deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Sep 24, 2015
1 parent 8b21b5b commit fa64a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Changelog
1.5.2 (unreleased)
------------------

- Nothing changed yet.
- Remove Chrome Frame from ``X-UA-Compatible`` HTTP header as it's deprecated.
[hvelarde]


1.5.1 (2014-07-10)
Expand Down Expand Up @@ -48,7 +49,7 @@ Changelog
1.4.4 (2013-06-13)
------------------

- fix green line showing under current select for green bar items in Firefox,
- fix green line showing under current select for green bar items in Firefox,
Checked in Firefox, Chrome and IE8.
[gbastien, vangheem]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
site_properties nocall:context/portal_properties/site_properties;
ajax_load request/ajax_load | nothing;
ajax_include_head request/ajax_include_head | nothing;
dummy python:request.RESPONSE.setHeader('X-UA-Compatible', 'IE=edge,chrome=1');"
dummy python:request.RESPONSE.setHeader('X-UA-Compatible', 'IE=edge');"
tal:attributes="lang lang;">

<metal:cache use-macro="context/global_cache_settings/macros/cacheheaders">
Expand Down

0 comments on commit fa64a65

Please sign in to comment.