Skip to content

Commit

Permalink
For mozilla-mobile#5529: Enable about:config in geckoNightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
agi authored and ekager committed Sep 25, 2019
1 parent 44bb592 commit 365936b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -37,6 +37,7 @@ object GeckoProvider {
.useContentProcessHint(true)
.telemetryDelegate(GeckoAdapter())
.debugLogging(BuildConfig.DEBUG)
.aboutConfigEnabled(true)
.build()

if (!Settings.getInstance(context).shouldUseAutoSize) {
Expand Down

0 comments on commit 365936b

Please sign in to comment.