blob: 97214479ceb979e23ebbe52759f9d7993d7c5cc5 [file] [log] [blame]
mikesamuel0416a072011-08-02 17:12:38 +00001<!DOCTYPE HTML><html><head>
2<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>OWASP Java HTML Sanitizer Change Log</title>
4</head>
5<body>
6<h1>OWASP Java HTML Sanitizer Change Log</h1>
7<ol>
mikesamuel80e7e752011-10-09 22:23:45 +00008<li value="74">Added convenient pre-packaged policies in Sanitizers.
9 Fixed bug in how warnings are reported via the badHtml Handler.</li>
mikesamuela362ec32011-08-17 21:59:50 +000010<li value="50">Better handling of supplementary codepoints to avoid
mikesamuel5d6c7322011-08-17 21:57:54 +000011 UTF-16/UCS-2 confusion in browsers.</li>
mikesamuel797b5e22011-08-10 17:46:28 +000012<li value="48">Added new HTML5 URL attributes to list used to
13 safeguard URL attributes in <code>HtmlPolicyBuilder</code>.</li>
mikesamuel0416a072011-08-02 17:12:38 +000014<li value="42">Changed <code>HtmlSanitizer.sanitize</code> to allow
15 <code>null</code> as a valid value for the HTML snippet.</li>
16</ol>
17</body></html>