From 03a712d5ff3d6231f09787b7b9f619dd80f413ae Mon Sep 17 00:00:00 2001 From: Derek Date: Wed, 22 May 2019 12:03:38 -0700 Subject: [PATCH] docs: fix csrf filter source origin note Signed-off-by: Derek --- docs/root/configuration/http_filters/csrf_filter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/configuration/http_filters/csrf_filter.rst b/docs/root/configuration/http_filters/csrf_filter.rst index e6319bf733a15..ebb4ac2fc8f8c 100644 --- a/docs/root/configuration/http_filters/csrf_filter.rst +++ b/docs/root/configuration/http_filters/csrf_filter.rst @@ -30,7 +30,7 @@ the request is rejected. .. note:: Due to differing functionality between browsers this filter will determine - a request's source origin from the Host header. If that is not present it will + a request's source origin from the Origin header. If that is not present it will fall back to the host and port value from the requests Referer header.