acs_aem_commons:
groupid: 'com.adobe.acs'
artifactid: 'acs-aem-commons-content'
- version: '3.2.6'
+ version: '3.6.2'
acs_aem_tools:
groupid: 'com.adobe.acs'
artifactid: 'acs-aem-tools-content'
- { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization
- { type: 'allow', url: '/content/dam/api.json' } # enable generic asset JSON API
- { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API
+ - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API
- { type: 'allow', method: 'post', url: '*.forms.html' } # enable forms
# Security Rules
- { type: 'deny', url: '/etc/' }