[fenix] For https://github.com/mozilla-mobile/fenix/issues/5529: Enable about:config in geckoNightly.

pull/600/head
Agi Sferro 5 years ago committed by Emily Kager
parent 2a99e9c69e
commit 4d975044c3

@ -37,6 +37,7 @@ object GeckoProvider {
.useContentProcessHint(true)
.telemetryDelegate(GeckoAdapter())
.debugLogging(BuildConfig.DEBUG)
.aboutConfigEnabled(true)
.build()
if (!Settings.getInstance(context).shouldUseAutoSize) {

Loading…
Cancel
Save