Skip to content

Commit

Permalink
feat: add JSON to image magick policy
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-by-ouidou authored and maatinito committed Jan 8, 2024
1 parent 03dc53f commit ce246df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_magick_policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@
<policy domain="coder" rights="none" pattern="PDF" />
<policy domain="coder" rights="none" pattern="XPS" />
<policy domain="coder" rights="none" pattern="*"/>
<policy domain="coder" rights="read | write" pattern="{JPG,JPEG,PNG}"/>
<policy domain="coder" rights="read | write" pattern="{JPG,JPEG,PNG,JSON}"/>
<policy domain="module" rights="none" pattern="{MSL,MVG,PS,SVG,URL,XPS}"/>
</policymap>

0 comments on commit ce246df

Please sign in to comment.