--- a/src/eric7/Preferences/__init__.py Mon Apr 17 09:29:01 2023 +0200 +++ b/src/eric7/Preferences/__init__.py Mon Apr 17 14:25:35 2023 +0200 @@ -1098,6 +1098,7 @@ "https://eric-ide.python-projects.org/qwebengine_dictionaries/" "dictionaries.xml" ), + "ForceHttpDictionaryDownload": False, # Sync "SyncEnabled": False, "SyncBookmarks": True, @@ -1424,6 +1425,7 @@ "KeepHidden": False, "StartupCleanup": True, "AutoInstallDependencies": True, + "ForceHttpPluginDownload": False, } # defaults for the printer settings @@ -3117,6 +3119,7 @@ "PrintElementBackgrounds", "AllowRunningInsecureContent", "SpellCheckEnabled", + "ForceHttpDictionaryDownload", "ShowToolbars", "MenuBarVisible", "BookmarksToolBarVisible",