FriendsOfTYPO3 / introduction

The official Introduction Package for TYPO3
https://typo3.org/
GNU General Public License v2.0
18 stars 27 forks source link

Avoid using inline styles in embedded SVG #102

Closed ohader closed 1 year ago

ohader commented 1 year ago

To reduce potential conflicts with content security policy (CSP), inline styles in embedded SVG (those used as inline markup, using <img src="file.svg"> is not affected) has to avoid using <style> nodes and style="..." attributes.