Changes between Version 1 and Version 2 of Ticket #58664, comment 7
- Timestamp:
- 08/10/2025 06:53:04 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58664, comment 7
v1 v2 1 1 I've marked the PR ready for initial review. There are some outstanding questions for how best we can migrate existing inline scripts over to using `wp_print_inline_script_tag()`, but it's ready to be checked out. 2 2 3 Here's a proof of concept plugin that enables Script CSP on the frontend and wp-login: https://gist.github.com/westonruter/c8b49406391a8d86a5864fb41a523ae9 3 ~~Here's a proof of concept plugin that enables Script CSP on the frontend and wp-login: https://gist.github.com/westonruter/c8b49406391a8d86a5864fb41a523ae9~~ 4 5 I've published the "Strict CSP" plugin which enables Strict CSP on the frontend and the login screen: https://github.com/westonruter/strict-csp