keepassxc-browser
keepassxc-browser copied to clipboard
KeePassXC Browser Extension
Background: The current version 1911 is working fine with passkey on chrome browsers but not on Firefox based browsers. ## Expected Behavior 1911 version should work with passkey on Firefox...
## Expected Behavior KeePassXC should not readily offer to enter one-time passwords in form fields which are not designed to enter passwords (let alone OTPs). ## Current Behavior In several...
## Expected Behavior Saves username as username ## Current Behavior Saves username as [category] username ## Possible Solution Change which variable it is accessing the username from, without the category...
Continuing the work from [#1035](https://github.com/keepassxreboot/keepassxc-browser/pull/1035).
The password popup pops up automatically and can't be dismissed. This is an issue on sites that use a soft keyboard. ## Expected Behavior There should be some way of...
I have just been using a local install for years, now but I tend to install and delete VM's very often, it's come to the point off irritation that I...
Instead of having a separate HTML and JavaScript files for each popup, use just single popup for everything and parse the content based on the `page.popupData`. The refactor also eliminates...
Adds support for distributing global settings to the extension using [3rdparty policy](https://mozilla.github.io/policy-templates/#3rdparty). Includes a new `managed_storage.json` file that describes the settings that can be set. The schema file must be...
If a page has elements that have animation CSS defined, the `MutationObserver` will trigger with each small change. Without this change `getComputedStyle()` will be called to those changes, and it...
## Expected Behavior The keepassxc browser extension does not cause animations on firefox to slow down ## Current Behavior The keepassxc browser extension causes animations on firefox to slow down...