Skip to content

Commit

Permalink
Merge pull request #79 from fastmail/contenttests
Browse files Browse the repository at this point in the history
Fix up tests
  • Loading branch information
cure53 committed Jun 15, 2015
2 parents 52462e5 + 7a031e3 commit e4fd6a1
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 55 deletions.
2 changes: 1 addition & 1 deletion purify.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@

/* Tags to ignore content of when KEEP_CONTENT is true */
var FORBID_CONTENTS = _addToSet({}, [
'head', 'script', 'style'
'audio', 'head', 'math', 'script', 'style', 'svg', 'video'
]);

/* Keep a reference to config to pass to hooks */
Expand Down
Loading

0 comments on commit e4fd6a1

Please sign in to comment.