From 4536678b8243d424404ab8300414a90ce2240d1a Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 1 Aug 2017 15:37:40 +0200 Subject: [PATCH] FIX (again) 804 and PRTG monitoring server --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 29e3f2d..81f9677 100755 --- a/testssl.sh +++ b/testssl.sh @@ -1457,7 +1457,7 @@ run_http_header() { detect_ipv4() { local octet="(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])" local ipv4address="$octet\\.$octet\\.$octet\\.$octet" - local whitelisted_header="pagespeed|page-speed|^Content-Security-Policy|^MicrosoftSharePointTeamServices|^X-OWA-Version" + local whitelisted_header="pagespeed|page-speed|^Content-Security-Policy|^MicrosoftSharePointTeamServices|^X-OWA-Version|^Location|^Server: PRTG" local your_ip_msg="(check if it's your IP address or e.g. a cluster IP)" local result local first=true