Bug 1529394 pref 'on' incognito not_allowed r=kmag

Differential Revision: https://phabricator.services.mozilla.com/D21302

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Shane Caraveo 2019-03-04 21:23:44 +00:00
parent 1027eb159f
commit 1cfa8c038e

View File

@ -530,11 +530,18 @@ VARCACHE_PREF(
// Extension prefs
//---------------------------------------------------------------------------
#ifdef ANDROID
// Private browsing opt-in is only supported on Firefox desktop.
# define PREF_VALUE true
#else
# define PREF_VALUE false
#endif
VARCACHE_PREF(
"extensions.allowPrivateBrowsingByDefault",
extensions_allowPrivateBrowsingByDefault,
bool, true
bool, PREF_VALUE
)
#undef PREF_VALUE
//---------------------------------------------------------------------------
// Full-screen prefs