Skip to content

Commit b39f8cc

Browse files
authored
removing pattern
1 parent 1ae86d6 commit b39f8cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SmuggleSheild/content.js

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class HTMLSmugglingBlocker {
1717
{ pattern: /[sS]tring\.from[cC]har[cC]ode\(.*\)/i, weight: 2 },
1818
{ pattern: /\.char[cC]ode[aA]t\(.*\)/i, weight: 2 },
1919
{ pattern: /document\.get[eE]lement[bB]y[iI]d\(['"']passwordid['"']\)\.value/i, weight: 3 },
20-
{ pattern: /\.replace\(/i, weight: 1 },
2120
{ pattern: /[aA][tT][oO][bB]\s*\(\s*['"]([A-Za-z0-9+/=]{100,})['"].*\)/i, weight: 3 },
2221
{ pattern: /new\s+[bB]lob\s*\(\s*\[\s*[aA][tT][oO][bB]\s*\(/i, weight: 3 },
2322
{ pattern: /import\s*\(\s*[uU][rR][lL]\.create[oO]bject[uU][rR][lL]\s*\(/i, weight: 3 },

0 commit comments

Comments
 (0)