2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

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

This commit is contained in:
Agi Sferro 2019-09-25 10:53:47 -07:00 committed by Emily Kager
parent 2a99e9c69e
commit 4d975044c3

View File

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