summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2019-12-31 02:15:07 +0100
committerSamuel Mannehed <samuel@cendio.se>2019-12-31 02:15:07 +0100
commit8f230f45cce32fef0c0ce199edfd374d21a2df22 (patch)
tree11858a549a21ebc9c75946bbaee8684592f6a5b4
parent78bbf6bad2b3f18198f851908eb30633390b9938 (diff)
downloadnovnc-8f230f45cce32fef0c0ce199edfd374d21a2df22.tar.gz
Remove Google Chrome Frame plugin compatability
Chrome Frame has been retired we so we can remove it from this compatability tag.
-rw-r--r--vnc.html2
-rw-r--r--vnc_lite.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/vnc.html b/vnc.html
index 9df0e07..ef7150c 100644
--- a/vnc.html
+++ b/vnc.html
@@ -19,7 +19,7 @@
<!-- 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" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- 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">
diff --git a/vnc_lite.html b/vnc_lite.html
index d5431d2..d17ab9e 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -20,7 +20,7 @@
<!-- 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" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<style>