Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[legacy-framework] Add README for secureheaders recipe #2780

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions 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 <jeremy@jeremyliberman.com>