Commit graph

1 commit

Author SHA1 Message Date
Luke Wilde
6ddbff39c7 LibWeb/SecureContexts: Correct the 127.0.0.0/8 trustworthiness check
This previously checked whether the first octet was non-zero, treating
most IPv4 addresses (e.g. 183.189.143.11) as potentially trustworthy.

Match the first octet against 0x7f so only 127.0.0.0/8 is trusted.
2026-05-31 21:56:18 +02:00