]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
By more explicit in security warning
authorDaniel Imms <tyriar@tyriar.com>
Mon, 8 Aug 2016 17:38:01 +0000 (10:38 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2016 17:38:01 +0000 (10:38 -0700)
Calling out that the insecurity is due to the barebones implementation
of the demo will prevent people thinking that the library is inherently
insecure.

demo/index.html

index 1d9a218922d88532d799b2aaed30a8df7c8dd07f..2150c3796ee5c01cce2e6fde1a3972aa4cec1a20 100644 (file)
@@ -31,7 +31,7 @@
             </div>
           </div>
         </div>
-        <p><strong>Attention:</strong> The demo should be used only for evaluation of xterm.js and not be exposed or shared to public, as this will introduce security risks for the host.</p>
+        <p><strong>Attention:</strong> The demo is a barebones implementation and is designed for xterm.js evaluation purposes only. Exposing the demo to the public as is would introduce security risks for the host.</p>
         <script src="main.js" defer ></script>
     </body>
 </html>