homepage icon indicating copy to clipboard operation
homepage copied to clipboard

[Bug] favicon does not overwrite apple-touch-icon in header field.

Open kardo22 opened this issue 2 years ago • 0 comments

Describe the bug Setting favicon: /icons/myicon.ico changes the favicon in the header code, but it does not remove the apple-touch-icon code from the header code which leaves it up to the browser in what it chooses to use.

Expected behavior I expected my favorite icon to become what i set it to but hardcoded icons inside the docker image is being used instead as firefox chooses to use apple-touch-icon above favicon (for whatever reason).

Additional context I've inspected the code and favicon code is added to the header, but the code for apple-touch-icon also remain in the header and firefox picks this icon to display above myicon.ico, i have made sure to clear out any favicons cache in the browser using https://addons.mozilla.org/en-GB/firefox/addon/cache-favicons-for-bookmarks/ to make sure it is not a local browser cache issue.

kardo22 avatar Oct 13 '22 15:10 kardo22