]> cat aescling's git repositories - mastodon.git/commitdiff
delete X-UA-Compatible (#6068)
authorOtakan <otakan951@gmail.com>
Tue, 2 Jan 2018 12:38:12 +0000 (21:38 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 2 Jan 2018 12:38:12 +0000 (13:38 +0100)
* delete X-UA-Compatible

* undo

* restore

app/views/layouts/application.html.haml

index c0e01da30fc038bc31ab17c94f7f85b5b449b929..f38c59165ce95835fa987f7a035498b989006b5f 100755 (executable)
@@ -2,8 +2,7 @@
 %html{ lang: I18n.locale }
   %head
     %meta{ charset: 'utf-8' }/
-    %meta{ name: 'viewport', content: 'width=device-width, initial-scale=1' }/
-    %meta{ 'http-equiv' => 'X-UA-Compatible', content: 'IE=edge' }/
+    %meta{ name: 'viewport', content: 'width=device-width, initial-scale=1' }/   
     %link{ rel: 'icon', href: favicon_path, type: 'image/x-icon' }/
     %link{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' }/
     %link{ rel: 'mask-icon', href: '/mask-icon.svg', color: '#2B90D9' }/