Mika- / torrent-control

Firefox extension for adding torrents to remote clients.
https://addons.mozilla.org/addon/torrent-control/
179 stars 25 forks source link

Fix issues with Auth basic and IPV6 IP addresses #134

Closed Antorell closed 2 years ago

Antorell commented 2 years ago

Fixes the regex parsing colons inside IPV6 IP addresses to remove the port from the hostname instead of parsing the colon that separates the port from the IP at the end of the hostname. It caused the extension to fail when using Auth Basic with a server that used an IPV6 IP as Server Address.

Fixes #133