From 24833468da1ba6f91c0ed3ec0b662fdc2b31b7c8 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 1 Aug 2016 17:00:12 +0200 Subject: [PATCH] Allow assetlibrary.json --- customer/sirona-aem/int.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- 2.39.5