cpoppema / pass-browser-firefox

pass-browser-firefox is a browser plugin for firefox with web-extensions support (v48+) that brings your secrets managed by `pass` to your browser; requires a self hosted pass-server
GNU General Public License v3.0
8 stars 1 forks source link

Remote server should check for missing http(s):// #3

Open cpoppema opened 6 years ago

cpoppema commented 6 years ago

When omitting http(s):// for the remote server address, the plugin starts to behave odd (as described in #2). Include validation to give feedback about the missing http(s):// or include it automatically. This can happen for every request (and optionally, put the address with the successful scheme in storage) or even when saving the options / losing focus of this specific option.