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],
];
+9
View File
@@ -0,0 +1,9 @@
# See full configuration at https://github.com/bestit/flagception-bundle
flagception:
features:
sanitize_uploads:
default: false
env: FEATURE_SANITIZE_UPLOADS
stamp_invoices:
default: false
env: FEATURE_STAMP_INVOICES