From: Victor Saar Date: Mon, 6 Mar 2017 07:56:44 +0000 (+0100) Subject: sirona - Allow download basket requests X-Git-Tag: v0.1.0~3496^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=c4e3e6224c3432e438ba9e5dd6805373ccdbae6a;p=pixelpark%2Fhiera.git sirona - Allow download basket requests --- 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