Skip to content

Instantly share code, notes, and snippets.

@kirandasika
Last active September 18, 2015 19:51
Show Gist options
  • Save kirandasika/bd25670397cd520f39b5 to your computer and use it in GitHub Desktop.
Save kirandasika/bd25670397cd520f39b5 to your computer and use it in GitHub Desktop.
Bypassing the "Display intranet sites in Compatibility View"

In order to bypass the Display intranet sites in Compatibility View setting in the IE > Compatibility View Settings, you can set the following <meta> tag as high as possible in the <head> section.

<meta http-equiv ="X-UA-Compatible" content ="IE=edge">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment