Resources: ehsan, [http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9114486 discussion of Private Browsing]
== Create Content Security Policy test suite ==
Adding Content Restrictions functionality to Firefox means that sites could restrict types of locations for loaded scripts and other unsafe content. The Content Security Policy is intended to mitigate a large class of Web Application Vulnerabilities: Cross Site Scripting. In order for this to be written properly, a full test suite is required, which can test such things as inline scripts, javascript URLs, all event handler
attributes (onclick, etc), plugins, frames, data urls, and XBL.
References: http://people.mozilla.org/~bsterne/content-security-policy/, [https://bugzilla.mozilla.org/show_bug.cgi?id=411791 bug 411791], [https://bugzilla.mozilla.org/show_bug.cgi?id=390910 bug 390910]
Resources: bsterne, dveditz, shaver
== HTML page set sanitizer ==