Address syncing option not available in Firefox Developer Edition
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.
Chosen solution
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.
Read this answer in context 👍 0All Replies (3)
Chosen Solution
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.
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.
This pref is linked to extensions.formautofill.available.
- extensions.formautofill.available https://searchfox.org/mozilla-beta/source/browser/extensions/formautofill/api.js#line-75