From b4d4ebb3573bb89a6befda0b8d5730b67bb3828c Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 21 Dec 2013 17:41:25 +0800 Subject: [PATCH] Remove Chrome Frame meta tag. Reference h5bp/server-configs-nginx#2 --- h5bp/directive-only/x-ua-compatible.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5bp/directive-only/x-ua-compatible.conf b/h5bp/directive-only/x-ua-compatible.conf index 174bf41..b73b0b0 100644 --- a/h5bp/directive-only/x-ua-compatible.conf +++ b/h5bp/directive-only/x-ua-compatible.conf @@ -1,3 +1,3 @@ # Force the latest IE version # Use ChromeFrame if it's installed for a better experience for the poor IE folk -add_header "X-UA-Compatible" "IE=Edge,chrome=1"; +add_header "X-UA-Compatible" "IE=Edge";