mirror of
https://github.com/dergigi/boris.git
synced 2025-12-28 12:04:31 +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.