mirror of
https://github.com/dergigi/boris.git
synced 2026-02-17 13:04:59 +01:00
URLs with special characters like // in https:// were being collapsed by browsers when passed directly in the path. Now using encodeURIComponent when navigating and decodeURIComponent when extracting the URL from the path.