---
aem::dispatcher::publish_farm:
website:
+ clientheaders:
+ - '*'
renders:
- { hostname: "127.0.0.1", port: '4503' }
filter:
- { type: 'allow', glob: '*/analytics.sitecatalyst.js' }
cache_allowedClients:
- { type: 'deny', glob: '*' }
- - { type: 'allow', glob: '127.0.0.1' }
\ No newline at end of file
+ - { type: 'allow', glob: '127.0.0.1' }
+ cache_headers:
+ - 'X-Content-Type-Options'
+ - 'X-Frame-Options'
+ - 'X-XSS-Protection'
+ - 'Last-Modified'
+ - 'Expires'
+ - 'Content-Type'
\ No newline at end of file