Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/roundcube-rule-exclusions-before.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SecRule &TX:allowed_request_content_type "@eq 0" \
pass,\
nolog,\
ver:'roundcube-rule-exclusions-plugin/1.0.4',\
setvar:'tx.allowed_request_content_type=|application/x-www-form-urlencoded| |multipart/form-data| |text/xml| |application/xml| |application/soap+xml| |application/json| |application/reports+json| |application/csp-report|'"
setvar:'tx.allowed_request_content_type=|application/x-www-form-urlencoded| |multipart/form-data| |text/xml| |application/xml| |application/soap+xml| |application/json|'"

# Roundcube sends all requests to the same URL path (Depending on the HTTP server configuration) this plugin avoids grouping all
# rule exclusions into one rule for improved readability.
Expand Down