Closed belzebub40k closed 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.
history.pushState()
%20
+
According to this post on Stack Overflow the behavior is intended and can't be changed...
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.According to this post on Stack Overflow the behavior is intended and can't be changed...