Skip to content

Commit bcb1ce6

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: [HttpFoundation] Add FrankenPHP docs for X-Sendfile
2 parents ffa9001 + 9909f15 commit bcb1ce6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/http_foundation.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ Alternatively, if you are serving a static file, you can use a
852852

853853
The ``BinaryFileResponse`` will automatically handle ``Range`` and
854854
``If-Range`` headers from the request. It also supports ``X-Sendfile``
855-
(see for `nginx`_ and `Apache`_). To make use of it, you need to determine
855+
(see for `FrankenPHP`_, `nginx`_ and `Apache`_). To make use of it, you need to determine
856856
whether or not the ``X-Sendfile-Type`` header should be trusted and call
857857
:method:`Symfony\\Component\\HttpFoundation\\BinaryFileResponse::trustXSendfileTypeHeader`
858858
if it should::
@@ -1076,6 +1076,7 @@ Learn More
10761076
/session
10771077
/http_cache/*
10781078

1079+
.. _FrankenPHP: https://frankenphp.dev/docs/x-sendfile/
10791080
.. _nginx: https://mattbrictson.com/blog/accelerated-rails-downloads
10801081
.. _Apache: https://tn123.org/mod_xsendfile/
10811082
.. _`JSON Hijacking`: https://haacked.com/archive/2009/06/25/json-hijacking.aspx/

0 commit comments

Comments
 (0)