kiwix / kiwix-js-pwa

Kiwix JS Offline Browser implemented as a Progressive Web App (PWA), and packaged as Electron, NWJS and UWP apps for Windows and Linux.
https://pwa.kiwix.org
GNU General Public License v3.0
168 stars 26 forks source link

Workaround for HTML URLs with percent-encoded querystring separators in zimit2 #577

Closed Jaifroid closed 4 months ago

Jaifroid commented 4 months ago

We need to fix clicking on a link which has querystring separators like ? and = encoded. We find these in zimit2 at least because they have been introduced as a workaround for the fact the Kiwix Serve can't handle querystrings. See https://github.com/openzim/libzim/issues/865 for details.

Jaifroid commented 4 months ago

Small adjustments in the light of https://github.com/openzim/warc2zim/pull/218