HTML sanitization: Difference between revisions

Content deleted Content added
No edit summary
m Changed "HTML Sanitization" to "HTML sanitization", since this isn't a proper noun
Line 2:
{{Unreferenced|date=December 2009}}
 
'''HTML Sanitizationsanitization''' is the process of examining an HTML document and producing a new HTML document that preserves only whatever tags are designated "safe". HTML Sanitizationsanitization can be used to protect against [[cross-site scripting]] and [[SQL injection]] attacks by sanitizing any HTML code submitted by a user.
 
[[Category:HTML]]