mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
enable privacy mode for first time users (#6347)
This commit is contained in:
parent
ef4894b9a0
commit
2a0b98492a
@ -40,7 +40,9 @@ class PreferencesController {
|
||||
// Feature flag toggling is available in the global namespace
|
||||
// for convenient testing of pre-release features, and should never
|
||||
// perform sensitive operations.
|
||||
featureFlags: {},
|
||||
featureFlags: {
|
||||
privacyMode: true,
|
||||
},
|
||||
knownMethodData: {},
|
||||
participateInMetaMetrics: null,
|
||||
firstTimeFlowType: null,
|
||||
|
Loading…
Reference in New Issue
Block a user