Remove X-UA-Compatible meta tag

It's only required if we wanted support IE8, IE9 or older. We require at
least IE11 at the moment.
This commit is contained in:
Samuel Mannehed 2019-03-13 14:20:12 +01:00
parent 80c52ba7cb
commit daff988e17
2 changed files with 0 additions and 8 deletions

View File

@ -17,10 +17,6 @@
<meta charset="utf-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Icons (see app/images/icons/Makefile for what the sizes are for) -->
<link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
<link rel="icon" sizes="24x24" type="image/png" href="app/images/icons/novnc-24x24.png">

View File

@ -18,10 +18,6 @@
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) &
Chrome Frame. Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<style type="text/css">
body {