diff ui/downloader_win.cpp @ 409:09bb19e5e369

Remove m13 mentions and change test certificate to intevation.de
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 16 Apr 2014 14:00:12 +0000
parents 17e1c8f37d72
children 82fab0c689bf
line wrap: on
line diff
--- a/ui/downloader_win.cpp	Wed Apr 16 13:41:10 2014 +0000
+++ b/ui/downloader_win.cpp	Wed Apr 16 14:00:12 2014 +0000
@@ -157,7 +157,7 @@
         }
 
         if (proxyConfig.lpszProxy) {
-            *pHSession = WinHttpOpen(L"M13 "MYVERSION,
+            *pHSession = WinHttpOpen(L"TrustBridge "MYVERSION,
                                      WINHTTP_ACCESS_TYPE_NAMED_PROXY,
                                      proxyConfig.lpszProxy,
                                      proxyConfig.lpszProxyBypass, 0);
@@ -166,7 +166,7 @@
 
     if (!*pHSession) {
         DEBUG << "No IE Proxy falling back to default proxy";
-        *pHSession = WinHttpOpen(L"M13 "MYVERSION,
+        *pHSession = WinHttpOpen(L"TrustBridge "MYVERSION,
                                  WINHTTP_ACCESS_TYPE_DEFAULT_PROXY,
                                  WINHTTP_NO_PROXY_NAME,
                                  WINHTTP_NO_PROXY_BYPASS, 0);

http://wald.intevation.org/projects/trustbridge/