Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
Signed-off-by: Tianle Huang <[email protected]>
  • Loading branch information
tianleh committed Mar 15, 2024
1 parent cb09161 commit 2f6c201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dashboards/csp/csp-dynamic-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 110
has_children: false
---

# Configuring Content Security Policy Rules Dynamically
# Configuring content security policy rules dynamically

Content Security Policy (CSP) is a security standard introduced to help prevent cross-site scripting (XSS), `clickjacking`, and other code injection attacks resulting from the execution of malicious content in the trusted webpage context. OpenSearch Dashboards supports configuring CSP rules in OSD YML file with key `csp.rules`. A change in YML file requires a server restart which may interrupt service availability. This document introduces a dynamic way to configure the CSP rules through the plugin `applicationConfig` without restarting the server.

Expand Down

0 comments on commit 2f6c201

Please sign in to comment.