One thing I didn't realize when writing up the bug description - depending on your location you might not be able to see the "Forms and Autofill" section of `about:preferences#privacy` (since these features are only available in certain countries). If that's the case, you'll need to navigate to `about:config` and do the following: * search for `extensions.formautofill.creditCards.supportedand set that to "on" instead of "detect" * search for `extensions.formautofill.addresses.supported` and set that to "on" instead of "detect" You may then need to run `./mach build` and `./mach run` and navigate to `about:preferences` again to see these changes get applied
Bug 1820287 Comment 9 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
One thing I didn't realize when writing up the bug description - depending on your location you might not be able to see the "Forms and Autofill" section of `about:preferences#privacy` (since these features are only available in certain countries). If that's the case, you'll need to navigate to `about:config` and do the following: * search for `extensions.formautofill.creditCards.supported` and set that to "on" instead of "detect" * search for `extensions.formautofill.addresses.supported` and set that to "on" instead of "detect" You may then need to run `./mach build` and `./mach run` and navigate to `about:preferences` again to see these changes get applied