Skip to content

Commit

Permalink
Get rid of obsolete X-UA-Compatible header
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Jul 31, 2018
1 parent 7bb6d01 commit e10135d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ New features:

Bug fixes:

- Fix ``X-UA-Compatible`` header.
- Get rid of obsolete ``X-UA-Compatible`` header.
[hvelarde]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
site_properties 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');
dummy python:request.RESPONSE.setHeader('X-Content-Type-Options', 'nosniff');
dummy python:request.RESPONSE.setHeader('X-XSS-Protection', '1; mode=block');"
tal:attributes="lang lang;
Expand Down

0 comments on commit e10135d

Please sign in to comment.