linkeddata / dokieli

:bulb: dokieli is a clientside editor for decentralised article publishing, annotations and social interactions
https://dokie.li/
Other
788 stars 81 forks source link

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

Open csarven opened 6 months ago

csarven commented 6 months ago

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.