diff --git a/recipes/secureheaders/README.md b/recipes/secureheaders/README.md new file mode 100644 index 0000000000..d93fddf265 --- /dev/null +++ b/recipes/secureheaders/README.md @@ -0,0 +1,19 @@ +## secureheaders + +The Blitz Recipe for configuring Secure Headers + +Improve the security of your blitz app at the push of a button. You will +probably have to manually adjust your content security policies to suit your +needs. + +``` +blitz install secureheaders +``` + +## More information + +- [How to use receipes in Blitz](https://blitzjs.com/docs/using-recipes) + +## Contributors + +- Jeremy Liberman