Skip to content

Commit 69eb0b1

Browse files
committed
Add changelog entry
1 parent a2dfe9a commit 69eb0b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

user_guide_src/source/changelogs/v4.8.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ HTTP
201201
For example: ``php index.php command -- --myarg`` will pass ``--myarg`` as an argument instead of an option.
202202
- ``CLIRequest`` now supports options with values specified using an equals sign (e.g., ``--option=value``) in addition to the existing space-separated syntax (e.g., ``--option value``).
203203
This provides more flexibility in how you can pass options to CLI requests.
204+
- Added ``$enableStyleNonce`` and ``$enableScriptNonce`` options to ``Config\App`` to automatically add nonces to control whether to add nonces to style-* and script-* directives in the Content Security Policy (CSP) header when CSP is enabled. See :ref:`csp-control-nonce-generation` for details.
204205

205206
Validation
206207
==========

0 commit comments

Comments
 (0)