summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2019-12-31 02:07:31 +0100
committerGitHub <noreply@github.com>2019-12-31 02:07:31 +0100
commit78bbf6bad2b3f18198f851908eb30633390b9938 (patch)
tree45e87d6cbd0cc34f074598a36feb7d359993261f
parent3a64043f28f704b9a1b6e7f85e1bc230e4ff8bc2 (diff)
downloadnovnc-78bbf6bad2b3f18198f851908eb30633390b9938.tar.gz
Restore X-UA-Compatible meta tag to vnc_lite
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_lite.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/vnc_lite.html b/vnc_lite.html
index 595f34c..d5431d2 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -18,6 +18,10 @@
<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>
body {