javascript-obfuscator / javascript-obfuscator-ui

A web UI to the JavaScript Obfuscator node.js package.
https://obfuscator.io
BSD 2-Clause "Simplified" License
230 stars 130 forks source link

"Reserved Names" are Ignored When "Rename Globals" is Enabled #27

Closed geometrian closed 4 years ago

geometrian commented 6 years ago

E.g. given the following code: var do_not_rename = 1; And adding to "Reserved Names": ^do_not_rename The output is: var c=0x1; I would expect the variable not to be renamed.

Enuratique commented 5 years ago

I'm also experiencing this bug. Super annoying.

sanex3339 commented 4 years ago

Should be fixed few releases ago