Closed lewisgoddard closed 6 years ago
Google is abandoning HPKP in favour of the Expect-CT header.
This makes things much easier, as it works like CSP but for Certificate Transparency. No more hashing certificates and updating a file.
Expect-CT: max-age=0, report-uri="https://scotthelme.report-uri.io/r/default/ct/reportOnly"
Expect-CT: enforce,max-age=30,report-uri="https://scotthelme.report-uri.io/r/default/ct/enforce"
See #16 for Expect-CT support.
Roadmap
nginx-config/directive/bubbly_hpkp.conf
README.md
References