Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit 7ea9cf0

Browse files
committed
Fix default value of AUTOFILL_ENABLED
1 parent ff1c18e commit 7ea9cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/constants/appConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module.exports = {
9696
'bookmarks.toolbar.showOnlyFavicon': false,
9797
'payments.enabled': false,
9898
'payments.contribution-amount': 5, // USD
99-
'privacy.privacy.autofill-enable': false,
99+
'privacy.autofill-enabled': false,
100100
'privacy.do-not-track': false,
101101
'security.passwords.active-password-manager': null, // Set in settings.js by passwordManagerDefault (defaults to built in)
102102
'security.passwords.manager-enabled': true,

0 commit comments

Comments
 (0)