keepassxc-browser icon indicating copy to clipboard operation
keepassxc-browser copied to clipboard

KeePassXC Browser Extension

Results 238 keepassxc-browser issues
Sort by recently updated
recently updated
newest added

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...

bug
passkeys

## 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...

2fa

## 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...

more info needed

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...

feature request

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...

software packages & sandboxes

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...

refactor

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...

new feature

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...

bug

## 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...

bug
PR pending