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

Commit 4c9027f

Browse files
committed
Fix default value of AUTOFILL_ENABLED
1 parent 6d3d82f commit 4c9027f

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
@@ -103,7 +103,7 @@ module.exports = {
103103
'payments.enabled': false,
104104
'payments.notifications': false,
105105
'payments.contribution-amount': 5, // USD
106-
'privacy.privacy.autofill-enable': false,
106+
'privacy.autofill-enabled': false,
107107
'privacy.do-not-track': false,
108108
'security.passwords.active-password-manager': null, // Set in settings.js by passwordManagerDefault (defaults to built in)
109109
'security.passwords.manager-enabled': true,

0 commit comments

Comments
 (0)