Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Unwanted data backup/seasonal message

  • 3 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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 },
Đính kèm ảnh chụp màn hình

Giải pháp được chọn

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.

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (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

Giải pháp được chọn

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.