mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
The backend validates that URL inputs are RFC valid URLs (with no specific length limit), but the frontend appears to have a maximum length of 50 specified, likely because of a copy-paste error. Increase the HTML maxlength for this input to 2048, which is a length supported for URLs by all major browsers. Fixes #21633
1.5 KiB
1.5 KiB