ladybird/Userland/Libraries/LibWeb/SecureContexts
Peter Brottveit Bock fdfffe2d8c LibWeb: Use IPv6Address::loopback() instead of parsing "::1"
When comparing an ipv6 address against '::1', then compare against
the value object from `IPv6Address::loopback()`, instead of parsing the
string "::1" to an IPv6Address.
2023-06-09 19:38:14 +01:00
..
AbstractOperations.cpp LibWeb: Use IPv6Address::loopback() instead of parsing "::1" 2023-06-09 19:38:14 +01:00
AbstractOperations.h LibWeb: Implement 'Is url potentially trustworthy?' AO 2022-10-30 20:10:29 +00:00