How to Implement Subresource Integrity (SRI) in Script and Link Tags in Nuxt.js for Enhanced Security?
I’m attempting to add the integrity attribute to the script
and link
tags at build time by using the build:manifest
hook in a custom module. However, the integrity attribute is not being added after the project is built.