From a5ccdf0ffe5756b21583e6d191d4906da6b26bdf Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 5 Dec 2021 04:24:04 +0100 Subject: [PATCH] policies: disable UserMessaging/SkipOnboarding (MR 19) Disable the last item in UserMessaging too. Onboarding messages look like this: https://support.mozilla.org/en-US/questions/1202153 --- src/policies.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/policies.json b/src/policies.json index bb52b30..c2bf501 100644 --- a/src/policies.json +++ b/src/policies.json @@ -131,7 +131,8 @@ "WhatsNew": false, "ExtensionRecommendations": false, "FeatureRecommendations": false, - "UrlbarInterventions": false + "UrlbarInterventions": false, + "SkipOnboarding": false }, "ExtensionSettings": {