From 542ea746ded36a6402cd1e2035bc493a0a10be96 Mon Sep 17 00:00:00 2001 From: Jochen Bieler Date: Wed, 29 Mar 2017 12:56:43 +0200 Subject: [PATCH] SIRONAADFR-1414: Add update check filter rule --- customer/sirona-aem/development.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/sirona-aem/development.yaml b/customer/sirona-aem/development.yaml index a497a548..2e5f694e 100644 --- a/customer/sirona-aem/development.yaml +++ b/customer/sirona-aem/development.yaml @@ -349,6 +349,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 # Security Rules - { type: 'deny', url: '/etc/' } -- 2.39.5