Restore X-UA-Compatible meta tag to vnc.html

It's still required since without this IE's default setting for "Display intranet web pages in compatibility mode" will cause errors.
This commit is contained in:
Samuel Mannehed 2019-12-31 02:06:02 +01:00 committed by GitHub
parent 49db41ea4b
commit 3a64043f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
<title>noVNC</title>
<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">