This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upView certificate on mixed content site #8531
Merged
Conversation
|
lgtm! |
|
seems like there is a Travis test failure, not sure if intermittent: https://travis-ci.org/brave/browser-laptop/jobs/226508576#L5866 |
|
I can't check this due to a muon error, but we should also show the |
|
will add that. |
|
fixed in e842b4b
|
js/components/siteInfo.js
Outdated
| @@ -204,6 +206,7 @@ class SiteInfo extends ImmutableComponent { | |||
| connectionInfo = | |||
| <div className={css(styles.connectionInfo__wrapper)}> | |||
| <div data-l10n-id='insecureConnectionInfo' /> | |||
| {viewCertificateButton} | |||
This comment has been minimized.
This comment has been minimized.
fix #8530 Auditors: @diracdeltas Test Plan: 1. Go to https://mixed-script.badssl.com/ 2. We should be able to view certificate 3. Click load unsafe scripts 4. We should still have option to view certificate 1. Go to https://wrong.host.badssl.com/ 2. Click proceed to site 3. We should still have option to view certificate 4. Go to http://example.com/ 5. We shouldn't be able to view certificate
|
@diracdeltas I think I sort the state out in 93d3b88 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.



darkdh commentedApr 27, 2017
•
edited
fix #8530
Auditors: @diracdeltas
Test Plan:
git rebase -ito squash commits (if needed).