]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Add headers
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 21 Apr 2016 08:43:28 +0000 (10:43 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 21 Apr 2016 08:43:28 +0000 (10:43 +0200)
classes/aem::dispatcher.yaml

index a9e29002c15fbccd2a85d1c1d14877572e3f5218..2024924e832359b43f7949a1f0dbaa2de20b5d52 100644 (file)
@@ -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