We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9eae25 commit 28e436dCopy full SHA for 28e436d
1 file changed
system/HTTP/ContentSecurityPolicy.php
@@ -303,14 +303,14 @@ class ContentSecurityPolicy
303
*
304
* @var bool
305
*/
306
- protected $enableStyleNonce = true;
+ protected bool $enableStyleNonce = true;
307
308
/**
309
* Whether to enable nonce to script-src and script-src-elem directives or not.
310
311
312
313
- protected $enableScriptNonce = true;
+ protected bool $enableScriptNonce = true;
314
315
316
* Nonce placeholder for style tags.
0 commit comments