PDA

View Full Version : How to create a whitelist with QT Webkit?



myrky
2nd June 2009, 21:21
Do anyone know how to create a whitelist (URL) for my web browser. I use QT WebKit 4.5.0. ?

wysota
2nd June 2009, 21:38
What is a "whitelist"?

myrky
3rd June 2009, 13:09
i want a list of url that my browser can only load.

i.e. : he can load only those 2 url www.qtcentre.org, www.qtforum.org and he cant visit all other url.

wysota
3rd June 2009, 18:18
And what exactly is the problem? Can't you validate the address the user inputs? There is also QWebView::urlChanged() signal.

myrky
4th June 2009, 15:28
i found how to do it thank.