HTML sanitization: Difference between revisions

Content deleted Content added
cat
No edit summary
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 sanitization can be used to protect against [[cross-site scripting]] attacks by sanitizing any HTML code submitted by a user.
 
[[Category:HTML]]