Skip to content

Commit 8f7f216

Browse files
Gregory JacobsGregory Jacobs
authored andcommitted
Add tests to make sure the check for javascript: and vbscript: uri schemes are case-insensitive.
1 parent ace8a10 commit 8f7f216

File tree

5 files changed

+2230
-1890
lines changed

5 files changed

+2230
-1890
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = function(grunt) {
6666
'src/match/Match.js',
6767
'src/match/Email.js',
6868
'src/match/Twitter.js',
69-
'src/match/Url.js',
69+
'src/match/Url.js'
7070
],
7171
dest: distPath
7272
}

0 commit comments

Comments
 (0)