mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
Some git clients produce malformed URLs that mix HTTPS and SSH formats (e.g., `https://git@github.com:user/repo`). These URLs would cause window.open() to fail with an invalid URL error. Added handling to convert these hybrid URLs to proper HTTPS format. Fixes MAESTRO-43