-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
TLS pins are not working #15667
Comments
Verified
Steps:
Verification passed on
Verification PASSED on
Verified the STR/Cases outlined via brave/brave-core#8750 (comment).
|
@fmarier https://pinning-test.badssl.com/ fails in Brave beta (1.27.x). It works fine in Chrome. I have reset the IP (using |
@fmarier Thanks for checking in your machine. I have verified the certificate and found that |
Went through several cases on |
Preloaded TLS pins are not working in Brave. For example https://pinning-test.badssl.com/ loads just fine instead of being blocked with a TLS error.
That's due to the fact that non-Chrome builds have pinning disabled: https://source.chromium.org/chromium/chromium/src/+/master:net/http/transport_security_state.cc;l=760-763;drc=735b94b59fae0115fc1b9fa736fea465e18f6bfb
While we don't want to enforce pin the pins that ship with Chromium, we do want to enforce pins on the Brave domains.
The text was updated successfully, but these errors were encountered: