]> git.proxmox.com Git - mirror_novnc.git/blobdiff - vnc_lite.html
Add deflator helper class for deflating data
[mirror_novnc.git] / vnc_lite.html
index 98dd28f242ce4f1ebb3aba902d0a2cf66cf5dfa4..d17ab9ee458da78fde2bf35a6308818928dcbfe2 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" />
+
     <style>
 
         body {
             // because Firefox < 53 has a bug w.r.t location.search
             const re = new RegExp('.*[?&]' + name + '=([^&#]*)'),
                   match = document.location.href.match(re);
-            if (typeof defaultValue === 'undefined') { defaultValue = null; }
 
             if (match) {
                 // We have to decode the URL since want the cleartext value