-
Notifications
You must be signed in to change notification settings - Fork 975
Fixed UI for passive (display) mixed content #2168
Comments
This is probably legacy from when we were based on Gecko. cc @diracdeltas |
yup, |
I see, then how about changing Also the complete info of cert on the lock icon has been asked for. See: #1248 (comment) |
@luixxiul sure, i would accept that |
bump Saw that some amazon product pages (example) load some images over http. It would be sweet to allow blocking of passive mixed content or at least show an icon. |
chrome shows the insecure UI for passive mixed-content pages. i propose we show the insecure (unlocked) icon but in grey instead of red so it's somewhat less scary. |
Test plan
#7571 (comment)
Describe the issue you encountered: I tried to add a class to
urlbarIcon
on mixed content pages, and noticed thatisMixedContent
did not seem to be ready yet though it was mentioned here: https://github.com/brave/browser-laptop/blob/master/js/components/siteInfo.js#L18Because of it the siteInfo panel on https://mixed-script.badssl.com/ says that the site is secure where it should not, though the script is blocked.
The text was updated successfully, but these errors were encountered: