From: silverwind Date: Wed, 28 Apr 2021 00:15:16 +0000 (+0200) Subject: Remove x-ua-compatible header (#15640) X-Git-Tag: v1.15.0-rc1~403 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cc7d118b126cf451b1f3f9df72eb2f2e091d7ebc;p=gitea.git 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. --- 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 @@ - {{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}}