Jump to content
Enpass Discussion Forum

GwynBleidD

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by GwynBleidD

  1. After unplugging the external monitor, sometimes the helper scaling is messed up (se screenshot below). The main window is fine and restarting the enpass helps for the issue, but I'd be nice if I won't have to do that every time. The GUI is non-functional in this state using mouse buttons (either I can't find the right area to click on the item, or it just doesn't register clicks at all), I can blindly navigate it with the keyboard. The GUI also doesn't refresh fully when for example highlighting items or typing search criteria. Note: the screenshot was censored for my privacy. Pixelization is not caused by the issue.
  2. Hello @Gulshan Dogra, I know how to disable it from the browser side, but that's not the point. This is a feature request to add ability to disable this feature globally, from the enpass application, for security reasons.
  3. Please bring the option to disable the inline autofill completely from the Enpass, as a security feature! One of reasons I've chosen enpass is the separation between the agent and browser. I can configure enpass, so browser never has any access to my passwords without my knowledge, which prevents any 0-click malicious extensions from stealing my passwords. With new inline autofill this feature is lost. I can either completely disable browser integration or have it done in less secure way it was previously. As the "old way" of filling passwords still works, please give us the option to completely disable the new way from the enpass itself, so browser extension can't override it.
  4. Please bring the option to disable the inline autofill completely from the Enpass, as a security feature! One of reasons I've chosen enpass is the separation between the agent and browser. I can configure enpass, so browser never has any access to my passwords without my knowledge, which prevents any 0-click malicious extensions from stealing my passwords. With new inline autofill this feature is lost. I can either completely disable browser integration or have it done in less secure way it was previously. As the "old way" of filling passwords still works, please give us the option to completely disable the new way from the enpass itself, so browser extension can't override it.
  5. @Pratyush Sharma it is already possible for Firefox: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onAuthRequired one limitation of this method: you cannot trigger your own GUI using this, but Enpass shouldn't be affected by that as it is not using GUI inside browser, but relies on external agent instead. Even if that will be a factor for Enpass, you can implement filling it automatically when there is only one match or with a first match if there are multiple ones. It is also possible for Google Chrome: https://developer.chrome.com/extensions/webRequest
  6. If you're using KDE, here is quick workaround that works for me: Go to System Settings -> Window Management -> Window Rules Add new rule defined as on screenshots: Save new rule Click apply on settings page Test if now enpass helper is going away after clicking on it (it shouldn't). You can test it either in browser or by clicking on enpass icon on system tray
  7. I've found out source of the problem: enpass helper has _NET_WM_WINDOW_TYPE_SPLASH in window types. That causes on KDE to hide window after clicking it. This window class should be removed or changed to something else to fix that problem. It also fixes problem that helper window is showing up at the middle of the screen instead of next to the mouse pointer.
  8. After upgrading to Ubuntu 18.10 I cannot use enpass helper anymore, because it will close right after I click on it or alt+tab to it (or if it gains focus in any other way). This issue is happening for me on KDE Plasma (version 5.13.5). It was working fine before update (on Plasma 5.12.4).
  9. There is support for that in Firefox API and it is being used on BitWarden (only when there is single match for site, basic auth prompt won't show up then, you will be automatically logged in) and on passman (displaying popup instead of basic auth when there is more than one match, when there is one, works like in BitWarden). Why can't it be done in enpass?
×
×
  • Create New...