-
Notifications
You must be signed in to change notification settings - Fork 372
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
Release v4.0.0 #197
Release v4.0.0 #197
Conversation
According to [the Node release schedule][0], Node 10 is the minimum supported version. Closes [#146][1]. [0]: https://github.com/nodejs/Release [1]: #146
This imports the [helmet-csp package][0] into this repo as part of my effort to make Helmet a monorepo. You can find its prior history in the old repo. Similar to: * 936cd27 which imported `referrer-policy` * 141f131 which imported `crossdomain` * ff12fb7 which imported `dont-sniff-mimetype` * 2b64d11 which imported `hide-powered-by` * 7906601 which imported `frameguard` * d03c555 which imported `expect-ct` * e933c28 which imported `dns-prefetch-control` * 13b496f which imported `ienoopen` [0]: https://github.com/helmetjs/csp
Co-authored-by: Ameen Abdeen <[email protected]> See [#226][0]. Closes [#224][1]. [0]: #226 [1]: #224
See [this comment][0]. [0]: #226 (comment)
This imports the [x-xss-protection package][0] into this repo as part of my effort to make Helmet a monorepo. You can find its prior history in the old repo. Similar to: * df561bb which imported `helmet-csp` * 936cd27 which imported `referrer-policy` * 141f131 which imported `crossdomain` * ff12fb7 which imported `dont-sniff-mimetype` * 2b64d11 which imported `hide-powered-by` * 7906601 which imported `frameguard` * d03c555 which imported `expect-ct` * e933c28 which imported `dns-prefetch-control` * 13b496f which imported `ienoopen` [0]: https://github.com/helmetjs/x-xss-protection
This imports the [hsts package][0] into this repo as part of my effort to make Helmet a monorepo. You can find its prior history in the old repo. Similar to: * f98ff72 which imported `x-xss-protection` * df561bb which imported `helmet-csp` * 936cd27 which imported `referrer-policy` * 141f131 which imported `crossdomain` * ff12fb7 which imported `dont-sniff-mimetype` * 2b64d11 which imported `hide-powered-by` * 7906601 which imported `frameguard` * d03c555 which imported `expect-ct` * e933c28 which imported `dns-prefetch-control` * 13b496f which imported `ienoopen` [0]: https://github.com/helmetjs/hsts
Just published |
These changes look fantastic @EvanHahn! I've just installed the alpha, all looks to be working so far. |
Just published Planning to release this on Sunday, 2020-08-02 (a few days from now). |
Just published Still planning to release on Sunday. |
Completed release date: 2020-08-02
Currently published:
[email protected]
.Content-Security-Policy
: add default valueContent-Security-Policy
: fail if duplicate directives are foundContent-Security-Policy
: fail if syntactically directive names/values are foundX-XSS-Protection
should be disabled by default (see X-XSS-Protection: header should be disabled by default #230)X-Download-Options
middleware (see Import X-Download-Options (ienoopen) middleware #221)Content-Security-Policy
middlewarePermitted-Cross-Domain-Policies
middlewareX-DNS-Prefetch-Control
middlewareExpect-CT
middlewareX-Frame-Options
middlewareX-Powered-By
middlewareStrict-Transport-Security
middlewareX-Content-Type-Options
middlewareReferrer-Policy
middlewareX-XSS-Protection
middlewarehelmet.hpkp
(see Remove hpkp from "mainline" Helmet #180, Remove hpkp from helmet #192)helmet.noCache
(see Remove noCache from "mainline" Helmet #215)helmet.featurePolicy
Content-Security-Policy
: remove most checksContent-Security-Policy
: remove functions as directive valuesContent-Security-Policy
: removeloose
Content-Security-Policy
: removesetAllHeaders
Content-Security-Policy
: remove browser sniffing, includingdisableAndroid
andbrowserSniff
options (see Remove browser sniffing csp#97)Strict-Transport-Security
: removesetIf
(see Strict-Transport-Security: RemovesetIf
#232)Strict-Transport-Security
: removeincludeSubdomains
(lowercase "D") (see Strict-Transport-Security: Remove includeSubdomains (lowercase d) #231)X-Frame-Options
: dropALLOW-FROM
supportX-Frame-Options
: dropString
supportX-Powered-By
: removesetTo
option (see X-Powered-By: remove thesetTo
option #224)