From: Jochen Bieler Date: Wed, 29 Mar 2017 10:56:43 +0000 (+0200) Subject: SIRONAADFR-1414: Add update check filter rule X-Git-Tag: v0.1.0~3361^2~1 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=542ea746ded36a6402cd1e2035bc493a0a10be96;p=pixelpark%2Fhiera.git SIRONAADFR-1414: Add update check filter rule --- 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/' }