2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00

Set feature flags

This commit is contained in:
Adam Novak 2021-04-10 14:20:22 -07:00
parent af23310679
commit 29a749f983

View File

@ -17,12 +17,12 @@ object FeatureFlags {
/**
* Enables the Nimbus experiments library.
*/
val nimbusExperiments = Config.channel.isNightlyOrDebug
val nimbusExperiments = false
/**
* Enables WebAuthn support.
*/
val webAuthFeature = Config.channel.isNightlyOrDebug
val webAuthFeature = true
/**
* Shows new three-dot toolbar menu design.