ladybird/Libraries/LibWeb/SecureContexts
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
..
AbstractOperations.cpp LibWeb/SecureContexts: Correct the 127.0.0.0/8 trustworthiness check 2026-05-31 21:56:18 +02:00
AbstractOperations.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00