From a4bddadb8869a4149905bb7675d270d32cb73738 Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 2 Mar 2017 15:49:29 +0100 Subject: [PATCH] disabled Cache Control Headers for orat test --- customer/fbb-orat/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customer/fbb-orat/test.yaml b/customer/fbb-orat/test.yaml index 47dd0c3e..7a703cb2 100644 --- a/customer/fbb-orat/test.yaml +++ b/customer/fbb-orat/test.yaml @@ -50,9 +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' +# - '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