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:
parent
80c52ba7cb
commit
daff988e17
4
vnc.html
4
vnc.html
|
@ -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">
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue