zero-archive
zero-archive copied to clipboard
HTTPS imports
is this wise? should untrusted code be a security consideration? differences in trust between downloading+running vs just running
Maybe add the ability to include a hash of what you expect the code to contain? At this point why even bother importing from https instead of downloading?
Or a signing cert for the code instead of just trusting the https, requires the code to be setup to be imported like this though.
Probably makes sense to wait for a use case for this.