ublock list management initial

This commit is contained in:
Fabian Freund
2026-04-30 10:44:49 +02:00
parent 28dc4e93f1
commit d2bd36b1ed
43 changed files with 2894 additions and 65 deletions
@@ -25,6 +25,8 @@ class GeckoBrowserService {
String? fxaServerOverride,
String? syncTokenServerOverride, [
GeckoEngineSettings? startupSettings,
String? startupUBlockFilterListsPref,
bool clearStartupUBlockFilterListsPref = false,
]) {
return _api.initialize(
profileFolder,
@@ -34,6 +36,8 @@ class GeckoBrowserService {
fxaServerOverride,
syncTokenServerOverride,
startupSettings,
startupUBlockFilterListsPref,
clearStartupUBlockFilterListsPref,
);
}