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

vnc_lite.html

index 595f34c5a210e78ead733f7eef2640e2a1de785d..d5431d29d0c0fad16fc7831f9df1d1c9694fc470 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>
 
         body {