-
Notifications
You must be signed in to change notification settings - Fork 669
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
Proposal to improve security with HSTS and Public-key-pins #2156
Comments
Yes, this was on my mind as well, and at least HSTS should be fairly easy to implement. Any help on this is appreciated, since I cannot promise anything time-wise. |
cc @karlitschek That's what we basically discussed :-) |
@LukasReschke Thanks :-) |
Since this issue has been open vor a long time: Is there any progress or is anyone working on implementing HPKP for the client? |
@TheDD No. It's simply not high enough on the priority list right now. |
Qt 5.9 has QNetworkAccessManager::setStrictTransportSecurityEnabled we could use. But since we store the redirected URL in the settings, i don't think it is necessary. |
Since firefox (partially since 32 and full till 34) and chrome support HSTS and HTTP public key extension, I would recommend to implement these feature also in the client. This means:
The text was updated successfully, but these errors were encountered: