Skip to content

Commit 2d00df3

Browse files
committed
fix: disable Chrome address autofill prompts
Add AutofillAddressEnabled: false to Chrome policy file to prevent "save address" prompts. AutofillCreditCardEnabled was already set.
1 parent ed8d06e commit 2d00df3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/chromium-policies/managed/policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"PasswordManagerEnabled": false,
3+
"AutofillAddressEnabled": false,
34
"AutofillCreditCardEnabled": false,
45
"TranslateEnabled": false,
56
"DefaultNotificationsSetting": 2,

0 commit comments

Comments
 (0)