From 134af45b555f6b799e2fde0f76b8d0309481cbf1 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 4 Jan 2017 12:17:50 +0100 Subject: [PATCH] sirona-aem - Add more filter rules SIRONAMAIN-588 --- customer/sirona-aem/production.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/sirona-aem/production.yaml b/customer/sirona-aem/production.yaml index 07ac33d0..f71a570a 100644 --- a/customer/sirona-aem/production.yaml +++ b/customer/sirona-aem/production.yaml @@ -2057,6 +2057,8 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '*.wmv' } # enable wmv - { type: 'allow', url: '*.psd' } # enable psd (Adobe Photoshop Dokument) - { type: 'allow', url: '*.pptx' } # enable pptx (Power Point) + - { type: 'allow', url: '*.mp3' } # enable pptx (Power Point) + - { type: 'allow', url: '*.mp4' } # enable pptx (Power Point) - { type: 'allow', url: '*.tif' } # enable tif - { type: 'allow', url: '*.zip' } # enable zip - { type: 'allow', url: '*.exe' } # enable exe -- 2.39.5