Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json data security #22

Open
kkange opened this issue Apr 25, 2022 · 2 comments
Open

json data security #22

kkange opened this issue Apr 25, 2022 · 2 comments

Comments

@kkange
Copy link

kkange commented Apr 25, 2022

HI @ericallam
It seems that json data is being stored on the server.

Can I use it without saving it on the server?

@ericallam
Copy link
Member

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.

@jsejcksn
Copy link

jsejcksn commented Dec 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants