Why do browsers allow public websites to attack intranet sites?
When I’m visiting a website on the public internet, the website can cause my browser to send requests to a local IP address (such as 10.0.0.1). This can be used to attack internal web sites, e.g., through
CSRF attacks.
Why do browsers all… Continue reading Why do browsers allow public websites to attack intranet sites?