You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to use this extension for VS Code because I already know the online one at https://obfuscator.io.
I am experimenting one problem, when there are some http links in js file, because the obfuscated code stil retain the string of the http links.
The https://test.com/levelone/index.html will not be obfuscated.
I tried the same files at the address of the original obfuscator and it works fine, obfuscating even these addresses.
I opied the configuration parameters at that site (for the Options Preset High), but still not working.
I started to use this extension for VS Code because I already know the online one at https://obfuscator.io.
I am experimenting one problem, when there are some http links in js file, because the obfuscated code stil retain the string of the http links.
for example, if I have this:
["TEST", "https://test.com/levelone/index.html", "images/channel.png", "0"]
The https://test.com/levelone/index.html will not be obfuscated.
I tried the same files at the address of the original obfuscator and it works fine, obfuscating even these addresses.
I opied the configuration parameters at that site (for the Options Preset High), but still not working.
My VSCode configuration is:
Any help would be apreciated.
The text was updated successfully, but these errors were encountered: