summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2019-03-13 14:20:12 +0100
committerSamuel Mannehed <samuel@cendio.se>2019-03-14 14:13:27 +0100
commitdaff988e17b1480467742e3e5221956dc22fc814 (patch)
treedbbeb8d61f9401377a55a4c4d3996b110daadd54
parent80c52ba7cbd2f509ece302c1fd36786d38abd343 (diff)
downloadnovnc-daff988e17b1480467742e3e5221956dc22fc814.tar.gz
Remove X-UA-Compatible meta tag
It's only required if we wanted support IE8, IE9 or older. We require at least IE11 at the moment.
-rw-r--r--vnc.html4
-rw-r--r--vnc_lite.html4
2 files changed, 0 insertions, 8 deletions
diff --git a/vnc.html b/vnc.html
index 549c6be..37a7a03 100644
--- a/vnc.html
+++ b/vnc.html
@@ -17,10 +17,6 @@
<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">
diff --git a/vnc_lite.html b/vnc_lite.html
index 0b0374c..6a0abc5 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -18,10 +18,6 @@
<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 {