Skip to content

Instantly share code, notes, and snippets.

@anova
Created October 8, 2013 05:56
Show Gist options
  • Save anova/6880139 to your computer and use it in GitHub Desktop.
Save anova/6880139 to your computer and use it in GitHub Desktop.
IE=Edge, turn off compatibility mode with server-side header.
header('X-UA-Compatible', 'IE=Edge'); /*for php*/
Response.AddHeader("X-UA-Compatible", "IE=Edge"); /* for asp.net c# */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment