Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19992, comment 21


Ignore:
Timestamp:
06/23/2014 09:46:12 PM (11 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19992, comment 21

    initial v1  
    1 The last patch was limiting the URLs only to the domain. 19992.4.diff allows whole URLs including query/fragment and fixes double encoding of `&`. It still excludes IDN and the new(er) TLDs that are longer than 4 letters. Should we support these?
     1The last patch was limiting the URLs only to the domain. 19992.4.diff matches whole URLs including query/fragment and fixes double encoding of `&`. It still excludes IDNs and the new(er) TLDs that are longer than 4 letters. Should we support these?