diff --git a/.github/workflows/unit_tests_macos.yml b/.github/workflows/unit_tests_macos.yml index 8d68356..ace1cc9 100644 --- a/.github/workflows/unit_tests_macos.yml +++ b/.github/workflows/unit_tests_macos.yml @@ -24,7 +24,7 @@ permissions: jobs: build: - runs-on: macos-14 + runs-on: macos-26 name: PoC unit test on MacOS steps: diff --git a/testssl.sh b/testssl.sh index 4c52bbd..556dd3e 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3615,7 +3615,6 @@ run_security_headers() { "X-XSS-Protection INFO" \ "Access-Control-Allow-Origin INFO" \ "Access-Control-Allow-Credentials INFO" \ - "Permissions-Policy INFO" \ "Upgrade INFO" \ "X-Served-By INFO" \ "Referrer-Policy INFO" \