Skip to content

Commit

Permalink
Preparing 0.4.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cure53 committed Oct 13, 2014
1 parent 4817f34 commit 8890759
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DOMPurify",
"version": "0.4.3",
"version": "0.4.4",
"homepage": "https://github.com/cure53/DOMPurify",
"author": "Cure53 <[email protected]>",
"description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG",
Expand Down
4 changes: 2 additions & 2 deletions demo/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html>
<head>
<meta charset="UTF-8">
<title>DOMPurify 0.4.3 "Thundercat"</title>
<title>DOMPurify 0.4.4 "Rabbithole"</title>
<script src="https://rawgithub.com/cure53/DOMPurify/master/purify.js"></script>
<!-- we don't actually need it - just to demo and test the $(html) sanitation -->
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
</head>
<body>
<h4>DOMPurify 0.4.3 "Thundercat"</h4>
<h4>DOMPurify 0.4.4 "Rabbithole"</h4>
<p>
This is the demo for <a href="https://github.com/cure53/DOMPurify">DOMPurify</a>, 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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>DOMPurify 0.4.3 "Thundercat" Testsuite</title>
<title>DOMPurify 0.4.4 "Rabbithole" Testsuite</title>
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
</head>
<body>
Expand Down

0 comments on commit 8890759

Please sign in to comment.