Skip to content

Commit

Permalink
fix: sync allowed content types to fix 9EA-241022
Browse files Browse the repository at this point in the history
  • Loading branch information
EsadCetiner authored Nov 28, 2024
1 parent 0b6cb5a commit 83ab249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sogo-rule-exclusions-before.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SecRule &TX:allowed_request_content_type "@eq 0" \
pass,\
nolog,\
ver:'sogo-rule-exclusions-plugin/1.0.2',\
setvar:'tx.allowed_request_content_type=|application/x-www-form-urlencoded| |multipart/form-data| |multipart/related| |text/xml| |application/xml| |application/soap+xml| |application/json| |application/cloudevents+json| |application/cloudevents-batch+json|'"
setvar:'tx.allowed_request_content_type=|application/x-www-form-urlencoded| |multipart/form-data| |text/xml| |application/xml| |application/soap+xml| |application/json|'"

# Fix SOGo cookie false positive
SecRule REQUEST_FILENAME "@beginsWith /SOGo/" \
Expand Down

0 comments on commit 83ab249

Please sign in to comment.