summaryrefslogtreecommitdiff
path: root/config/policy.xml
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2016-05-15 10:02:35 -0400
committerCristy <urban-warrior@imagemagick.org>2016-05-15 10:02:35 -0400
commited2ffd2c183c2c7e187b49ce93b84e4100982720 (patch)
treea50024e7212f182acde2211cfae32c1d3d4028a6 /config/policy.xml
parentce05219497e6487025dc04eceec476ff9c98409e (diff)
downloadImageMagick-ed2ffd2c183c2c7e187b49ce93b84e4100982720.tar.gz
Shared secret policy should be stealth
Diffstat (limited to 'config/policy.xml')
-rw-r--r--config/policy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/policy.xml b/config/policy.xml
index 27c05d35e..5ec314c46 100644
--- a/config/policy.xml
+++ b/config/policy.xml
@@ -64,5 +64,5 @@
<!-- <policy domain="coder" rights="none" pattern="MVG" /> -->
<!-- <policy domain="delegate" rights="none" pattern="HTTPS" /> -->
<!-- <policy domain="path" rights="none" pattern="@*" /> -->
- <policy domain="cache" name="shared-secret" value="passphrase"/>
+ <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/>
</policymap>