From c4e3e6224c3432e438ba9e5dd6805373ccdbae6a Mon Sep 17 00:00:00 2001 From: Victor Saar Date: Mon, 6 Mar 2017 08:56:44 +0100 Subject: [PATCH] sirona - Allow download basket requests --- customer/sirona-aem/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/sirona-aem/test.yaml b/customer/sirona-aem/test.yaml index 2df049f6..796b08e3 100644 --- a/customer/sirona-aem/test.yaml +++ b/customer/sirona-aem/test.yaml @@ -312,10 +312,12 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '*.woff2' } # enable woff2 - { type: 'allow', url: '*.eot' } # enable eot - { type: 'allow', url: '*.pdf' } # enable pdf + - { type: 'allow', url: '*.zip' } # enable pdf # Enable features - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization - { type: 'allow', url: '/content/dam/api.json' } # enable generic asset JSON API - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API + - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API - { type: 'allow', method: 'post', url: '*.forms.html' } # enable forms - { type: 'allow', url: '/libs/granite/csrf/token.json' } # enable CSRF token # Deny content grabbing -- 2.39.5