For #7865: Enable about:config in geckoRelease

patch-1
interfect 4 years ago committed by GitHub
parent 06ba8a0200
commit 3941bdd568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ object GeckoProvider {
.telemetryDelegate(GeckoAdapter())
// TODO: Fix me!
// .contentBlocking(policy.toContentBlockingSetting())
.aboutConfigEnabled(Config.channel.isBeta)
.aboutConfigEnabled(true)
.debugLogging(Config.channel.isDebug)
.build()

Loading…
Cancel
Save