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()) .telemetryDelegate(GeckoAdapter())
// TODO: Fix me! // TODO: Fix me!
// .contentBlocking(policy.toContentBlockingSetting()) // .contentBlocking(policy.toContentBlockingSetting())
.aboutConfigEnabled(Config.channel.isBeta) .aboutConfigEnabled(true)
.debugLogging(Config.channel.isDebug) .debugLogging(Config.channel.isDebug)
.build() .build()

Loading…
Cancel
Save