Skip to main content

Module csp

Module csp 

Source
Expand description

Content Security Policy hardening: inline extraction + SRI. Content Security Policy hardening plugin.

Extracts inline <style> and <script> blocks into external files with Subresource Integrity (SRI) hashes, eliminating the need for 'unsafe-inline' in the Content-Security-Policy header.

Structsยง

CspPlugin
Plugin that extracts inline styles/scripts to external files with SRI.