--- a/eric6/WebBrowser/WebBrowserClearPrivateDataDialog.py Thu Feb 04 14:38:33 2021 +0100 +++ b/eric6/WebBrowser/WebBrowserClearPrivateDataDialog.py Thu Feb 04 14:59:13 2021 +0100 @@ -37,7 +37,7 @@ @return tuple with flags indicating which data to clear (browsing history, search history, favicons, disk cache, cookies, - passwords, web databases, downloads, flash, zoom values, SSL + passwords, web databases, downloads, zoom values, SSL certificate error exceptions) and the selected history period in milliseconds (tuple of booleans and integer) """ @@ -66,7 +66,6 @@ self.passwordsCheckBox.isChecked(), self.databasesCheckBox.isChecked(), self.downloadsCheckBox.isChecked(), - self.flashCookiesCheckBox.isChecked(), self.zoomCheckBox.isChecked(), self.sslExceptionsCheckBox.isChecked(), historyPeriod)