diff --git a/src/normalize.js b/src/normalize.js index f702717..127a926 100644 --- a/src/normalize.js +++ b/src/normalize.js @@ -1,3 +1,18 @@ +function SanitizeHtml(html) { + const SCRIPT_REGEX = /)<[^<]*)*<\/script>/gi + + // Removing the