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:
parent
af23310679
commit
29a749f983
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user