Skip to content

Commit

Permalink
Loosen n cipher regex again (more 403s)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Aug 6, 2024
1 parent 5fc73eb commit 5b2c08a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class SignatureCipherManager {
private static final Pattern timestampPattern = Pattern.compile("(signatureTimestamp|sts):(\\d+)");
private static final Pattern nFunctionPattern = Pattern.compile(
"function\\(\\s*(\\w+)\\s*\\)\\s*\\{" +
"var\\s*(\\w+)=(?:\\1\\.split\\(\"\"\\)|String\\.prototype\\.split\\.call\\(\\1,.*?\\))," +
"var\\s*(\\w+)=(?:\\1\\.split\\(.*?\\)|String\\.prototype\\.split\\.call\\(\\1,.*?\\))," +
"\\s*(\\w+)=(\\[.*?]);\\s*\\3\\[\\d+]" +
"(.*?try)(\\{.*?})catch\\(\\s*(\\w+)\\s*\\)\\s*\\{" +
"\\s*return\"enhanced_except_([A-z0-9-]+)\"\\s*\\+\\s*\\1\\s*}" +
Expand Down

0 comments on commit 5b2c08a

Please sign in to comment.