freifunk-darmstadt / gluon-firmware-selector

Firmware selector for gluon router images
https://firmware.darmstadt.freifunk.net/
GNU Affero General Public License v3.0
23 stars 49 forks source link

Broken URL in Firefox #146

Closed belzebub40k closed 2 years ago

belzebub40k commented 2 years ago

The history.pushState() function in Firefox seems to behave different than in Chromium based browsers. All occurrences of %20 are converted to + and isn't decoded properly when the link is opened again.

2022-10-25_17-36

2022-10-25_17-42

According to this post on Stack Overflow the behavior is intended and can't be changed...