From cf33344b29126b6ce6465034eed72851752dbb28 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 27 Jun 2022 15:23:56 +0100 Subject: [PATCH] Bin: analyse-headers: no longer warn about no expect-ct --- bin/.bin/webtest/analyse-headers | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/.bin/webtest/analyse-headers b/bin/.bin/webtest/analyse-headers index 6160f865..2ab9c632 100755 --- a/bin/.bin/webtest/analyse-headers +++ b/bin/.bin/webtest/analyse-headers @@ -799,8 +799,7 @@ x-xss-protection x-content-type-options feature-policy permissions-policy -cache-control -expect-ct" +cache-control" tmpfile="$(mktemp)" touch "$tmpfile"