iffy / lhtml

An app for working with local HTML files.
Apache License 2.0
85 stars 4 forks source link

Allow "downloading" (exporting?) of files #75

Closed iffy closed 7 years ago

iffy commented 7 years ago

Your document may want to give the user a CSV or JSON file (or image or whatever). Provide a secure way for documents to offer up files to be saved.

Security considerations I can currently think of:

iffy commented 7 years ago

I think that perhaps (on macOS at least) I can twiddle the extended attribute bits on any file to make it at least warn the user about potentially malicious files.

iffy commented 7 years ago

For Windows: http://woshub.com/how-windows-determines-that-the-file-has-been-downloaded-from-the-internet/

So that leaves Linux...

iffy commented 7 years ago