File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 381
381
// Evil starting attributes
382
382
'#(<[^>]+[\x00-\x20\" \'\/])(form|formaction|on\w*|style|xmlns|xlink:href)[^>]*>?#iUu ' ,
383
383
384
- // javascript:, livescript:, vbscript:, mocha: protocols
385
- '!((java|live|vb)script|mocha|feed|data):(\w)*!iUu ' ,
384
+ // javascript:, livescript:, vbscript:, mocha: protocols
385
+ '!((java|live|vb)script|mocha|feed|data):(\w)*!iUu ' ,
386
386
'#-moz-binding[\x00-\x20]*:#u ' ,
387
387
388
- // Unneeded tags
389
- '#</*(applet|meta|xml|blink|link|style|script|embed|object|iframe|frame|frameset|ilayer|layer|bgsound|title|base)[^>]*>?#i '
388
+ // Unneeded tags
389
+ '#</*(applet|meta|xml|blink|link|style|script|embed|object|iframe|frame|frameset|ilayer|layer|bgsound|title|base)[^>]*>?#i '
390
390
],
391
391
392
392
'auto_block ' => [
You can’t perform that action at this time.
0 commit comments