You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ You may pass your own whitelist of tags and attributes by using the `Sanitizer::
40
40
41
41
These methods require that you implement the `enshrined\svgSanitize\data\TagInterface` or `enshrined\svgSanitize\data\AttributeInterface`.
42
42
43
-
## Remove remote references
43
+
## Remove remote references
44
44
45
45
You have the option to remove attributes that reference remote files, this will stop HTTP leaks but will add an overhead to the sanitizer.
46
46
@@ -73,7 +73,8 @@ I've just released a WordPress plugin containing this code so you can sanitize y
73
73
74
74
## TYPO3
75
75
76
-
An integration for TYPO3 CMS of this library is available as composer package `t3g/svg-sanitizer` at [https://github.com/TYPO3GmbH/svg_sanitizer](https://github.com/TYPO3GmbH/svg_sanitizer)
76
+
This SVG sanitizer library is used per default in the core of TYPO3 v9 and later versions.
77
+
See [corresponding changelog entry](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/9.5.x/Important-94492-IntroduceSVGSanitizer.html) for more details.
0 commit comments