News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Chris Shiflett's Blog:
Allowing HTML and Preventing XSS
March 16, 2007 @ 09:23:00

In this new post to his blog, Chris Shiflett helps to solve one of the problems that several web designers face when allowing user input but wanting to protect themselves as well - allowing HTML while preventing a user from including a cross-site scripting issue.

This problem comes up more and more often due to the rise of social networking and other Web 2.0 properties that embolden users. [...] Of course, BBCode inevitably comes up during these types of discussions, but I really hate the idea of using yet another markup language just because I'm too lazy to deal with HTML, especially if the markup language doesn't even try to be user-friendly.

He looks for a good solution, one that doesn't require learning a new markup or becoming overly complex (while avoiding strip_tags). He provides several chunks of code for different aspects of the method - first make the content safe, then move backwards in the translation for the items you want to allow.

0 comments voice your opinion now!
allow html prevent crosssitescript secure user content input allow html prevent crosssitescript secure user content input



Similar Posts

Bjarte Karlsen's Blog: Sorting with uasort

ThinkPHP Blog: SQL injections for dummies - and how to fix them

Boston PHP User Group: February 2006 Meeting - 7th @ 6:30pm

Felix Geisendorfer's Blog: How-to: Use Html 4.01 in CakePHP 1.2

Ed Finkler's Blog: PHPSecInfo v0.2.1 now available


Community Events









Don't see your event here?
Let us know!


security book PHP5 code application zend example releases release cakephp database PEAR package framework zendframework ajax job conference developer mysql

All content copyright, 2009 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework