diff --git a/htdocs/js/app.js b/htdocs/js/app.js
index 2e7a643..6156516 100644
--- a/htdocs/js/app.js
+++ b/htdocs/js/app.js
@@ -39,7 +39,7 @@ app.extend({
// allow visible app name to be changed in config
this.name = config.name;
- $('#d_header_title').html( '' + this.name + '' );
+ $('#d_header_title').html( '' + filterXSS(this.name) + '' );
// hit the manager server directly from now on
this.setmanagerHostname( resp.manager_hostname );