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.
This commit is contained in:
Daniel Imms
2016-08-08 10:38:01 -07:00
committed by GitHub
parent 3dd6f368d6
commit 95d9ad46cf
+1 -1
View 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>