summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2021-04-28 02:15:16 +0200
committerGitHub <noreply@github.com>2021-04-28 03:15:16 +0300
commitcc7d118b126cf451b1f3f9df72eb2f2e091d7ebc (patch)
tree08f59b416b11209513cacfdb5fd74cde5d60ce5c /templates
parentf31443d6a89663b1f10315f72cef5867ae45f537 (diff)
downloadgitea-cc7d118b126cf451b1f3f9df72eb2f2e091d7ebc.tar.gz
gitea-cc7d118b126cf451b1f3f9df72eb2f2e091d7ebc.zip
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.
Diffstat (limited to 'templates')
-rw-r--r--templates/base/head.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index d8d24c61ea..d4de8f7905 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -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}}">