Skip to content

Commit

Permalink
[ENHANCEMENT] Remove X-UA-Compatible meta tag for IE browser
Browse files Browse the repository at this point in the history
This meta tag should not be needed since IE support was dropped in v4, https://docs.microsoft.com/en-us/openspecs/ie_standards/ms-iedoco/380e2488-f5eb-4457-a07a-0cb1b6e4b4b5
  • Loading branch information
bobisjan authored and locks committed Feb 18, 2022
1 parent d3e6dd0 commit 02cc7b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion blueprints/app/files/app/index.html
Expand Up @@ -2,7 +2,6 @@
<html<% if(lang) { %> lang="<%= lang %>"<% } %>>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><%= namespace %></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
1 change: 0 additions & 1 deletion blueprints/app/files/tests/index.html
Expand Up @@ -2,7 +2,6 @@
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><%= namespace %> Tests</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 02cc7b5

Please sign in to comment.