plausible / analytics

Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
https://plausible.io
GNU Affero General Public License v3.0
19.93k stars 1.06k forks source link

Fix parsing = in jsonurl #4185

Closed macobo closed 4 months ago

macobo commented 4 months ago

This works around a bug in the jsonurl library where the literal causes a syntaxerror. The urlencoded = however is handled without errors

aerosol commented 4 months ago

Ref https://github.com/jsonurl/jsonurl-js/issues/673