templates: limit X-UA-Compatible to authorized IE=edge value (#34744)

This commit is contained in:
Frédéric Péters 2019-07-10 17:37:32 +02:00
parent ebb8ea444e
commit eff6dd0536
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<html {% if LANGUAGE_CODE %}lang="{{ LANGUAGE_CODE }}"{% endif %} {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
<head>
<meta charset="UTF-8"><!-- 🔥 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% firstof global_title site_title "Compte Citoyen" %} {% block title %}{% endblock %}</title>
{% if meta_robots %}

View File

@ -3,7 +3,7 @@
<html>
<head>
<meta charset="UTF-8"><!-- 🔥 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="content-language" content="fr" />