Skip to content
Snippets Groups Projects
Commit 3fbcdb88 authored by Eric Zillmann's avatar Eric Zillmann
Browse files

#2774 added policies for ghostscript file formats

parent 32f5f1d7
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