Skip to content

Commit

Permalink
enable extensionWebAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
akliuxingyuan committed Sep 27, 2023
1 parent 9d4ee65 commit 4ed6e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/fenix/gecko/GeckoProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ object GeckoProvider {
.debugLogging(Config.channel.isDebug || context.components.settings.enableGeckoLogs)
.aboutConfigEnabled(Config.channel.isBeta || Config.channel.isNightlyOrDebug)
.extensionsProcessEnabled(FxNimbus.features.extensionsProcess.value().enabled)
.extensionsWebAPIEnabled(Config.channel.isNightlyOrDebug)
.extensionsWebAPIEnabled(Config.channel.isNightlyOrDebug || Config.channel.isFork)
.build()
}
}

0 comments on commit 4ed6e36

Please sign in to comment.