Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwarzent committed Jun 16, 2023
1 parent 1d87b2c commit f4edf68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public String description() {
return String.format("Configures individual Content Security Policy (CSP) directives.\n"
+ "See https://www.w3.org/TR/CSP2/ and the Bean '%s' for more details.\n"
+ "The value must be provided as a Map.\n"
+ "Example: scout.cspDirective[img-src]='self' data: https: http://localhost:8086",
+ "Example: scout.cspDirective[img-src]='self' data: https://media.example.com",
ContentSecurityPolicy.class.getName());
}
}
Expand Down

0 comments on commit f4edf68

Please sign in to comment.