pfn / passifox

Extensions to allow Chrome and Firefox (4.0+) to auto form-fill passwords from KeePass (requires KeePassHttp)
GNU General Public License v3.0
905 stars 185 forks source link

Disable auto-fill, leave option to fill manually #366

Open jakubmacek opened 9 years ago

jakubmacek commented 9 years ago

Is it possible to disable auto-fill for PassIFox and still allow the manual fill from context menu?

I've explored the source code a bit, but as far as I can see, the request to fill comes directly from Firefox code into the password service, so there is no "on page load" event in the PassIFox extension. So the way to do this is to differentiate auto and manual requests in the service and then have if/return according to an option from prefs.js. Is my observation correct?

No0Vad commented 9 years ago

I would also like like a feature like this.