I'm using assetPrefix to serve my javascripts from a different domain. I need to add crossorigin="anonymous" attribute to these script tags in NextScript for error tracking. Otherwise, error details will not provided because of security reason.
I read the source code, seems no way to do that with next.config.js.
Along with this, SRI support would be nice.
Most helpful comment
Along with this, SRI support would be nice.