Hello,
I have updated Joomla to the latest version. Then, the following message was displayed.
Additional XSS protection for the usage of SVG files
Since 3.9.21 Joomla is shipped with an additional security rule in the default htaccess.txt. This rule will protect users of svg files from potential Cross-Site-Scripting (XSS) vulnerabilities.
The security team recommends to manually apply the necessary changes to any existing .htaccess file, as this file can not be updated automatically.Changes for .htaccess
<FilesMatch "\.svg$"> <IfModule mod_headers.c> Header always set Content-Security-Policy "script-src 'none'" </IfModule> </FilesMatch>
Do I need to respond to this message if I am using Admin Tools? If I need to address this, please advise me.
Thanks