Closed lewisgoddard closed 6 years ago
As Google is abandoning HPKP in favour of the Expect-CT header, we should implement that instead.
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"
This should probably be added to nginx-config/directive/bubbly_security-headers.conf
nginx-config/directive/bubbly_security-headers.conf
It would be good if this and CSP looked similar:
As Google is abandoning HPKP in favour of the Expect-CT header, we should implement that instead.
This makes things much easier, as it works like CSP but for Certificate Transparency. No more hashing certificates and updating a file.