deploy: trigger railway

Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
Hanif Dwy Putra S
2022-11-03 18:39:29 +07:00
committed by GitHub
parent 6d0d6081ac
commit 93c09c19ed

View File

@@ -39,7 +39,7 @@ export const deObfuscate = (html: string): string => {
html.split("'").find((x) => /(((url)? error)|could)/gi.test(x)),
);
} else {
// only match script tag
// only match script tag.
const obfuscatedScripts = html.match(
/<script[\s\S]*?>[\s\S]*?<\/script>/gi,
);