gekmihesg / pass-manager

Replace the default Firefox and Thunderbird password manager with zx2c4's pass
GNU General Public License v3.0
22 stars 4 forks source link

Add fallback to domain when searching #6

Closed mjanser closed 8 years ago

mjanser commented 8 years ago

Fixes #4

untitaker commented 8 years ago

:+1:

gekmihesg commented 8 years ago

I like the idea, but I would feel safer to strip a predefined list of host names only, like www,account,accounts,login. Otherwise you might leak passwords from the wrong site. Also, with a predefined list it is possible to store new entries in the shortened location. I've implemented this here: 87362fa73b8b80c40bc14906782208813a6c166d Does this work for you?

untitaker commented 8 years ago

Sounds fine as well!

mjanser commented 8 years ago

This solution is fine for me as well.

gekmihesg commented 8 years ago

Merged 87362fa, released and submitted for verification.