]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Add notice about security risks
authorParis <paris@sourcelair.com>
Mon, 8 Aug 2016 13:28:29 +0000 (16:28 +0300)
committerParis <paris@sourcelair.com>
Mon, 8 Aug 2016 13:28:29 +0000 (16:28 +0300)
demo/index.html

index 74c954d6fe48a025db03c4c40ac97d5f6636077b..1d9a218922d88532d799b2aaed30a8df7c8dd07f 100644 (file)
@@ -12,9 +12,7 @@
         <script src="../addons/fullscreen/fullscreen.js" ></script>
     </head>
     <body>
-        <h1>
-            xterm.js: xterm, in the browser
-        </h1>
+        <h1>xterm.js: xterm, in the browser</h1>
         <div id="terminal-container"></div>
         <div>
           <h2>Options</h2>
@@ -33,6 +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>
         <script src="main.js" defer ></script>
     </body>
 </html>