yireo/magento2-page-cache-csp-nonce-regenerator

Magento module to regenerate CSP nonces when built-in Page Cache is enabled

0.0.2 2024-09-04 10:37 UTC

This package is auto-updated.

Last update: 2024-09-04 10:38:21 UTC


README

Magento 2 module that replaces the CSP nonces added to various script tags with a fresh instance, while the built-in Magento Page Cache is enabled. In other words, even with the Page Cache enabled, nonces are generated per request

Requirements

  • Magento_PageCache module enabled
  • Magento_Csp module enabled
  • Magento Page Cache configured to use the Built-In cache

^^Note that this module does not provide a solution for Varnish.

Installation

composer require yireo/magento2-page-cache-csp-nonce-regenerator
bin/magento module:enable Yireo_PageCacheCspNonceRegenerator