зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
dc6636f2f6
Коммит
af19fae1d6
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче