diff options
author | petrkajzar <58340153+petrkajzar@users.noreply.github.com> | 2019-11-29 17:57:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-29 17:57:50 +0100 |
commit | 890adb80ceef7b6c2204880c4f444b4e2573466a (patch) | |
tree | a5a9af4bdc03cb18a35cbb9406b579af98ca0b4f /lib/scripts/jquery | |
parent | be86401a5956d0bc6825bd3eb2538706dbb18d8b (diff) | |
download | dokuwiki-890adb80ceef7b6c2204880c4f444b4e2573466a.tar.gz dokuwiki-890adb80ceef7b6c2204880c4f444b4e2573466a.zip |
Remove unnecessary X-UA-Compatible header
Nowadays there is no need to specify such X-UA-Compatible header for these reasons:
1. "chrome=1" refers to the Chrome Frame, which has been retired in 2014 and is not used nor supported any more. See https://blog.chromium.org/2013/06/retiring-chrome-frame.html. Specifying "chrome=1" causes the only error when validating DokuWiki through W3 validator (although this is a HTTP header).
2. "IE=edge" is the default document mode starting with IE 11 (and in Edge, of course). Therefore specifying document mode to EdgeHTML is obsolete. Moreover, starting with Windows 10 (2015/2016), document modes are deprecated. See https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/dn384051(v=vs.85).
Diffstat (limited to 'lib/scripts/jquery')
0 files changed, 0 insertions, 0 deletions