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
6 changes: 5 additions & 1 deletion crs-setup.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,11 @@ SecDefaultAction "phase:2,log,auditlog,pass"
#
# /expect/
# Blocking this header prevents Expect-based desync attacks
# https://portswigger.net/research/http1-must-die#expect-based-desync-attacks
# https://portswigger.net/research/http1-must-die#expect-based-desync-attacks.
#
# The `System.Net.HttpWebRequest` library in .Net uses this header. Use of the header
# can be disabled by setting `ServicePointManager.Expect100Continue` to `false`
# (see https://learn.microsoft.com/en-us/dotnet/api/system.net.servicepointmanager.expect100continue?view=net-10.0).
#
# Uncomment this rule to change the default.
#SecAction \
Expand Down
Loading