From 61bd5a3ba5bed556f31cc1e25f81ce900bac4b37 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 1 Aug 2016 17:06:01 +0200 Subject: [PATCH] sirona-aem - allow pdf --- customer/sirona-aem/int.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/sirona-aem/int.yaml b/customer/sirona-aem/int.yaml index e40afdd1..14e65c0e 100644 --- a/customer/sirona-aem/int.yaml +++ b/customer/sirona-aem/int.yaml @@ -170,6 +170,7 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '*.woff' } # enable woff - { type: 'allow', url: '*.woff2' } # enable woff2 - { type: 'allow', url: '*.eot' } # enable eot + - { type: 'allow', url: '*.pdf' } # enable pdf # Enable features - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API -- 2.39.5