mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibURL previously assigned a default port to the IRC schemes, a carryover from SerenityOS where IRC is supported. This behavior deviates from the URL Standard and affects URL parsing by eliding an explicitly specified port when it matches the default (this is considered a legacy behaviour of the web URL schemes). Remove the IRC default port to restore spec-compliant behavior.