Skip to content
Snippets Groups Projects
Commit f0081b5b authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'feature/2774-imagemagick-read-write-access' into 'master'

#2774 added policies for ghostscript file formats

See merge request ansible-roles/php!1
parents 32f5f1d7 3fbcdb88
No related branches found
No related tags found
1 merge request!1#2774 added policies for ghostscript file formats
......@@ -66,4 +66,9 @@
<policy domain="coder" rights="none" pattern="WIN" />
<policy domain="coder" rights="none" pattern="PLT" />
<policy domain="path" rights="none" pattern="@*" />
<!-- disable ghostscript format types -->
<policy domain="coder" rights="none" pattern="PS" />
<policy domain="coder" rights="none" pattern="EPS" />
<policy domain="coder" rights="read | write" pattern="PDF" />
<policy domain="coder" rights="none" pattern="XPS" />
</policymap>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment