• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Favicon

Hello,
I am not able to reproduce this issue, icon loads properly (screenshot is in attachment).
Try to clear browser cache and check after that.
capture.PNG
 
You need to clear your browsing data and restart your browser https://support.google.com/chrome/answer/2392709?hl=en&visit_id=1-636177275723209505-1525482151&rd=1. You should try this on other browsers.

You also have to check for HTML in the head section.

If you are using a .ico file, then you need to use below.

HTML:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

When you are using PNG/GIF favicon, then use different as below.

HTML:
<link rel="icon" type="image/gif" href="favicon.gif" />
<link rel="icon" type="image/png" href="favicon.png" />

For more reasons, you can refer - http://stackoverflow.com/questions/16375592/favicon-not-showing-up-in-google-chrome
 
Back
Top