js-confuser
js-confuser copied to clipboard
Domain lock leaves the domain string unprotected
In the output code you can repeatedly see the regex of the domain that has been locked and easily be changed with a simple notepad replace
basically duplicate of #115
Fixed in 2.0 (Currently 2.0.0-alpha.2). Now uses the RegExp constructor and is further protected by String Concealing / other obfuscations.