Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Unwanted data backup/seasonal message

  • 3 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par zeroknight

more options

Hi, I develop a firefox kiosk application for an IoT device and I'm wondering what setting disables this message?

This message popped up on a release of our software which hadn't applied a policies.json file yet, is it safe to assume it will be covered by the following policy which we have on a later release?

   "UserMessaging": {
     "WhatsNew": false,
     "ExtensionRecommendations": false,
     "FeatureRecommendations": false,
     "UrlbarInterventions": false,
     "SkipOnboarding": true,
     "MoreFromMozilla": false,
     "Locked": true
   },
Hi, I develop a firefox kiosk application for an IoT device and I'm wondering what setting disables this message? This message popped up on a release of our software which hadn't applied a policies.json file yet, is it safe to assume it will be covered by the following policy which we have on a later release? "UserMessaging": { "WhatsNew": false, "ExtensionRecommendations": false, "FeatureRecommendations": false, "UrlbarInterventions": false, "SkipOnboarding": true, "MoreFromMozilla": false, "Locked": true },
Captures d’écran jointes

Solution choisie

DisableFirefoxAccounts and the newer DisableAccounts policies will both work. Accounts have been renamed from "Firefox" to "Mozilla" so the policy name dropped the "Firefox" part. about:policies reflects this but the online documentation still shows the older name.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (3)

more options

This message is related to accounts so you could apply the "DisableAccounts" policy as well for extra coverage.

more options

Hi @zeroknight, thank you for the reply!

We have "DisableFirefoxAccounts": true, in our latest policy file. Is this the setting you're referring to?

more options

Solution choisie

DisableFirefoxAccounts and the newer DisableAccounts policies will both work. Accounts have been renamed from "Firefox" to "Mozilla" so the policy name dropped the "Firefox" part. about:policies reflects this but the online documentation still shows the older name.