Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpack supporting SRI integrity checking? #17726

Closed
curiousdev opened this issue Oct 4, 2023 · 3 comments
Closed

Webpack supporting SRI integrity checking? #17726

curiousdev opened this issue Oct 4, 2023 · 3 comments
Labels

Comments

@curiousdev
Copy link

curiousdev commented Oct 4, 2023

Apologies if I'm asking in the wrong place. Does Webpack support SRI integrity checking?

Example:

My module is hosted at https://cdn.mycompany.com/module-v1.js.

When https://app.mycompany.com is loading dynamic modules it needs to check the integrity of each module. When we deploy new version, we register a new integrity hash at app.mycompany.com.

@sowtame
Copy link

sowtame commented Oct 9, 2023

Hi, I also encountered this problem, I solved it here. waysact/webpack-subresource-integrity#220
You can install the package with support MF https://www.npmjs.com/package/@sowtame/webpack-subresource-integrity

@webpack-bot
Copy link
Contributor

This issue had no activity for at least three months.

It's subject to automatic issue closing if there is no activity in the next 15 days.

@alexander-akait
Copy link
Member

Close in favor waysact/webpack-subresource-integrity#220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants