Install
Works with Drupal: ^9.3 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
15.14 KB
MD5: 47d1ede4c2db8c9755094ed9421082a8
SHA-1: 4f7d855393dbb2ad7810fbb0e83b5d4eb02e6f6e
SHA-256: 620b9659bbd8d98d52824cd36a22da44091b81a56d32f34902377332526bc759
Download zip
20.4 KB
MD5: 09320ad9b235bb5e511f56e73fcc36f5
SHA-1: fb19ccf6d320d483287e69395019448429730a5e
SHA-256: d8f509d93ad54cb146e473469baaa01b5eaea9da994af252014c7575a6ff827c
Release notes
Adds configurable script loading method to improve page speed and hardens inline script output with HTML-safe encoding.
Changelog
Issues: 1 issues resolved.
Changes since 2.0.0-beta3:
Feature
- feat: #3578404 Add configurable script loading method to keep tracking out of critical rendering path
- Use Drupal's Json::encode() instead of PHP's json_encode() for inline script output, applying HTML-safe encoding flags to prevent potential XSS.