Browse Source

Merge pull request #4748 from SjorsO/master

Remove X-UA-Compatible meta tag
Taylor Otwell 5 years ago
parent
commit
4a27987fa6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resources/views/welcome.blade.php

+ 0 - 1
resources/views/welcome.blade.php

@@ -2,7 +2,6 @@
 <html lang="{{ app()->getLocale() }}">
     <head>
         <meta charset="utf-8">
-        <meta http-equiv="X-UA-Compatible" content="IE=edge">
         <meta name="viewport" content="width=device-width, initial-scale=1">
 
         <title>Laravel</title>