Skip to content

Commit

Permalink
Merge pull request #224 from apache/feature/WW-5374-context
Browse files Browse the repository at this point in the history
[WW-5374] Documents prependServletContext flag
  • Loading branch information
lukaszlenart committed Jan 28, 2024
2 parents 435c0ab + 67a554a commit 8cd4c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/core-developers/csp-interceptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ CSP is now supported by all major browsers. [More information about CSP](https:/
- `enforcingMode` (default `false`) - When set to "true", the enforce mode has been enabled, and the provided policy
is going to be enforced.
- `reportUri` - an uri under, which the violations have to be reported.
- `prependServletContext` (default `true`) - a flag to prepend or not the Servlet context to the `reportUri`

## Report action

Expand Down

0 comments on commit 8cd4c69

Please sign in to comment.