Skip to content

Commit dcd7475

Browse files
committed
Added short introduction to nonces referencing CSP level 2
1 parent 3726fdf commit dcd7475

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/howto/security

1 file changed

+1
-1
lines changed

content/en/docs/howto/security/csp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ After you finish testing locally, remember to remove the line of code in the `he
176176
177177
## CSP Support in Java Request Handlers
178178
179-
If you are developing Marketplace modules or custom Java actions that include request handlers, you may need to implement CSP support to ensure compatibility with strict CSP policies.
179+
If you are developing Marketplace modules or custom Java actions that include request handlers, you may need to implement CSP support to ensure compatibility with strict CSP policies. This includes support for CSP Level 2+ features like nonces for inline scripts and styles.
180180
181181
{{% alert color="info" %}}
182182
CSP support is only relevant for request handlers that serve static content such as HTML pages, not for API endpoints that return JSON or other data formats.

0 commit comments

Comments
 (0)