You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove executable scripts only. (#26)
Sometimes script tags can be used to store templates instead of executable code (See KnockoutJS template binding). Removing those scripts can cause other features to break.
This commit remove script tags with an empty type or one that matches a JavaScript MIME type.