163 self.__featurePermissionRequested) |
163 self.__featurePermissionRequested) |
164 |
164 |
165 self.authenticationRequired.connect( |
165 self.authenticationRequired.connect( |
166 WebBrowser.WebBrowserWindow.WebBrowserWindow.networkManager() |
166 WebBrowser.WebBrowserWindow.WebBrowserWindow.networkManager() |
167 .authentication) |
167 .authentication) |
|
168 |
|
169 self.proxyAuthenticationRequired.connect( |
|
170 WebBrowser.WebBrowserWindow.WebBrowserWindow.networkManager() |
|
171 .proxyAuthentication) |
168 |
172 |
169 def acceptNavigationRequest(self, url, type_, isMainFrame): |
173 def acceptNavigationRequest(self, url, type_, isMainFrame): |
170 """ |
174 """ |
171 Public method to determine, if a request may be accepted. |
175 Public method to determine, if a request may be accepted. |
172 |
176 |