Update README.md

This commit is contained in:
Dan Bailey
2021-08-19 13:36:54 -05:00
committed by GitHub
parent 89ac8c0a3a
commit 4ec126e12d

View File

@@ -1 +1,7 @@
# wordpress-csp-example
# wordpress-csp-example
This file serves as an example in how to insert headers into the front-end of your Wordpress build. This is useful for sending things like a Content Security Policy (shown) when you don't or can't mess around with your server settings. Or if you need to do dynamic generation of a nonce (also shown) for inline signing of Javascript.
You can certainly add whatever other headers you'd like instead, should be pretty straightforward.
To implement this, you'll need to update the chunks of the CSP variables, and drop this into your functions.php file. Up near the top, ideally.