We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7724638 commit 4254637Copy full SHA for 4254637
test.js
@@ -360,6 +360,7 @@ test('sanitize()', function(t) {
360
},
361
invalid: {
362
javascript: 'javascript:alert(1)',
363
+ whitespace: ' javascript:while(1){}',
364
'Unicode LS/PS I': '\u2028javascript:alert(1)',
365
'Unicode Whitespace (#1)': ' javascript:alert(1)',
366
'Unicode Whitespace (#2)': ' javascript:alert(1)',
0 commit comments