mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-10 02:26:29 +00:00
Just wrapping to_string() in urlencode() will break the link as too many characters are encoded. Also wrap in escape_html_entities() as well - most relevant chars are already URL-encoded, but this will change '&' to '&', for example.
11 KiB
11 KiB