[Solved] Prevent running js code after download from site [closed]
As a general rule, if the code runs on a remote machine it can be manipulated so they can execute it anyway. You can make this more difficult through code obfuscation or by implementing some sort of DRM, but I would suggest that this will largely be more trouble than it’s worth (since it just … Read more