wasi-master / 13ft

My own custom 12ft.io replacement
https://13ft.wasimaster.me
MIT License
2.79k stars 149 forks source link

Adding default protocol to URL inputs #17

Closed Joao620 closed 2 months ago

Joao620 commented 6 months ago

📑 Description

Currently, when a user enters a URL without specifying a protocol (e.g., just "google.com") in the index page input field, the application returns an error message stating that "No scheme was provided." To help users avoid such errors, I propose adding a default protocol (HTTPS or HTTP) to their input. If the entered URL already includes a protocol, it will leave it unchanged.

wasi-master commented 6 months ago

Thanks