diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-25 11:50:26 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-25 11:50:26 +0200 |
commit | c123fa5422c9c2df741819c4fb9a1b19547866d4 (patch) | |
tree | a175d13673874fbc72725dbfbb8c0b1de635245f /vendor/blueimp/jquery-file-upload/SECURITY.md | |
parent | 0ade8be7f73d13043ad597694aa47cfe77c8d8a8 (diff) | |
download | volse-hubzilla-c123fa5422c9c2df741819c4fb9a1b19547866d4.tar.gz volse-hubzilla-c123fa5422c9c2df741819c4fb9a1b19547866d4.tar.bz2 volse-hubzilla-c123fa5422c9c2df741819c4fb9a1b19547866d4.zip |
update blueimp/jquery-file-upload
Diffstat (limited to 'vendor/blueimp/jquery-file-upload/SECURITY.md')
-rw-r--r-- | vendor/blueimp/jquery-file-upload/SECURITY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/blueimp/jquery-file-upload/SECURITY.md b/vendor/blueimp/jquery-file-upload/SECURITY.md index 86ffc163b..3e3d3a610 100644 --- a/vendor/blueimp/jquery-file-upload/SECURITY.md +++ b/vendor/blueimp/jquery-file-upload/SECURITY.md @@ -128,6 +128,6 @@ To do so, locate the ImageMagick `policy.xml` configuration file and add the fol <!-- ... --> <policy domain="delegate" rights="none" pattern="*" /> <policy domain="coder" rights="none" pattern="*" /> - <policy domain="coder" rights="read | write" pattern="{GIF,JPEG,PNG}" /> + <policy domain="coder" rights="read | write" pattern="{GIF,JPEG,JPG,PNG}" /> </policymap> ``` |