FaFre / lensai

The Privacy-Focused & AI-Powered Research Browser with Kagi integration.
GNU General Public License v3.0
42 stars 2 forks source link

Feature request: Assume https in URL field #11

Closed gunslingerfry closed 5 months ago

gunslingerfry commented 5 months ago

The app claims that a URL is invalid unless you add the http(s) protocol part. The app should instead assume https unless told differently.

FaFre commented 5 months ago

Parsing URL's without scheme is a bit a tricky thing to avoid false positives. I implemented it now in https://github.com/FaFre/bang_navigator/commit/3f1e0a2086cfa50532e126aefc5b9a5743b72aff and it will be included in the next release.