|
|
|
|
|
by drowe859
460 days ago
|
|
I agree, I develop small utilities as single HTML for all the reasons you list (and fun), but having to work around browser protections for some various APIs can be a bummer. The average internet user could be exploited fairly easily if every HTML file had immediate access to all the lower level APIs being introduced[0], and we end up looping back around to some sort of signing or alternative install method (pwa). Curious to find the balance between distributable and "safe" enough to achieve wide adoption. 0: https://developer.mozilla.org/en-US/docs/Web/Security/Secure... |
|