We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e436d commit a2dfe9aCopy full SHA for a2dfe9a
1 file changed
system/HTTP/ContentSecurityPolicy.php
@@ -300,15 +300,11 @@ class ContentSecurityPolicy
300
301
/**
302
* Whether to enable nonce to style-src and style-src-elem directives or not.
303
- *
304
- * @var bool
305
*/
306
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 bool $enableScriptNonce = true;
314
0 commit comments