We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@darylldoyle
Do you see a security problem in the observance of namespaces for attributes?
e.g.: serif:id="Page 1”
<g id="Page-1" serif:id="Page 1">
In my opinion, this should not trigger a “Suspicious attribute ‘serif:id’” message, as the “id” attribute is already on the whitelist.
https://github.com/darylldoyle/svg-sanitizer/blob/master/src/data/AllowedAttributes.php#L56