From 139cb9c3670cbc966c763bb93319ddb74167f5cf Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Wed, 27 May 2026 07:08:47 +0200 Subject: [PATCH] enable content blocking database --- .../eu/weblibre/flutter_mozilla_components/components/Core.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/flutter_mozilla_components/android/src/main/kotlin/eu/weblibre/flutter_mozilla_components/components/Core.kt b/packages/flutter_mozilla_components/android/src/main/kotlin/eu/weblibre/flutter_mozilla_components/components/Core.kt index c82417a2..5bc17de3 100644 --- a/packages/flutter_mozilla_components/android/src/main/kotlin/eu/weblibre/flutter_mozilla_components/components/Core.kt +++ b/packages/flutter_mozilla_components/android/src/main/kotlin/eu/weblibre/flutter_mozilla_components/components/Core.kt @@ -30,6 +30,7 @@ import eu.weblibre.flutter_mozilla_components.pigeons.BrowserExtensionEvents import eu.weblibre.flutter_mozilla_components.pigeons.GeckoStateEvents import kotlinx.coroutines.FlowPreview import mozilla.components.browser.engine.gecko.permission.GeckoSitePermissionsStorage +import mozilla.components.browser.engine.gecko.util.EngineDownloadDelegate import mozilla.components.browser.icons.BrowserIcons import mozilla.components.browser.session.storage.SessionStorage import mozilla.components.browser.state.engine.EngineMiddleware @@ -135,6 +136,7 @@ class Core( ).path }, ), + useContentBlockingDatabase = true ) }