support enterprise roots

This commit is contained in:
Fabian Freund
2025-08-28 15:42:43 +02:00
parent a5acf9a732
commit 8c1106472a
9 changed files with 63 additions and 5 deletions
@@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v26.0.0), do not edit directly.
// Autogenerated from Pigeon (v26.0.1), do not edit directly.
// See also: https://pub.dev/packages/pigeon
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
@@ -1880,6 +1880,7 @@ class GeckoEngineSettings {
this.webContentIsolationStrategy,
this.userAgent,
this.contentBlocking,
this.enterpriseRootsEnabled,
});
bool? javascriptEnabled;
@@ -1906,6 +1907,8 @@ class GeckoEngineSettings {
ContentBlocking? contentBlocking;
bool? enterpriseRootsEnabled;
List<Object?> _toList() {
return <Object?>[
javascriptEnabled,
@@ -1920,6 +1923,7 @@ class GeckoEngineSettings {
webContentIsolationStrategy,
userAgent,
contentBlocking,
enterpriseRootsEnabled,
];
}
@@ -1941,6 +1945,7 @@ class GeckoEngineSettings {
webContentIsolationStrategy: result[9] as WebContentIsolationStrategy?,
userAgent: result[10] as String?,
contentBlocking: result[11] as ContentBlocking?,
enterpriseRootsEnabled: result[12] as bool?,
);
}