modern browsers have write-access to ~/Downloads/ directory (or similar).
is it safe and secure to give nativeio origin-bound read-access to subdirectories in ~/Downloads ? e.g.:
website kaizhu256.github.io can persist/read sql.js db only from
~/Downloads/io.github.kaizhu256/
website fivedots.github.io can persist/read sql.js db only from
~/Downloads/io.github.fivedots/
modern browsers have write-access to
~/Downloads/
directory (or similar).is it safe and secure to give nativeio origin-bound read-access to subdirectories in ~/Downloads ? e.g.: