Changelog
6.0.0 - 2022-08-26
helmet.contentSecurityPolicy
no longer sets block-all-mixed-content
directive by defaulthelmet.expectCt
is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7. See #310helmet.frameguard
no longer offers a specific error when trying to use ALLOW-FROM
; it just says that it is unsupported. Only the error message has changedChangelog
5.0.1 - 2022-01-03
Changelog
5.0.0 - 2022-01-02
import helmet from "helmet"
and import { frameguard } from "helmet"
). See #320helmet.contentSecurityPolicy
: useDefaults
option now defaults to true
helmet.contentSecurityPolicy
: form-action
directive is now set to 'self'
by defaulthelmet.crossOriginEmbedderPolicy
is enabled by defaulthelmet.crossOriginOpenerPolicy
is enabled by defaulthelmet.crossOriginResourcePolicy
is enabled by defaulthelmet.originAgentCluster
is enabled by defaulthelmet.frameguard
: add TypeScript editor autocomplete. See #322helmet()
function is slightly faster