Mozilla Support में खोजें

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Unwanted data backup/seasonal message

  • 3 प्रत्युत्तर
  • 1 यह समस्या है
  • 1 view
  • के द्वारा अंतिम प्रतियुतर 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 },
संलग्न स्क्रीनशॉट

चुने गए समाधान

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.

संदर्भ में यह जवाब पढ़ें 👍 1

All Replies (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

चयनित समाधान

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.