Better XSS prevention (NOTE: must run npm install validator on existing installs)

This commit is contained in:
calzoneman 2013-07-02 15:42:26 -04:00
parent 46b823c60d
commit 91a2fcb61d
6 changed files with 12 additions and 7 deletions

View file

@ -29,6 +29,7 @@ var CHANNEL = {
css: "",
js: "",
motd: "",
motd_text: "",
name: false
};