Skip to content

Commit 65ecb85

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Added a link to the related RFC [FrameworkBundle][WebLink] Config reference for the WebLink component
2 parents 08a2663 + d5990be commit 65ecb85

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

reference/configuration/framework.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ Configuration
270270
* `static_method`_
271271
* `translation_domain`_
272272

273+
* `web_link`_
273274
* `workflows`_
274275

275276
* :ref:`enabled <reference-workflows-enabled>`
@@ -2939,6 +2940,17 @@ recipients set in the code.
29392940
]);
29402941
};
29412942
2943+
2944+
web_link
2945+
~~~~~~~~
2946+
2947+
enabled
2948+
.......
2949+
2950+
**type**: ``boolean`` **default**: ``true`` or ``false`` depending on your installation
2951+
2952+
Adds a `Link HTTP header`_ to the response.
2953+
29422954
workflows
29432955
~~~~~~~~~
29442956

@@ -3112,3 +3124,4 @@ to know their differences.
31123124
.. _`session.cache-limiter`: https://www.php.net/manual/en/session.configuration.php#ini.session.cache-limiter
31133125
.. _`Microsoft NTLM authentication protocol`: https://docs.microsoft.com/en-us/windows/win32/secauthn/microsoft-ntlm
31143126
.. _`utf-8 modifier`: https://www.php.net/reference.pcre.pattern.modifiers
3127+
.. _`Link HTTP header`: https://tools.ietf.org/html/rfc5988

0 commit comments

Comments
 (0)