-
Notifications
You must be signed in to change notification settings - Fork 369
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
Remove hpkp from "mainline" Helmet #180
Comments
FYI, Chrome has not yet removed support for HPKP as of version 70. They seems to have changed their plan. |
Interesting. Do you have a source for this? |
I don't think they publicly announced the change of plan, but you can test this page with Chrome 70. For me it is still working, even if the deprecating message is still showing up claiming that it will be (should have been?) removed in 69. |
Hmm, interesting.
My plan is to do nothing until Chrome actually removes support. If they DON'T remove support, I'll reconsider its removal from "mainline" Helmet. If they DO remove support, I'll go ahead with its removal in Helmet 4.
Does that sound good to you?
|
That's exactly what I would propose. 👍 |
Perfect! Please let me know if you hear anything in the meantime.
|
It appears that Chrome is removing it in release 72. |
I can confirm with Chrome Dev (72), both Windows and Android. |
Thanks for letting me know. I'll take another pass at this once Chrome 72 is released.
|
Chrome 72 is now released. |
I've updated the docs and added a deprecation warning to Helmet. This |
This was closed in #192 and merged into the |
The public-Key-Pins header has been deprecated citing risks of misuse and therefore is not recommended. also, the helmet package no longer supports this header resources: - https://developer.chrome.com/blog/chrome-67-deps-rems/#deprecate-http-based-public-key-pinning - helmetjs/helmet#180 - https://github.com/helmetjs/hpkp
The public-Key-Pins header has been deprecated citing risks of misuse and therefore is not recommended. also, the helmet package no longer supports this header resources: - https://developer.chrome.com/blog/chrome-67-deps-rems/#deprecate-http-based-public-key-pinning - helmetjs/helmet#180 - https://github.com/helmetjs/hpkp
See helmetjs/hpkp#14.
Because this is a breaking change, it'll happen in Helmet version 4.
The text was updated successfully, but these errors were encountered: