- { type: 'allow', url: '*.pdf' } # enable pdf
# Enable features
- { 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
# Deny content grabbing
- { type: 'deny', url: '*.infinity.json' }
- { type: 'allow', url: '*.indd' } # enable indd (Adobe Indesign Dokument)
# Enable features
- { 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
# Security Rules
- { type: 'deny', url: '/etc/' }
- { type: 'allow', url: '*.indd' } # enable indd (Adobe Indesign Dokument)
# Enable features
- { 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
# Security Rules
- { type: 'deny', url: '/etc/' }
- { type: 'allow', url: '*.pdf' } # enable pdf
# Enable features
- { 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
# Deny content grabbing
- { type: 'deny', url: '*.infinity.json' }