Changes between Initial Version and Version 1 of Ticket #36923, comment 3
- Timestamp:
- Feb 12, 2026, 11:48:05 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36923, comment 3
initial v1 1 1 Replying to [comment:2 Jacob Walls]: 2 2 3 The current normalization logic unconditionally assumes a hierarchical structure, forcing //on opaque schemes like mailto: and tel:.3 The current normalization logic unconditionally assumes a hierarchical structure, forcing {{{mailto://}}} on opaque schemes like mailto: and tel:. 4 4 5 5 We could restrict this domain enforcement to an allowlist of standard web schemes (http, https, ftp, ftps) to prevent mangling valid URIs that use data segments. Note that we already default the scheme to http if none is provided.