Skip to content

Commit

Permalink
Merge pull request #9781 from bobisjan/x-ua-compatible
Browse files Browse the repository at this point in the history
[ENHANCEMENT] Remove `X-UA-Compatible` meta tag for IE browser
  • Loading branch information
locks committed Feb 18, 2022
2 parents 6cde12e + 2d52cf3 commit 057af4b
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 057af4b

Please sign in to comment.