Skip to content

url filter: remove ending apostrophe

When URLs were inside single quotes, we would include the ending quote in the parsed URL. To avoid that, remove a final apostrophe in a URL when creating the hotspot.

Test: 'https://en.wikipedia.org/wiki/Earth's_rotation'

BUG: 458996

Merge request reports