Skip to content

Commit 9909f15

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: [HttpFoundation] Add FrankenPHP docs for X-Sendfile
2 parents 1c163d0 + 3f423d5 commit 9909f15

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
@@ -837,7 +837,7 @@ Alternatively, if you are serving a static file, you can use a
837837

838838
The ``BinaryFileResponse`` will automatically handle ``Range`` and
839839
``If-Range`` headers from the request. It also supports ``X-Sendfile``
840-
(see for `nginx`_ and `Apache`_). To make use of it, you need to determine
840+
(see for `FrankenPHP`_, `nginx`_ and `Apache`_). To make use of it, you need to determine
841841
whether or not the ``X-Sendfile-Type`` header should be trusted and call
842842
:method:`Symfony\\Component\\HttpFoundation\\BinaryFileResponse::trustXSendfileTypeHeader`
843843
if it should::
@@ -1061,6 +1061,7 @@ Learn More
10611061
/session
10621062
/http_cache/*
10631063

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

0 commit comments

Comments
 (0)