Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Drupal.

  1. Audit libraries defined in *.libraries.yml files for external URLs.

  2. Replace CDN sources with local files where possible:

  3. my_library:

  4. js:

    /libraries/mylib/lib.min.js: {}
  5. For external sources that must remain, add the SRI integrity key to the library definition.