Index: protocol.c =================================================================== --- protocol.c (revision 51205) +++ protocol.c (working copy) @@ -241,7 +241,7 @@ if(hres != S_OK || !size) global_user_agent = get_useragent(); - ret = InternetOpenW(user_agent ? user_agent : global_user_agent, 0, NULL, NULL, INTERNET_FLAG_ASYNC); + ret = InternetOpenW(user_agent ? user_agent : global_user_agent, INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL, INTERNET_FLAG_ASYNC); heap_free(global_user_agent); CoTaskMemFree(user_agent); if(!ret) {