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

Use internal in-memory values and reduce reliance on external mutable sources #374

Open
csarven opened this issue Jan 7, 2024 · 0 comments
Labels

Comments

@csarven
Copy link
Member

csarven commented Jan 7, 2024

To the extent possible, dokieli should rely on in-memory values, and reduce its reliance on external, potentially mutable sources (like the DOM), and unexpected or unauthorized modifications to the data.

On a related note, where values from the DOM need to be used, there should be additional and applicable sanitisation.

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

No branches or pull requests

1 participant