Skip to content

Commit

Permalink
Update security-config.properties (#2826)
Browse files Browse the repository at this point in the history
Use property to enable/disable the Sanitizer filter.

Relates to [PR 1062](bonitasoft/bonita-web-sp#1062) for bonita-web-sp
Covers [CVE-58](https://bonitasoft.atlassian.net/browse/CVE-58)
  • Loading branch information
vhemery authored Jan 15, 2024
1 parent 2a3bc1d commit 15dc60a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#Enable/disable the Sanitizer protection activation. This sanitizer protects against multiple attacks such as XSS, but may restrict the use of some character sequences.
security.sanitizer.enabled true
#Enable/disable CSRF security filter
security.csrf.enabled true
#Add or not the secure flag to the CSRF token cookie (HTTPS only)
Expand Down

0 comments on commit 15dc60a

Please # to comment.