Disable cookies in Windows HTTPUpload
R=nealsid at http://breakpad.appspot.com/161001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@661 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
07a1c07b7b
commit
3b7d8ee362
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ bool HTTPUpload::SendRequest(const wstring &url,
|
|||
}
|
||||
|
||||
DWORD http_open_flags = secure ? INTERNET_FLAG_SECURE : 0;
|
||||
http_open_flags |= INTERNET_FLAG_NO_COOKIES;
|
||||
AutoInternetHandle request(HttpOpenRequest(connection.get(),
|
||||
L"POST",
|
||||
path,
|
||||
|
|
Loading…
Reference in a new issue