add fingerprinting configuration
This commit is contained in:
+6
@@ -128,6 +128,12 @@ class EngineSettingsReplicationService
|
||||
if (previous.value?.dohSettings != settings.dohSettings) {
|
||||
await _service.dohSettings(settings.dohSettings);
|
||||
}
|
||||
if (previous.value?.fingerprintingProtectionOverrides !=
|
||||
settings.fingerprintingProtectionOverrides) {
|
||||
await _service.fingerprintingProtectionOverrides(
|
||||
settings.fingerprintingProtectionOverrides,
|
||||
);
|
||||
}
|
||||
} else {
|
||||
await _service.setDefaultSettings(settings);
|
||||
initialSettingsSent = true;
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ final class EngineSettingsReplicationServiceProvider
|
||||
}
|
||||
|
||||
String _$engineSettingsReplicationServiceHash() =>
|
||||
r'0bbc80fe0cff79f9e419ffa8c486d232f9eac2ee';
|
||||
r'3c96e6e45537399582fdf6e8b1fafc44c613b89d';
|
||||
|
||||
abstract class _$EngineSettingsReplicationService extends $Notifier<void> {
|
||||
void build();
|
||||
|
||||
Reference in New Issue
Block a user