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