Skip to content

Commit

Permalink
Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jul 29, 2016
1 parent f1a3d8a commit d45c262
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_extra.py
Expand Up @@ -27,8 +27,6 @@ def test_safe_links():
('javascript:alert`1`', 'javascript:alert`1`'),
# javascript pseudo protocol with prefix (dangerous in Chrome)
('\x1Ajavascript:alert`1`', ''),
# data-URI (dangerous in Firefox)
('data:text/html,<script>alert`1`</script>', ''),
# vbscript-URI (dangerous in Internet Explorer)
('vbscript:msgbox', ''),
# breaking out of the attribute
Expand Down

0 comments on commit d45c262

Please sign in to comment.