mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2025-01-06 17:51:25 +00:00
Remove imagemagick policy slowdowns
This commit is contained in:
parent
767f759c08
commit
ad44886b40
2 changed files with 0 additions and 6 deletions
|
@ -16,8 +16,5 @@
|
|||
<policy domain="module" rights="none" pattern="*" />
|
||||
<policy domain="module" rights="read | write" pattern="{GIF,JPEG,PNG,WEBP}" />
|
||||
<!-- indirect reads not permitted -->
|
||||
<policy domain="cache" name="memory-map" value="anonymous" />
|
||||
<policy domain="cache" name="synchronize" value="true" />
|
||||
<policy domain="system" name="precision" value="6" />
|
||||
<policy domain="system" name="shred" value="1" />
|
||||
</policymap>
|
||||
|
|
|
@ -16,8 +16,5 @@
|
|||
<policy domain="module" rights="none" pattern="*" />
|
||||
<policy domain="module" rights="read | write" pattern="{GIF,JPEG,PNG,WEBP}" />
|
||||
<!-- indirect reads not permitted -->
|
||||
<policy domain="cache" name="memory-map" value="anonymous" />
|
||||
<policy domain="cache" name="synchronize" value="true" />
|
||||
<policy domain="system" name="precision" value="6" />
|
||||
<policy domain="system" name="shred" value="1" />
|
||||
</policymap>
|
||||
|
|
Loading…
Reference in a new issue