diff -r 9afce2f09ac0 -r cb0672f0fc15 WebBrowser/WebBrowserClearPrivateDataDialog.py --- a/WebBrowser/WebBrowserClearPrivateDataDialog.py Sun Mar 06 17:24:27 2016 +0100 +++ b/WebBrowser/WebBrowserClearPrivateDataDialog.py Sun Mar 06 17:45:24 2016 +0100 @@ -38,9 +38,9 @@ @return tuple with flags indicating which data to clear (browsing history, search history, favicons, disk cache, cookies, - passwords, web databases, downloads, flash, zoom values) and the - selected history period in milliseconds (tuple of booleans and - integer) + passwords, web databases, downloads, flash, zoom values, SSL + certificate error exceptions) and the selected history period in + milliseconds (tuple of booleans and integer) """ index = self.historyCombo.currentIndex() if index == 0: @@ -69,4 +69,5 @@ self.downloadsCheckBox.isChecked(), self.flashCookiesCheckBox.isChecked(), self.zoomCheckBox.isChecked(), + self.sslExceptionsCheckBox.isChecked(), historyPeriod)