Skip to content

Commit c5625ef

Browse files
committed
Merge pull request #322 from manojlds/chromeframeremoval
fix(app) remove chromeframe
2 parents 17ae9e6 + 6e4c49d commit c5625ef

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

templates/common/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
66
<head>
77
<meta charset="utf-8">
8-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<title></title>
1010
<meta name="description" content="">
1111
<meta name="viewport" content="width=device-width">
1212
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
1313
</head>
1414
<body ng-app="<%= _.camelize(appname) %>App">
1515
<!--[if lt IE 7]>
16-
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
16+
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
1717
<![endif]-->
1818

1919
<!--[if lt IE 9]>

templates/common/root/app/.htaccess

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,9 @@ ErrorDocument 404 /404.html
8686

8787
# Force IE to render pages in the highest available mode in the various
8888
# cases when it may not: http://hsivonen.iki.fi/doctype/ie-mode.pdf.
89-
# Use, if installed, Google Chrome Frame.
9089

9190
<IfModule mod_headers.c>
92-
Header set X-UA-Compatible "IE=edge,chrome=1"
91+
Header set X-UA-Compatible "IE=edge"
9392
# `mod_headers` can't match based on the content-type, however, we only
9493
# want to send this header for HTML pages and not for the other resources
9594
<FilesMatch "\.(appcache|crx|css|eot|gif|htc|ico|jpe?g|js|m4a|m4v|manifest|mp4|oex|oga|ogg|ogv|otf|pdf|png|safariextz|svg|svgz|ttf|vcf|webapp|webm|webp|woff|xml|xpi)$">

0 commit comments

Comments
 (0)