Skip to content

Commit

Permalink
Added 0.4 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mario committed May 11, 2014
1 parent e3af0f9 commit c27e5c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DOMPurify",
"version": "0.3",
"version": "0.4",
"homepage": "https://github.com/cure53/DOMPurify",
"author": "Cure53 <info@cure53.de>",
"description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG",
Expand All @@ -9,6 +9,9 @@
"dom",
"xss",
"cross site scripting",
"html",
"svg",
"mathml",
"sanitizer",
"filter",
"sanitize",
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.3 "Linebacker"</title>
<title>DOMPurify 0.4 "Flying Fortress"</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.3 "Linebacker"</h4>
<h4>DOMPurify 0.4 "Flying Fortress"</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 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</title>
<title>DOMPurify 0.4 Testsuite</title>
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
</head>
<body>
Expand Down

0 comments on commit c27e5c5

Please sign in to comment.