diff --git a/bower.json b/bower.json index 596a8053a..89aa41f68 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "DOMPurify", - "version": "0.4.3", + "version": "0.4.4", "homepage": "https://github.com/cure53/DOMPurify", "author": "Cure53 ", "description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG", diff --git a/demo/index.tpl b/demo/index.tpl index f633c426a..23d5f9f47 100644 --- a/demo/index.tpl +++ b/demo/index.tpl @@ -2,13 +2,13 @@ - DOMPurify 0.4.3 "Thundercat" + DOMPurify 0.4.4 "Rabbithole" -

DOMPurify 0.4.3 "Thundercat"

+

DOMPurify 0.4.4 "Rabbithole"

This is the demo for DOMPurify, a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, SVG and MathML. The textarea below contains sample-payload - you can also add your own. Watch it sanitize on the console or in the Iframe below. diff --git a/package.json b/package.json index a1b5a3f7e..21a2b0b50 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "name": "dompurify", "description": "DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (9+), Firefox and Chrome - as well as almost anything else using Blink or WebKit). DOMPurify is written by security people who have vast background in web attacks and XSS. Fear not.", - "version": "0.4.3", + "version": "0.4.4", "main": "purify.js", "directories": { "test": "test" diff --git a/test/index.html b/test/index.html index 0b7adf8b2..8fb67eb8d 100644 --- a/test/index.html +++ b/test/index.html @@ -2,7 +2,7 @@ - DOMPurify 0.4.3 "Thundercat" Testsuite + DOMPurify 0.4.4 "Rabbithole" Testsuite