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

Secure delete by default #645

Open
brodycj opened this issue Mar 9, 2017 · 0 comments
Open

Secure delete by default #645

brodycj opened this issue Mar 9, 2017 · 0 comments

Comments

@brodycj
Copy link
Contributor

brodycj commented Mar 9, 2017

According to https://www.sqlite.org/pragma.html#pragma_secure_delete:

The default setting for secure_delete is determined by the SQLITE_SECURE_DELETE compile-time option and is normally off. The off setting for secure_delete improves performance by reducing the amount of disk I/O.

while according to https://www.w3.org/TR/webdatabase/#sensitivity-of-data:

[...] user agents should ensure that when deleting data, it is promptly deleted from the underlying storage.

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

No branches or pull requests

1 participant