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:
parent
e69f3dfbbb
commit
702e3e6886
@ -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…
Reference in New Issue
Block a user