PDA

View Full Version : Privoxy doesn't work with qt 4.5.1



doep
14th June 2009, 09:06
hi,
i've got a problem with my qwebview. if i compile my program with qt4.4.2 privoxy filters all my requests; but using qt4.5.1 it doesn't work..

i checked the privoxy logs and qwebview is using it.

does anybody know this problem ?


so i tried to get rid of privoxy.. is there a chance to filter the html source of the qwebview before its shown ? or do i have to make my own networkproxy ?


gz doep

wysota
15th June 2009, 18:25
I don't know how privoxy works but maybe you have to set the network proxy on the web view? There have been changes related to proxies in QtWebKit in Qt 4.5.

doep
21st June 2009, 11:55
hi,
i set the network proxy for the webview, and the requests go through privoxy, but unfiltered. but i dont know y :(