-
Notifications
You must be signed in to change notification settings - Fork 872
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
Fix #10607: Show warnings for TLS 1.0 and TLS 1.1 #6574
Conversation
ffa88fb
to
dcd001f
Compare
132a14e
to
6c9fa6e
Compare
eb02015
to
a286e0f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this a lot <3
a286e0f
to
a930d5a
Compare
|
||
bool SSLConfigServiceMojo::ShouldSuppressLegacyTLSWarning( | ||
const std::string& hostname) const { | ||
+ BRAVE_SHOW_LEGACY_TLS_WARNINGS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks like there are several ways this could be done without patching as discussed in slack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works for me
41fd3f8
to
224038e
Compare
224038e
to
fbe6732
Compare
// static | ||
void TLSDeprecationConfigComponentInstallerPolicy:: | ||
ReconfigureAfterNetworkRestart() { | ||
base::ThreadPool::PostTaskAndReplyWithResult( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't need any of this because you're not doing anything that requires IO
namespace { | ||
|
||
std::string LoadEmptyConfig() { | ||
base::ScopedBlockingCall scoped_blocking_call(FROM_HERE, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reproduced the original issue on
Verification PASSED on
|
Resolves brave/brave-browser#10607
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.