Skip to content

Commit

Permalink
Remove x-ua-compatible header (#15640)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
silverwind authored Apr 28, 2021
1 parent f31443d commit cc7d118
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/base/head.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head data-suburl="{{AppSubUrl}}">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>{{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}} </title>
<link rel="manifest" href="data:{{.ManifestData}}"/>
<meta name="theme-color" content="{{ThemeColorMetaTag}}">
Expand Down

0 comments on commit cc7d118

Please sign in to comment.