summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2019-12-31 02:06:02 +0100
committerGitHub <noreply@github.com>2019-12-31 02:06:02 +0100
commit3a64043f28f704b9a1b6e7f85e1bc230e4ff8bc2 (patch)
treee2674da07afd90b843f7f68cc08f2604148315e0
parent49db41ea4be69753b5480559839cf031d52a1241 (diff)
downloadnovnc-3a64043f28f704b9a1b6e7f85e1bc230e4ff8bc2.tar.gz
Restore X-UA-Compatible meta tag to vnc.html
It's still required since without this IE's default setting for "Display intranet web pages in compatibility mode" will cause errors.
-rw-r--r--vnc.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/vnc.html b/vnc.html
index 52fb1f3..9df0e07 100644
--- a/vnc.html
+++ b/vnc.html
@@ -16,6 +16,10 @@
<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">