feat: feature flags for sanitizing and stamping of uploads

This commit is contained in:
Björn Fromme
2025-03-18 18:14:25 +01:00
parent 3ad8b59ba1
commit ca8997ab19
7 changed files with 178 additions and 10 deletions
+1
View File
@@ -19,4 +19,5 @@ return [
Knp\Bundle\PaginatorBundle\KnpPaginatorBundle::class => ['all' => true],
Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true],
Flagception\Bundle\FlagceptionBundle\FlagceptionBundle::class => ['all' => true],
];