The `delete match;` in youtube.js is invalid in strict mode
Opened this issue · 0 comments
mattbasta commented
https://github.com/ecto/bleach/blob/master/filters/youtube.js#L10
This line of code is invalid in strict mode, which will prevent the library from being used with many JavaScript tools. It should be safe to just remove the delete
statement.