Skip to content

Commit 8313b60

Browse files
committed
disable unlockEnv due to severe bug #34
Signed-off-by: echo094 <20028238+echo094@users.noreply.github.com>
1 parent 5b5aac1 commit 8313b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugin/obfuscator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,8 +1272,8 @@ export default function (jscode) {
12721272
)
12731273
console.log('提高代码可读性...')
12741274
ast = purifyCode(ast)
1275-
console.log('解除环境限制...')
1276-
ast = unlockEnv(ast)
1275+
// console.log('解除环境限制...')
1276+
// ast = unlockEnv(ast)
12771277
console.log('净化完成')
12781278
let { code } = generator(ast, {
12791279
comments: false,

0 commit comments

Comments
 (0)