next-secure-headers
Advanced tools
Changelog
2.2.0 (2021-02-25)
form-action
frame-ancestors
directivesnavigation-to
directive from ReportingDirective to NavigationDirectiveChangelog
2.1.0 (2020-12-27)
invalid bin field
warning #39 - @jagaapplereport-to
directive #38
undefined <directive-name>
when report-uri
or report-to
is specifiedChangelog
2.0.0 (2020-08-08)
createSecureHeaders
function #25 - @jagaappleThe default export has been removed, withSecureHeaders
function has been exported as named export instead.
You have to import withSecureHeaders
like the following.
- import withSecureHeaders from "next-secure-headers";
+ import { withSecureHeaders } from "next-secure-headers";
Changelog
1.0.1 (2019-12-13)