Skip to content

Add support for downloading favicons after saving a credential#1472

Merged
varjolintu merged 2 commits intodevelopfrom
feature/support_downloading_favicons_after_save
Dec 11, 2021
Merged

Add support for downloading favicons after saving a credential#1472
varjolintu merged 2 commits intodevelopfrom
feature/support_downloading_favicons_after_save

Conversation

@varjolintu
Copy link
Copy Markdown
Member

@varjolintu varjolintu commented Nov 21, 2021

Adds a new command parameter for supportin favicon download after a credential has been saved.
An implementation is needed to the KeePassXC side. Let's keep this WIP until then.

Related KeePassXC PR: keepassxreboot/keepassxc#7179

Fixes #86.

@varjolintu varjolintu added this to the 1.7.11 milestone Nov 21, 2021
@varjolintu varjolintu marked this pull request as draft November 21, 2021 12:00
@varjolintu varjolintu changed the title [WIP] Add support for downloading favicons after saving a credential Add support for downloading favicons after saving a credential Nov 26, 2021
@varjolintu varjolintu marked this pull request as ready for review November 26, 2021 18:30
credentialSorting: SORT_BY_GROUP_AND_TITLE,
defaultGroup: '',
defaultGroupAlwaysAsk: false,
downloadFaviconAfterSave: false,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't realize this was disabled by default and thought the code was broken. Perhaps we should enable this by default instead?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the other hand I would assume users don't want to make any network connections from KeePassXC by default.

@varjolintu varjolintu merged commit fdba5e1 into develop Dec 11, 2021
@varjolintu varjolintu deleted the feature/support_downloading_favicons_after_save branch December 11, 2021 09:42
@ChrTall
Copy link
Copy Markdown

ChrTall commented Feb 10, 2022

I am using the current Browser Plugin, but can not find the option to enable it.

@varjolintu
Copy link
Copy Markdown
Member Author

@ChrTall You'll need to use KeePassXC 2.7.0 snapshot until the stable version is released. 2.6.6 doesn't have support for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automatically download favicon for new entries

3 participants