mozilla / multi-account-containers

Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
https://addons.mozilla.org/firefox/addon/multi-account-containers/
Mozilla Public License 2.0
2.64k stars 323 forks source link

Allow disabling the onboarding panel from enterprise policies #2631

Open dannycolin opened 3 months ago

dannycolin commented 3 months ago

Before submitting your pull request

Description

Allow disabling the onboarding panel from enterprise policies.

policies.json example:

{
  "policies": {
    "3rdparty": {
      "Extensions": {
        "@testpilot-containers": {
      "disableOnboarding": true
    }
      }
    }
  }
}

Note: I didn't implement a policy to disable only the feature to connect to Mozilla VPN as requested because I prefer to do it in a separated patch.

Type of change

Select all that apply.

Tag issues related to this pull request:

Additional information

cc'ing @mkaply for a review on this too.