You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Sorry, my english is not very good...)
What steps will reproduce the problem?
1. Open an SSL page containing a non SSL iframe.
2. The iframe is not loaded because it's insecure content (really), even if the
concerned domaine is in the enforced list.
What is the expected output? What do you see instead?
The expected output should be to load the iframe with https, by rewriting the
source url in the frame/iframe tag
What version of the product are you using? On what operating system?
KB SSL Enforcer 2.0.3 / Chromium 30.0.1599.101 / Mac OS-X 10.6.8
Please provide any additional information below.
I've made a simple exemple here :
https://assistance-multimedia.fr/cyril/divers/iframe_http.php
I now parsing all the pages is not good for performances, but maybe you can ad
an option to enable this.
Original issue reported on code.google.com by [email protected] on 6 Jan 2014 at 1:03
The text was updated successfully, but these errors were encountered:
Without having dived too much in to it yet, it might be that Chrome is blocking
the "insecure content", before the extension is able to get a hold of the
request and "saving" the content from being loaded insecurely.
If that is true, there's not much hope for redirecting that iframe, unless it's
either coming from an insecure page allowed to make those insecure requests we
can change. Or if we scrape the page and look for iframes with insecure content
that could be redirected. The last option is probably not a good idea though.
Original issue reported on code.google.com by
[email protected]
on 6 Jan 2014 at 1:03The text was updated successfully, but these errors were encountered: