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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -