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

Commit

Permalink
Fix default value of AUTOFILL_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Aug 20, 2016
1 parent ff1c18e commit 7ea9cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/constants/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module.exports = {
'bookmarks.toolbar.showOnlyFavicon': false,
'payments.enabled': false,
'payments.contribution-amount': 5, // USD
'privacy.privacy.autofill-enable': false,
'privacy.autofill-enabled': false,
'privacy.do-not-track': false,
'security.passwords.active-password-manager': null, // Set in settings.js by passwordManagerDefault (defaults to built in)
'security.passwords.manager-enabled': true,
Expand Down

1 comment on commit 7ea9cf0

@bbondy
Copy link
Member

@bbondy bbondy commented on 7ea9cf0 Aug 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.