Remove Google Chrome Frame plugin compatability
Chrome Frame has been retired we so we can remove it from this compatability tag.
This commit is contained in:
parent
78bbf6bad2
commit
8f230f45cc
2
vnc.html
2
vnc.html
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
|
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
|
||||||
Remove this if you use the .htaccess -->
|
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) -->
|
<!-- 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="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<!-- Always force latest IE rendering engine (even in intranet) &
|
<!-- Always force latest IE rendering engine (even in intranet) &
|
||||||
Chrome Frame. Remove this if you use the .htaccess -->
|
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>
|
<style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue