Merge pull request #1075

This commit is contained in:
symfony-flex-server[bot]
2021-02-02 13:36:48 +00:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,3 @@
nucleos_dompdf:
defaults:
chroot: '%kernel.project_dir%/public/assets' # See https://github.com/dompdf/dompdf/wiki/Usage#security-restrictions-for-local-files
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Nucleos\\DompdfBundle\\NucleosDompdfBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}