enable privacy mode for first time users (#6347)

feature/default_network_editable
Thomas Huang 6 years ago committed by Dan J Miller
parent ef4894b9a0
commit 2a0b98492a
  1. 4
      app/scripts/controllers/preferences.js

@ -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…
Cancel
Save