The Wayback Machine - https://web.archive.org/web/20220502235018/https://github.com/go-gitea/gitea/pull/15640
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

Remove x-ua-compatible meta tag #15640

Merged
merged 1 commit into from Apr 28, 2021
Merged

Remove x-ua-compatible meta tag #15640

merged 1 commit into from Apr 28, 2021

Conversation

Copy link
Member

@silverwind silverwind commented Apr 27, 2021

The header is deprecated since IE 11 so it only serves to support IE 10 and below which are browsers which are long unsupported now.

Ref: https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg182625(v=vs.85)#document-mode-changes

Starting with IE11, edge mode is the preferred document mode; it represents the highest support for modern standards available to the browser.

Starting with IE11, document modes are deprecated and should no longer be used, except on a temporary basis.

The header is deprecated since IE 11 so it only serves to support IE 10
and below which are browsers which are long unsupported now.
@silverwind silverwind added this to the 1.15.0 milestone Apr 27, 2021
@silverwind silverwind changed the title Remove x-ua-compatible header Remove x-ua-compatible meta tag Apr 27, 2021
@lafriks lafriks merged commit cc7d118 into go-gitea:master Apr 28, 2021
2 checks passed
@silverwind silverwind deleted the rm-ie10 branch Apr 28, 2021
@go-gitea go-gitea locked and limited conversation to collaborators Jun 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

None yet

4 participants