-
Notifications
You must be signed in to change notification settings - Fork 369
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
Remove noCache from "mainline" Helmet #215
Comments
Hey, can you refer me to information on why it was removed from the "default" settings and will be removed in Helmet 4? Thanks |
In an effort to focus this project's scope, I'm trying to make sure that Helmet only focuses on HTTP response headers that are strictly related to security. While This functionality isn't going away. It's just moving to a separate module, |
hi!! could you add the link for thanks. |
@JEstradaDev Good idea. I've added more information to the description of this issue. |
In an effort to focus this project's scope, I'm trying to make sure that Helmet only focuses on HTTP response headers that are strictly related to security. While
nocache
is useful, it's not strictly security-related in my eyes, so I'm removing it.This functionality isn't going away. It's just moving to a separate module,
nocache
. You can find it on npm and on GitHub.Instead of this:
You'll do this:
This is a breaking change that will be part of Helmet 4.
The text was updated successfully, but these errors were encountered: