Protecting Chromecast Receiver application -
we need protect our html5/js application been stolen. (we need protect javascript code mainly.)
chromecast requires application hosted on https server. puts sniffer on same network chromecast can find url loads , load directly browser.
user agent etc. can mimicked if use secure application.
what best mechanism protect proprietary javascript code in published chromecast javascript application been stolen?
thanks lot in advance.
sasha
one common practice minify + obfuscate javascript code.
Comments
Post a Comment