Skip to content

Commit cc7d118

Browse files
authored
Remove x-ua-compatible header (#15640)
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.
1 parent f31443d commit cc7d118

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/base/head.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head data-suburl="{{AppSubUrl}}">
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<meta http-equiv="x-ua-compatible" content="ie=edge">
76
<title>{{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}} </title>
87
<link rel="manifest" href="data:{{.ManifestData}}"/>
98
<meta name="theme-color" content="{{ThemeColorMetaTag}}">

0 commit comments

Comments
 (0)