From: Philipp Dallig Date: Thu, 21 Apr 2016 08:43:28 +0000 (+0200) Subject: Add headers X-Git-Tag: v0.1.0~4959 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=32a5b35b309b5146d81e46148b22ba811d5b7b58;p=pixelpark%2Fhiera.git Add headers --- diff --git a/classes/aem::dispatcher.yaml b/classes/aem::dispatcher.yaml index a9e29002..2024924e 100644 --- a/classes/aem::dispatcher.yaml +++ b/classes/aem::dispatcher.yaml @@ -1,6 +1,8 @@ --- aem::dispatcher::publish_farm: website: + clientheaders: + - '*' renders: - { hostname: "127.0.0.1", port: '4503' } filter: @@ -40,4 +42,11 @@ aem::dispatcher::publish_farm: - { 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