Closes #20274: Limit about:config to Nightly and Beta

(cherry picked from commit 702e3e6886)
pull/420/head v90.1.1
Roger Yang 3 years ago committed by Sebastian Kaspari
parent 554640f0cc
commit aeedb6b537

@ -57,7 +57,7 @@ object GeckoProvider {
.telemetryDelegate(GeckoAdapter())
.contentBlocking(policy.toContentBlockingSetting())
.debugLogging(Config.channel.isDebug)
.aboutConfigEnabled(true)
.aboutConfigEnabled(Config.channel.isBeta || Config.channel.isNightlyOrDebug)
.build()
val settings = context.components.settings

Loading…
Cancel
Save