diff --git a/bower.json b/bower.json index ad648d7bd..d45284eed 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "DOMPurify", - "version": "0.6.5", + "version": "0.6.6", "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/package.json b/package.json index f973b98cd..d10161af7 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 (10+), 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.6.5", + "version": "0.6.6", "main": "purify.js", "directories": { "test": "test" diff --git a/purify.js b/purify.js index 651925306..72439eadb 100644 --- a/purify.js +++ b/purify.js @@ -21,7 +21,7 @@ * Version label, exposed for easier checks * if DOMPurify is up to date or not */ - DOMPurify.version = '0.6.5'; + DOMPurify.version = '0.6.6'; if (!window || !window.document || window.document.nodeType !== 9) { // not running in a browser, provide a factory function diff --git a/test/index.html b/test/index.html index 3d3d532fa..8033e93dc 100644 --- a/test/index.html +++ b/test/index.html @@ -2,7 +2,7 @@ - DOMPurify 0.6.5 "Unicorn" Testsuite + DOMPurify 0.6.6 "Stonefish" Testsuite diff --git a/website/index.tpl b/website/index.tpl index 0e7226053..8e92635b5 100644 --- a/website/index.tpl +++ b/website/index.tpl @@ -2,13 +2,13 @@ - DOMPurify 0.6.5 "Unicorn" + DOMPurify 0.6.6 "Stonefish" -

DOMPurify 0.6.5 "Unicorn"

+

DOMPurify 0.6.6 "Stonefish"

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.