embed - How to hide embedly javascript key? -
i'm working embedly , found out key use, , pay for, in embedly javascript plainly visible can "inspect element" , see key.
how can hide part of javascript, key part, people using "inspect element"?
<script type="text/javascript"> $('document').ready(function(){ $('div.featuredgame').embedly({ maxwidth: 200, maxheight: 140, key: 'key removed' }); }); </script>
you try , obfuscate it? here's js obfuscator use.
its not 100% secure, @ least hides key, unless wanted decode it.
Comments
Post a Comment