jfortunato / esbuild-plugin-manifest

Esbuild plugin for building an asset manifest file.
MIT License
31 stars 5 forks source link

Support subresource integrity #11

Open jonathanstanley opened 2 years ago

jonathanstanley commented 2 years ago

I haven't seen any discussion on this, but is there any interest in having this plugin support subresource integrity to improve security?

For example, with Webpack, this plugin enables integrity hashes, and also lets you define which hashes to support.

marcospereira commented 6 months ago

Hey @jonathanstanley, I'm not sure if this is still relevant to you, but I've created #25 to address this issue and other things too.