1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00

Remove not needed ImageMagick cache secret

This commit is contained in:
tituspijean 2023-07-30 12:56:26 +02:00
parent 87572104d4
commit cf1838487c
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -21,6 +21,6 @@
<policy domain="cache" name="memory-map" value="anonymous"/> <policy domain="cache" name="memory-map" value="anonymous"/>
<policy domain="cache" name="synchronize" value="true"/> <policy domain="cache" name="synchronize" value="true"/>
<!-- Only needed in case of distributed pixel cache <!-- Only needed in case of distributed pixel cache
<policy domain="cache" name="shared-secret" value="__IMAGEMAGICK_CACHE_SECRET__" stealth="True"/> --> <policy domain="cache" name="shared-secret" value="IMAGEMAGICK_CACHE_SECRET" stealth="True"/> -->
<policy domain="system" name="shred" value="1"/> <policy domain="system" name="shred" value="1"/>
</policymap> </policymap>