From 06fb3cbab64ca7a114ad2dc963ba1472a51042ac Mon Sep 17 00:00:00 2001 From: Jochen Bieler Date: Wed, 29 Mar 2017 12:57:57 +0200 Subject: [PATCH] SIRONAADFR-1414: Add update check filter rule --- customer/sirona-aem/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/sirona-aem/test.yaml b/customer/sirona-aem/test.yaml index e29298cb..9c5a31fa 100644 --- a/customer/sirona-aem/test.yaml +++ b/customer/sirona-aem/test.yaml @@ -328,6 +328,7 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API - { type: 'allow', url: '*.articlelibrary.json' } # enable article library JSON API - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API + - { type: 'allow', url: '*.updatecheck.json' } # enable update check - { type: 'allow', method: 'post', url: '*.forms.html' } # enable forms - { type: 'allow', url: '/libs/granite/csrf/token.json' } # enable CSRF token # Deny content grabbing -- 2.39.5