diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/windows/http_upload.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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, |