Skip to content

Commit d3053d5

Browse files
committed
make gen
1 parent 136b6c9 commit d3053d5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

codersdk/deployment.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@ when required by your organization's security policy.`,
21522152
Name: "Additional CSP Policy",
21532153
Description: "Coder configures a Content Security Policy (CSP) to protect against XSS attacks. " +
21542154
"This setting allows you to add additional CSP directives, which can open the attack surface of the deployment. " +
2155-
"Format matches the CSP directive format, e.g. 'script-src https://example.com'.",
2155+
"Format matches the CSP directive format, e.g. --additional-csp-policy=\"script-src https://example.com\".",
21562156
Flag: "additional-csp-policy",
21572157
Env: "CODER_ADDITIONAL_CSP_POLICY",
21582158
YAML: "additionalCSPPolicy",

docs/reference/cli/server.md

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)