=== Strict CSP === Contributors: westonruter Tags: security Tested up to: 6.9 Stable tag: 0.3.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html Enforces a Strict Content Security Policy on the frontend and login screen to help mitigate any XSS vulnerabilities. == Description == This plugin enforces a [Strict Content Security Policy](https://web.dev/articles/strict-csp) (CSP) on the frontend and login screen. This helps mitigate [cross-site scripting](https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/XSS) (XSS) vulnerabilities. The policy cannot yet be applied to the WP Admin (see [#59446](https://core.trac.wordpress.org/ticket/59446)). In [#58664](https://core.trac.wordpress.org/ticket/58664), the manual construction of script tags was eliminated from `WP_Scripts` and inline scripts on frontend/login screen, thanks to the helper functions which had previously been introduced in [#39941](https://core.trac.wordpress.org/ticket/39941). This made it possible to apply Strict CSP, as long as themes and plugins are not directly printing `