From 040a2d600ac4f43fc27510885363ddefe4ee8cb6 Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 2 Mar 2017 15:41:24 +0100 Subject: [PATCH] added Cache Control Headers for orat test --- customer/fbb-orat/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customer/fbb-orat/test.yaml b/customer/fbb-orat/test.yaml index 2b0260d0..47dd0c3e 100644 --- a/customer/fbb-orat/test.yaml +++ b/customer/fbb-orat/test.yaml @@ -50,6 +50,9 @@ site::profile::wordpress::projects: - 'set X-Content-Type-Options: nosniff' - 'set X-XSS-Protection: "1; mode=block"' - 'set X-Frame-Options: sameorigin' + - 'set Cache-Control "private, no-cache, no-store, must-revalidate, max-age=0"' + - 'set Pragma "no-cache"' + - 'set Expires 0' directories: - provider: location path: '/wp-admin/' -- 2.39.5