Remediation Steps
Follow the steps below to remediate this finding on Drupal.
Audit libraries defined in *.libraries.yml files for external URLs.
Replace CDN sources with local files where possible:
my_library:
js:
/libraries/mylib/lib.min.js: {}For external sources that must remain, add the SRI integrity key to the library definition.