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
|
// Feature flag toggling is available in the global namespace
|
||||||
// for convenient testing of pre-release features, and should never
|
// for convenient testing of pre-release features, and should never
|
||||||
// perform sensitive operations.
|
// perform sensitive operations.
|
||||||
featureFlags: {},
|
featureFlags: {
|
||||||
|
privacyMode: true,
|
||||||
|
},
|
||||||
knownMethodData: {},
|
knownMethodData: {},
|
||||||
participateInMetaMetrics: null,
|
participateInMetaMetrics: null,
|
||||||
firstTimeFlowType: null,
|
firstTimeFlowType: null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user