From 3b7d8ee3621e1f70dc1097258743e35309823ed7 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Fri, 20 Aug 2010 12:19:38 +0000 Subject: 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 --- src/common/windows/http_upload.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/windows') diff --git a/src/common/windows/http_upload.cc b/src/common/windows/http_upload.cc index 77c5f749..14f46ddf 100644 --- a/src/common/windows/http_upload.cc +++ b/src/common/windows/http_upload.cc @@ -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, -- cgit v1.2.1