in my case, I have a hybrid mobile application with Cordova.
How can I avoid changes in my javascript / AngularJs if someone downloads my * .apk or * .ipa and tries to use it in a browser?
I want to encrypt my javascript source code or, if possible, get the full content in * .apk.
A way to prevent the other person from making changes to your code is to minimize and obfuscate javascript files.
Here you can check it yourself.
javascipt , - , grunt Uglify.
, (CORS) .
Source: https://habr.com/ru/post/1624261/More articles:How to create threads in Java EE? - javaMake sure the Javascript object contains only false values - javascriptWhy does scipy.fftpack.rfft return real values? - pythonSpark clears shuffle spilled onto disk - scalaWartremover still reports warts in Play excluded file - scalaNodejs grunts obfuscation - node.jsVim key mapping mismatch - pythonCustom iterator returns empty array - javascriptexport module for connecting mysql - javascriptJava 1.6 TLS 1.2 handshake_failure - javaAll Articles