Disable dump()? #5930
Replies: 1 comment
-
Posted at 2018-05-16 by @gfwilliams The closest you can get is Probably your best bet is one of:
Posted at 2018-05-21 by billsalt Thanks @gfwilliams! That's good enough. Bill Posted at 2018-05-22 by @gfwilliams No problem. There's a bit more detail here if you need it: http://www.espruino.com/Puck.js+Security Posted at 2018-05-22 by billsalt @gfwilliams thanks! I'd suggest you add the dump() disable method. It is really handy for distribution.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-05-15 by billsalt
Is there a way to disable dump()? I want to protect my code from download; just reasonable precautions, not trying to make it cybersecure. It seems all of the methods of save leave the ability to dump out the js code.
I'd want it to be reenabled with any method of clearing flash...
@gfwilliams?
Thanks!
Bill
Beta Was this translation helpful? Give feedback.
All reactions