From 7098af7bbdcd9aa422df17a5c69583ce16da92e4 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 Jan 2021 21:33:01 +0100 Subject: [PATCH] Fix a regression test Even with FEATURE_GRACEFUL_TERMINATION enabled the request for http://p.p/die will result in status code 403 as no trusted Referer is set. --- regression-tests.action | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.action b/regression-tests.action index 9f812637..f54aa617 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -733,7 +733,7 @@ TAG:^Proxy-Authorization header forwarding$ # Expect Status Code = 404 # Level = 18 # Fetch Test = http://p.p/die -# Expect Status Code = 200 +# Expect Status Code = 403 # Level = 19 # Fetch Test = http://p.p/show-status # Fetch Test = http://config.privoxy.org/show-status?file=actions&index=0 -- 2.39.2