Re: [PyQt] Transferring security context to newly created QWebView windows

2012-06-16 Thread alan moore
Realized I forgot to mention what this code does. It opens a password-protected page which contains a link to another page in the same password-protected folder and opens up in a new window. The expected behavior is that the second page will open fine, since we're already authenticated to the

[PyQt] Transferring security context to newly created QWebView windows

2012-06-13 Thread me
Below is some code that illustrates a problem I've been having for several months now. I've got a widget based on the QWebView that needs to be able to open pop-up windows (e.g., links with target="_blank" or javascript window.open() calls) in a password-protected context. I can get the windows c