We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae86d6 commit b39f8ccCopy full SHA for b39f8cc
SmuggleSheild/content.js
@@ -17,7 +17,6 @@ class HTMLSmugglingBlocker {
17
{ pattern: /[sS]tring\.from[cC]har[cC]ode\(.*\)/i, weight: 2 },
18
{ pattern: /\.char[cC]ode[aA]t\(.*\)/i, weight: 2 },
19
{ pattern: /document\.get[eE]lement[bB]y[iI]d\(['"']passwordid['"']\)\.value/i, weight: 3 },
20
- { pattern: /\.replace\(/i, weight: 1 },
21
{ pattern: /[aA][tT][oO][bB]\s*\(\s*['"]([A-Za-z0-9+/=]{100,})['"].*\)/i, weight: 3 },
22
{ pattern: /new\s+[bB]lob\s*\(\s*\[\s*[aA][tT][oO][bB]\s*\(/i, weight: 3 },
23
{ pattern: /import\s*\(\s*[uU][rR][lL]\.create[oO]bject[uU][rR][lL]\s*\(/i, weight: 3 },
0 commit comments