=== June-Comments-Cleaner === Tags: comments, spam, security Requires at least: 2.7.1 Tested up to: 2.7.1 Stable tag: 1.0 Author: Costin Trifan Author URI: http://june-js.com/blog/ Plugin URI: http://june-js.com/blog/?page_id=171 This plugin will strip out all html, css, javascript tags from comments. == Description == For example, if your blog has a great number of visitors/commenters and you have selected the "Comment author must have a previously approved comment" option in your admin panel (Settings > Discussion) then nothing will stop a previous approved commenter in adding a hidden javascript code(could be ajax, or very annoying popup windows) in his comments, and this works in all WP's versions! ex: `

What a great post! I've learned so much from it!

Thank you!

` or, another really annoying type of comment: ` ` Imagine when someone visits your page he will see that alert window. What if the page has 20 comments like that? That alert window will not even allow your visitors to close their browser until they've gone through each and every one of them! Now go to your admin panel to edit/delete this comment; you'll notice that when displaying the comments page the alert window(s) is/are displayed once again. Imagine 200 of this alerts now.... Another type of 'attack' would be one that redirects your visitors to his blog: ex: `

Thank you!

` So this plugin will strip out all html, css, javascript tags from comments, except those you allow in the plugin's page, thus enhancing your blog security. == Installation == 1. Unzip the archive into the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to `Admin Panel > Settings > June Comment Cleaner` and add the tags you allow in your comments. == Screenshots == 1. The plugin's interface after installation 2. This is how your comment would look like after a user has added some 'hidden' javascript code into his comment 3. A javascript alert window in action == ChangeLog == = 1.0 = * Initial release