| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
internal/nettest: use TEST-NET-01 addresses by default
When assigning arbitrary addresses to a Listener or Conn,
use addresses in 192.0.2.0/24 (TEST-NET-01, RFC 5735)
rather than loopback.
Avoids issues with httptest fakenet servers routing a request
for a name such as example.com to a loopback address, and
triggering DNS rebind protection (see #80810). The address
assigned by netttest is arbitrary, so we may as well use
one that is highly unlikely to collide with anything in
actual use.
For #80810
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |