feat: feature flags for sanitizing and stamping of uploads
This commit is contained in:
@@ -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],
|
||||
];
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user