Skip to content
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

Add X-UA-Compatible meta to the bootstrap (or equivalent HTTP header) #2477

Closed
fluorumlabs opened this issue Sep 22, 2017 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@fluorumlabs
Copy link
Contributor

One of the use cases for Flow is building internal Web-apps, that will be running inside intranet. According to https://docs.microsoft.com/en-us/internet-explorer/ie11-deploy-guide/img-ie11-docmode-lg, IE11 will fall back to IE8-Compat mode for those, unless overriden.

We can either add <meta http-equiv="X-UA-Compatible" content="IE=edge">, or equivalent X-UA-Compatible HTTP header.

@pleku pleku added the backlog label Sep 23, 2017
@pleku pleku added bug and removed backlog labels Oct 1, 2017
@denis-anisimov denis-anisimov self-assigned this Nov 10, 2017
denis-anisimov pushed a commit that referenced this issue Nov 10, 2017
denis-anisimov pushed a commit that referenced this issue Nov 14, 2017
denis-anisimov pushed a commit that referenced this issue Nov 14, 2017
* Add UA compatible meta tag in bootstrap handler

Fix for #2477

* Correct method name
@pleku pleku closed this as completed Nov 16, 2017
@pleku pleku added this to the 1.0.0.alpha10 milestone Nov 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants