-
Notifications
You must be signed in to change notification settings - Fork 22
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
Examples are inconsistent about http vs https #19
Comments
Switching Example 1 to consistently use Example 3 can probably accommodate |
Oh huh, good point. Now that even passive mixed content is blocked, does this mean the address space preflight is mostly navigation-only? (That and more complex intranet examples where private services can actually deploy HTTPS.) I guess, in the description of example 1, top-level navigation works just as well as an attack vector (the example says "by navigating to |
It's true that I agree that it would be best to showcase an example for both kinds of requests: subresources and navigations. |
Example 1 says the router management site is deployed at
http://admin:admin@router.local/set_dns
. However, the example later uses an iframe tohttps://admin:admin@router.local/set_dns
in the attack.Example 3 says the internal link-shortening service is at
https://go/
. The next paragraph then talks about clickinghttp://go/*
links. It then goes back to talking about leakinghttps://go/shortlink
.Given intranet sites tend not to use https, I'm guessing all of these were meant to be http?
The text was updated successfully, but these errors were encountered: