For #5529: Enable about:config in geckoNightly.

nightly-build-test
Agi Sferro 5 years ago committed by Emily Kager
parent 44bb592b43
commit 365936b8df

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

Loading…
Cancel
Save