mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-06 15:59:50 +00:00
`AK::URL` will now check if the URL requires a port to be set using `AK::URL.protocol_requires_port(protocol)`. If the URL does not specify a port, and no default port for the URL protocol is found with `AK::URL.default_port_for_protocol(protocol)`, the URL is considered to be invalid.
12 KiB
12 KiB