• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Input Standard .svg file not accepted as favicon file, workaround: place it into directory directly

Bitpalast

Plesk addicted!
Plesk Guru
Server operating system version
CentOS 7.9
Plesk version and microupdate number
latest
... and it is a really simply .svg file that works correctly when opened in a browser directly.

1658218853662.png
 
A few tests later it turns out that the file is perfectly fine. It seems to be a security overdose in Plesk. Anyway, not a problem. We'll upload the file directly and place it into /usr/local/psa/admin/htdocs/images. No need to do this through GUI.
 
Submitted as ID [PPS-14019], because on further tests I could not reliably upload sanitized files either.
 
Now registered as a bug PPPM-13928
In the meanwhile, the xml:space attribute can be removed from the svg files for example, with sed:
Code:
# sed -i 's/ xml:space.*">/>/' samples-svgrepo-com-min.svg
 
Back
Top