2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-10-31 09:20:25 +00:00

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

This commit is contained in:
Roger Yang 2021-07-06 17:57:54 -04:00 committed by mergify[bot]
parent e69f3dfbbb
commit 702e3e6886

View File

@ -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