From a67eaa6ace7b8b7a2158decf1d84c613b890f614 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Tue, 6 Jun 2023 15:33:23 +0100 Subject: [PATCH] remove X-UA-Compatible meta tag (#857) This meta tag allows Internet Explorer 7 through 11 to change which document mode they would use. As of 2013, however, [Microsoft Edge would ignore this value except under strict circumstances](https://learn.microsoft.com/en-gb/archive/blogs/ie/living-on-the-edge-our-next-step-in-helping-the-web-just-work). This meta tag is ignored in modern versions of Edge (Chromium based). [Internet Explorer 11 reached EOL in June 2022](https://blogs.windows.com/windowsexperience/2022/06/15/internet-explorer-11-has-retired-and-is-officially-out-of-support-what-you-need-to-know/) and today makes up an exceedingly small proportion of internet traffic. It's unlikely that anyone is browsing on Internet Explorer, and less likely that they're browsing on IE<11, which makes this tag redundant. Co-authored-by: Paul Frazee --- bskyweb/templates/base.html | 1 - 1 file changed, 1 deletion(-) diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 1fa9ecba..ea048a9a 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -2,7 +2,6 @@ - {%- block head_title -%}Bluesky{%- endblock -%}