From 95d9ad46cf0ca0d805af8d421e526233c1113ff1 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 8 Aug 2016 10:38:01 -0700 Subject: [PATCH] By more explicit in security warning 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index 1d9a2189..2150c379 100644 --- a/demo/index.html +++ b/demo/index.html @@ -31,7 +31,7 @@ -

Attention: 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.

+

Attention: 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.