1
0
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:
Thomas Huang 2019-03-26 11:07:53 -04:00 committed by Dan J Miller
parent ef4894b9a0
commit 2a0b98492a

View File

@ -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,