yourselfhosted / slash

An open source, self-hosted platform for sharing and managing your most frequently used links. Easily create customizable, human-readable shortcuts to streamline your link management.
GNU Affero General Public License v3.0
1.86k stars 95 forks source link

fix: URL redirection issue #280

Closed amadotejada closed 2 months ago

amadotejada commented 2 months ago

This PR fixes a bug where the extension was adding an extra slash (//) in the URL during redirection. The problem happened because the stored instance_url might already have a slash at the end, causing the double slash when combined with the shortcut path.

Changes:

Testing: