-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility modification #672
Comments
Why? According to MDN:
|
There are some corporate user agents built on Internet Explorer ActiveX control which do not ignore this pragma, for example we are developing one for our clients. |
"When there's no more room in hell, the dead will walk the earth" Anyhow, transferring to the suitable repository. |
Why is this even needed for IE? |
It makes sure IE is using the highest version ActiveX control available to render the site. |
Please add the following into the website source code header:
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
The text was updated successfully, but these errors were encountered: