As far as I can tell, the "HTML Filter" is the only filter to perform XSS checking. We should probably pass this message on to our site administrators within the admin interface. Here's a first attempt.

CommentFileSizeAuthor
#7 filter-desc2.patch896 bytestelcontar
filter-desc.patch840 bytesmatt westgate
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Steven’s picture

A more accurate description is that "it will also remove harmful content such as JavaScript events, JavaScript URLs and CSS styles from those tags that are not removed." Vague constructs like "attempts to sanitize user input" only cause confusion.

Dries’s picture

Depends on the target audience. My mother doesn't know what Javascript or CSS is, but she can tell that "sanitizing input" is a good thing.

Dries’s picture

Looking at this closer, it looks like the message would only be shown to administrator (and not on the content submission page)? If that is the case, Steven's message sounds like the best option. If not, I'd go with Matt's.

matt westgate’s picture

Dries you're correct. Only a site administrator will see this message while configuring input formats. I like Steven's wording better than mine.

Dries’s picture

I guess we need a new patch then. :)

dmitrig01’s picture

Version: x.y.z » 6.x-dev
Status: Needs review » Needs work

love the idea, but it's do for a re-roll

telcontar’s picture

Status: Needs work » Needs review
FileSize
896 bytes

Rerolled against HEAD.

Dries’s picture

Status: Needs review » Fixed

Committed to CVS HEAD. Thanks. :)

Anonymous’s picture

Status: Fixed » Closed (fixed)