Update AntiXSS Protection

This commit is contained in:
Virtuworks 2012-08-25 12:26:54 -04:00
parent 27fab29a16
commit 3e5581611c
63 changed files with 636 additions and 183 deletions

View file

@ -54,7 +54,7 @@ namespace WebsitePanel.Portal
return;
ServerInfo server = new ServerInfo();
server.ServerName = Server.HtmlEncode(txtName.Text.Trim());
server.ServerName = txtName.Text.Trim();
server.ServerUrl = txtUrl.Text.Trim();
server.Password = serverPassword.Password;
server.Comments = "";