Skip to content

Commit

Permalink
Merge pull request #144 from estark37/main
Browse files Browse the repository at this point in the history
Fix missing word in false positives description
  • Loading branch information
letitz authored Sep 26, 2024
2 parents 3a62ffb + 7e91460 commit 7be5a64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,9 @@ <h3 id="private-network-request-heading">Private Network Request</h3>

This approach has some flaws:

- false positives: an intranet server with a [=public address=] might be able
to directy issue requests to another server on the same intranet with a
[=private address=].
- false positives: an intranet server with a [=public address=] might not be
able to directy issue requests to another server on the same intranet with
a [=private address=].
- false negatives: a client connected to two different
[=IP address space/private=] networks, say a home network and a VPN, might
allow a website served from the VPN to access devices on the home network.
Expand Down

0 comments on commit 7be5a64

Please sign in to comment.