[Git][tpo/applications/fenix][tor-browser-88.1.1-10.5-1] Bug 40162: Disable Numbus experiments

Matthew Finkel pushed to branch tor-browser-88.1.1-10.5-1 at The Tor Project / Applications / fenix Commits: 6fef40b9 by Matthew Finkel at 2021-05-03T23:11:47+00:00 Bug 40162: Disable Numbus experiments - - - - - 1 changed file: - app/src/main/java/org/mozilla/fenix/FeatureFlags.kt Changes: ===================================== app/src/main/java/org/mozilla/fenix/FeatureFlags.kt ===================================== @@ -17,7 +17,7 @@ object FeatureFlags { /** * Enables the Nimbus experiments library. */ - const val nimbusExperiments = true + const val nimbusExperiments = false /** * Enables the Addresses autofill feature. View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/6fef40b98ad501... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/6fef40b98ad501... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Matthew Finkel (@sysrqb)