mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
CURLOPT_HEADEROPT: default to separate
Make the HTTP headers separated by default for improved security and reduced risk for information leakage. Bug: http://curl.haxx.se/docs/adv_20150429.html Reported-by: Yehezkel Horowitz, Oren Souroujon
This commit is contained in:
parent
1f8a337e41
commit
6ba2e88a64
5 changed files with 10 additions and 8 deletions
|
|
@ -45,7 +45,7 @@ http-proxy
|
|||
lib1527
|
||||
</tool>
|
||||
<name>
|
||||
Check same headers are generated without CURLOPT_PROXYHEADER
|
||||
Check same headers are generated with CURLOPT_HEADEROPT == CURLHEADER_UNIFIED
|
||||
</name>
|
||||
<command>
|
||||
http://the.old.moo.1527:%HTTPPORT/1527 %HOSTIP:%PROXYPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue