Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use favicon as default link icon if present #846

Open
wants to merge 5 commits into
base: 1.x
Choose a base branch
from

Conversation

Otanga-Otieno
Copy link

This update adds functionality to check if a link has a favicon. If a favicon is present, it will be used as the link icon. If not, the default link icon will be used.
This attempts to fix issue 302

Copy link
Owner

@Kovah Kovah left a comment

Choose a reason for hiding this comment

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

Hi, thanks for taking care of this feature.
The current implementation seems to do a HEAD request on the favicon every time the link icon should be rendered. This would mean that on a link list with 50 links, LinkAce would do 50 HTTP requests for the favicon alone. Is that correct?

@Kovah
Copy link
Owner

Kovah commented Sep 23, 2024

Ping @Otanga-Otieno

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants