Skip to content

Conversation

@rgarcia
Copy link
Contributor

@rgarcia rgarcia commented Jan 31, 2026

Checklist

  • A link to a related issue in our repository
  • A description of the changes proposed in the pull request.
  • @mentions of the person or team responsible for reviewing proposed changes.

Summary

  • Adds AutofillAddressEnabled: false to the Chrome policy file to disable "save address" prompts
  • AutofillCreditCardEnabled: false was already present for credit card prompts

Details

Policy names verified against Chromium source at:

  • /home/debianuser/chromium-cache/src/components/policy/resources/templates/policy_definitions/Miscellaneous/AutofillAddressEnabled.yaml
  • /home/debianuser/chromium-cache/src/components/policy/resources/templates/policy_definitions/Miscellaneous/AutofillCreditCardEnabled.yaml

This follows the same approach used for KERNEL-432 (PasswordManagerEnabled) - adding entries to the managed policy JSON file that gets copied into the browser image.


Note

Low Risk
Single managed Chromium policy flag change that only affects browser autofill UX and does not touch auth, data storage, or backend logic.

Overview
Disables Chromium address autofill by adding "AutofillAddressEnabled": false to the managed policy.json, aligning it with existing disabled password and credit-card autofill settings to suppress “save address” prompts.

Written by Cursor Bugbot for commit 2d00df3. This will update automatically on new commits. Configure here.

Add AutofillAddressEnabled: false to Chrome policy file to prevent
"save address" prompts. AutofillCreditCardEnabled was already set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants