Skip to content

Commit e441a42

Browse files
Aymkdnmaxbeatty
authored andcommitted
Adding X-UA-Compatible in the head (#471)
X-UA-Compatible permits to make sure IE uses the last version of its engine. Right now if I visit jsperf.com from IE at my office, IE will use IE7 rendering engine instead of IE11 (because of "Compatibility View"). Adding X-UA-Compatible should fix this issue.
1 parent f953517 commit e441a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/partials/header.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<head>
22
<meta charset="utf-8">
3-
3+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
44
{{#if headTitle}}
55
<title>{{headTitle}} · jsPerf</title>
66
{{else}}

0 commit comments

Comments
 (0)