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.
1 parent be6ac5c commit c7c6266Copy full SHA for c7c6266
docs/content_management/images/images.md
@@ -62,7 +62,7 @@ For more information, see the [bundle's documentation](https://symfony.com/bundl
62
!!! caution "Code injection in image EXIF"
63
64
EXIF metadata of an image may contain for example, HTML, JavaScript, or PHP code.
65
- [[= product_name =]] is itself doesn't parse EXIF metadata, but third-party bundles must be secured against this eventuality.
+ [[= product_name =]] itself doesn't parse EXIF metadata, but third-party bundles must be secured against this eventuality.
66
Images must be treated like any other user-submitted data - make sure that metadata is properly escaped before use.
67
68
### Image URL resolution
0 commit comments