When someone creates a link with a blocked word, the filter does not catch the word if the word part of the URL. I am using TinyMCE.
Thanks
When someone creates a link with a blocked word, the filter does not catch the word if the word part of the URL. I am using TinyMCE.
Thanks
Comments
Comment #1
jaydub commentedWordfilter does not replace strings inside HTML attributes. This is by design. It's paramount that a filter NOT alter any strings that make up attributes in HTML tags. I can understand that you might want to filter out the href in a link in your content BUT for others who are using wordfilter to search and replace text content, also altering content in HTML attributes can have entirely unwanted and unintended consequences.
Please look through the discussion in http://drupal.org/node/344287 for context.