eric6/Preferences/__init__.py

changeset 8069
1176a936efa4
parent 8067
a467ab075be0
child 8079
331e717c458e
--- a/eric6/Preferences/__init__.py	Thu Feb 04 14:38:33 2021 +0100
+++ b/eric6/Preferences/__init__.py	Thu Feb 04 14:59:13 2021 +0100
@@ -47,10 +47,6 @@
     ProtocolsBrowserFlag, AllBrowsersFlag
 )
 
-from WebBrowser.FlashCookieManager.FlashCookieUtilities import (
-    flashDataPathForOS
-)
-
 from QScintilla.Shell import ShellHistoryStyle
 
 
@@ -1012,13 +1008,6 @@
         "AdBlockUpdatePeriod": 1,
         "AdBlockExceptions": [],
         "AdBlockUseLimitedEasyList": True,
-        # Flash Cookie Manager
-        "FlashCookiesDeleteOnStartExit": False,
-        "FlashCookieAutoRefresh": False,
-        "FlashCookieNotify": False,
-        "FlashCookiesWhitelist": [],
-        "FlashCookiesBlacklist": [],
-        "FlashCookiesDataPath": flashDataPathForOS(),
         # PIM:
         "PimFullName": "",
         "PimFirstName": "",
@@ -2842,15 +2831,13 @@
                  "DownloadManagerAutoOpen", "DownloadManagerAutoClose",
                  "PlaybackRequiresUserGesture", "JavaScriptCanPaste",
                  "WebRTCPublicInterfacesOnly", "DnsPrefetchEnabled",
-                 "FlashCookiesDeleteOnStartExit", "FlashCookieAutoRefresh",
-                 "FlashCookieNotify", "VirusTotalEnabled", "VirusTotalSecure",
+                 "VirusTotalEnabled", "VirusTotalSecure",
                  "PdfViewerEnabled", "AlwaysRejectFaultyCertificates",
                  ]:
         return toBool(prefClass.settings.value(
             "WebBrowser/" + key, prefClass.webBrowserDefaults[key]))
     elif key in ["GreaseMonkeyDisabledScripts", "SendRefererWhitelist",
                  "AdBlockSubscriptions", "AdBlockExceptions",
-                 "FlashCookiesWhitelist", "FlashCookiesBlacklist",
                  "SpellCheckLanguages",
                  ]:
         return toList(prefClass.settings.value(

eric ide

mercurial