HTML sanitization: Difference between revisions

Content deleted Content added
categorization/tagging using AWB
cat
Line 4:
'''HTML sanitization''' 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]]
 
 
{{Uncategorized|date=August 2010}}
 
 
{{web-software-stub}}