From: Philipp Dallig Date: Mon, 1 Aug 2016 15:04:34 +0000 (+0200) Subject: sirona-aem - add *.assetlibrary.json X-Git-Tag: v0.1.0~4399 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=1cc5f2addf96fe812b934ff4db1ee9c82d04de65;p=pixelpark%2Fhiera.git sirona-aem - add *.assetlibrary.json --- diff --git a/customer/sirona-aem/prod.yaml b/customer/sirona-aem/prod.yaml index de09b900..c54fe5b6 100644 --- a/customer/sirona-aem/prod.yaml +++ b/customer/sirona-aem/prod.yaml @@ -231,7 +231,7 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '*.pdf' } # enable pdf # Enable features - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization - - { type: 'allow', url: '/content/*.assetlibrary.json' } # enable asset library JSON API + - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API # Security Rules - { type: 'deny', url: '/etc/' } - { type: 'deny', url: '/libs/' }