Use list of legal chars in URL from the WHATWG standard

Notably this excludes some ASCII chars: <>{}[]`|
See https://url.spec.whatwg.org/#url-code-points

Fixes #7095
This commit is contained in:
Kovid Goyal
2024-02-05 13:19:16 +05:30
parent 5f8e5b0a29
commit 8cc2cad4d9
11 changed files with 187 additions and 16 deletions

View File

@@ -58,6 +58,12 @@ Detailed list of changes
row/column boxes by resizing them using linear instead of nearest neighbor
interpolation on the GPU (:iss:`7070`)
- When matching URLs use the definition of legal characters in URLs from the
`WHATWG spec <https://url.spec.whatwg.org/#url-code-points>`__ rather than older standards (:iss:`7095`)
- hints kitten: Respect the kitty :opt:`url_excluded_characters` option
(:iss:`7075`)
0.32.1 [2024-01-26]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~