WebBrowser/WebBrowserWindow.py

branch
QtWebEngine
changeset 4819
cb0672f0fc15
parent 4817
0a4e2fb0e93c
child 4820
f38e4fb83ecd
--- a/WebBrowser/WebBrowserWindow.py	Sun Mar 06 17:24:27 2016 +0100
+++ b/WebBrowser/WebBrowserWindow.py	Sun Mar 06 17:45:24 2016 +0100
@@ -3274,7 +3274,7 @@
             # passwords, web databases, downloads, Flash cookies
             (history, searches, favicons, cache, cookies,
              passwords, databases, downloads, flashCookies, zoomValues,
-             historyPeriod) = dlg.getData()
+             sslExceptions, historyPeriod) = dlg.getData()
             if history:
                 self.historyManager().clear(historyPeriod)
                 self.__tabWidget.clearClosedTabsList()
@@ -3307,6 +3307,8 @@
                 self.flashCookieManager().removeAllCookies()
             if zoomValues:
                 ZoomManager.instance().clear()
+            if sslExceptions:
+                self.networkManager().clearSslExceptions()
         
     def __showEnginesConfigurationDialog(self):
         """

eric ide

mercurial