Changes between Initial Version and Version 1 of Ticket #36923, comment 3


Ignore:
Timestamp:
Feb 12, 2026, 11:48:05 PM (3 weeks ago)
Author:
Vishy Algo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36923, comment 3

    initial v1  
    11Replying to [comment:2 Jacob Walls]:
    22
    3 The current normalization logic unconditionally assumes a hierarchical structure, forcing // on opaque schemes like mailto: and tel:.
     3The current normalization logic unconditionally assumes a hierarchical structure, forcing  {{{mailto://}}} on opaque schemes like mailto: and tel:.
    44
    55We 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.
Back to Top