Update AntiXSS Protection
This commit is contained in:
parent
27fab29a16
commit
3e5581611c
63 changed files with 636 additions and 183 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue