-
-
Save haproxytechblog/a8aa248b04b0fcef9b6882a997b51b46 to your computer and use it in GitHub Desktop.
CVE-2023-25725
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frontend myfrontend | |
http-request deny if { fc_http_major 1 } !{ req.body_size 0 } !{ req.hdr(content-length) -m found } !{ req.hdr(transfer-encoding) -m found } !{ method CONNECT } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment