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.