From: Philipp Dallig Date: Mon, 1 Aug 2016 15:00:12 +0000 (+0200) Subject: Allow assetlibrary.json X-Git-Tag: v0.1.0~4400 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=24833468da1ba6f91c0ed3ec0b662fdc2b31b7c8;p=pixelpark%2Fhiera.git Allow assetlibrary.json --- diff --git a/customer/sirona-aem/int.yaml b/customer/sirona-aem/int.yaml index 738c48a6..e40afdd1 100644 --- a/customer/sirona-aem/int.yaml +++ b/customer/sirona-aem/int.yaml @@ -172,7 +172,7 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '*.eot' } # enable eot # 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 # Deny content grabbing - { type: 'deny', url: '*.infinity.json' } - { type: 'deny', url: '*.tidy.json' }