From 20e15ac7f34ee3ae63d9f662c572d94ddb4dd631 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Thu, 8 Sep 2022 09:43:16 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/26869 - Enable TCP by default starting with v. 106 This change should not be uplifted. --- nimbus.fml.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nimbus.fml.yaml b/nimbus.fml.yaml index 8b27263994..1e7e6d27a9 100644 --- a/nimbus.fml.yaml +++ b/nimbus.fml.yaml @@ -193,8 +193,8 @@ features: "sync-cfr": false, "wallpapers-selection-tool": false, "jump-back-in-cfr": false, - "tcp-cfr": false, - "tcp-feature": false + "tcp-cfr": true, + "tcp-feature": true } defaults: - channel: developer @@ -204,8 +204,6 @@ features: "sync-cfr": true, "wallpapers-selection-tool": true, "jump-back-in-cfr": true, - "tcp-cfr": true, - "tcp-feature": true } }