Skip to content
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

Not catching all mixed content warnings - probably exiting too early #10

Open
ashfame opened this issue Feb 1, 2018 · 0 comments
Open

Comments

@ashfame
Copy link
Contributor

ashfame commented Feb 1, 2018

Open this URL in chrome & notice the console warnings about mixed content warning - https://googlesamples.github.io/web-fundamentals/fundamentals/security/prevent-mixed-content/active-mixed-content.html

and compare that with the ones reported by the tool.

The insecure URL in the iframe is not caught. Also, if you host the html yourself & remove comments for <object type="application/x-shockwave-flash" data="http://..."></object>, even that's not caught but chrome shows another mixed content warning.

I think we are probably exiting too early for these to be caught?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant