Skip to content

Commit

Permalink
Merge pull request #60 from OpenConext/feature/add-X-UA-Compatible
Browse files Browse the repository at this point in the history
Add X-UA-Compatible header to base.html.twig
  • Loading branch information
phavekes committed Mar 19, 2021
2 parents 389cb62 + 671dd27 commit f9416cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html>
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>{% block title %}{{ 'page.title'|trans }}{% endblock %}</title>
{% block stylesheets %}
{{ encore_entry_link_tags('global') }}
Expand Down

0 comments on commit f9416cd

Please sign in to comment.