diff --git a/demo/index.html b/demo/index.html index 65408fd7ae..ab5b204067 100644 --- a/demo/index.html +++ b/demo/index.html @@ -2,6 +2,11 @@
Attention: The demo is a barebones implementation and is designed for the development and evaluation of xterm.js only. Exposing the demo to the public as is would introduce security risks for the host.
diff --git a/demo/server.js b/demo/server.js index 85e1aca7a1..c04c48eaec 100644 --- a/demo/server.js +++ b/demo/server.js @@ -1,3 +1,9 @@ +/** + * WARNING: This demo is a barebones implementation designed for development and evaluation + * purposes only. It is definitely NOT production ready and does not aim to be so. Exposing the + * demo to the public as is would introduce security risks for the host. + **/ + var express = require('express'); var expressWs = require('express-ws'); var os = require('os');