]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Remove X-UA-Compatible meta tag
authorSamuel Mannehed <samuel@cendio.se>
Wed, 13 Mar 2019 13:20:12 +0000 (14:20 +0100)
committerSamuel Mannehed <samuel@cendio.se>
Thu, 14 Mar 2019 13:13:27 +0000 (14:13 +0100)
It's only required if we wanted support IE8, IE9 or older. We require at
least IE11 at the moment.

vnc.html
vnc_lite.html

index 549c6becb67188345967348f60241e5202dbf6d9..37a7a0336225fb666323471081f6c12161c0dab6 100644 (file)
--- a/vnc.html
+++ b/vnc.html
 
     <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">
index 0b0374ca12bbe4d4452c35964323fdc1668cb4b4..6a0abc5b029aeb65fdb01ee3e51fb70ee384a28d 100644 (file)
 
     <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 {