json data security
HI @ericallam It seems that json data is being stored on the server.
Can I use it without saving it on the server?
Hi @kkange, it is true that the data is stored on the server. We use Cloudflare Workers as the host and Workers KV as the storage for either the raw JSON contents or the URL you submit. There is currently no way to use it without storing data on the server (at the moment). If you want to use it currently with sensitive data, the best way would be to run it yourself. I need to flesh out the docs for this as it's pretty sparse at the moment but should come soon. I'll leave this issue open for others that are curious about this as well.
Can this issue's title be renamed to improve its semantic qualities/discoverability (SEO)? Perhaps something like "Support offline-only/local operation (prevent upload of data)"?
Doing so might also help prevent duplicate issues.