KilleenCode / brancato

A cross-platform omnibar to to easily run workflows, built in Rust 🦀
MIT License
5 stars 2 forks source link

Bug: non-https URLs do not appear to work #52

Closed SeanKilleen closed 2 years ago

SeanKilleen commented 2 years ago

Reproduction steps:

Expected behavior: Both URLs open Actual behavior: only the https URL opens.

Tried it with one http URL only (expected behavior: opens; actual behavior: nothing happens)

Noticed this while trying to add a URL for something I commonly run at http://localhost:[port]

RyKilleen commented 2 years ago

I specifically targeted https only in the code, having not considered it for local dev.... this should be an easy fix.