]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Restore X-UA-Compatible meta tag to vnc.html
authorSamuel Mannehed <samuel@cendio.se>
Tue, 31 Dec 2019 01:06:02 +0000 (02:06 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Dec 2019 01:06:02 +0000 (02:06 +0100)
It's still required since without this IE's default setting for "Display intranet web pages in compatibility mode" will cause errors.

vnc.html

index 52fb1f37b208b0b45882e8260cc69a310c56796d..9df0e07c2c075333cf9372b509b86e2593f55ec7 100644 (file)
--- a/vnc.html
+++ b/vnc.html
     <title>noVNC</title>
 
     <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">