Skip to content
Draft
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
7 changes: 4 additions & 3 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1786,9 +1786,10 @@ This option controls which HTTP methods can be overridden via the ``_method``
request parameter or the ``X-HTTP-METHOD-OVERRIDE`` header when
:ref:`http_method_override <configuration-framework-http_method_override>` is enabled.

When set to ``null`` (the default), all HTTP methods can be overridden. When set
to an empty array (``[]``), HTTP method overriding is completely disabled. When
set to a specific list of methods, only those methods will be allowed as overrides:
When set to ``null`` (the default), all HTTP methods except for ``GET``, ``HEAD``,
``TRACE``, and ``CONNECT`` can be overridden. When set to an empty array (``[]``),
HTTP method overriding is completely disabled. When set to a specific list of methods,
only those methods will be allowed as overrides:

.. configuration-block::

Expand Down
Loading