搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Address syncing option not available in Firefox Developer Edition

  • 3 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 cor-el

more options

I'm on Firefox Developer Edition 90.0b12 on Windows 10. There is no option to sync addresses in the sync settings, while the option is there for Firefox Beta 90.0b12.

I'm on Firefox Developer Edition 90.0b12 on Windows 10. There is no option to sync addresses in the sync settings, while the option is there for Firefox Beta 90.0b12.
已附加屏幕截图

被采纳的解决方案

This is controlled by these services.sync.engine.*available prefs that is false by default for addresses. You can set the available pref to true to make the choice appear.

  • services.sync.engine.addresses.available = false => true
  • services.sync.engine.creditcards.available = true

That choice might not have been enabled in your DE.

定位到答案原位置 👍 0

所有回复 (3)

more options

选择的解决方案

This is controlled by these services.sync.engine.*available prefs that is false by default for addresses. You can set the available pref to true to make the choice appear.

  • services.sync.engine.addresses.available = false => true
  • services.sync.engine.creditcards.available = true

That choice might not have been enabled in your DE.

more options

Weird that I have this option enabled on my Firefox Beta on another machine… I wonder how it got enabled without me even knowing about these *.available preferences.

more options

This pref is linked to extensions.formautofill.available.