Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/root/configuration/http_filters/csrf_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down