chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/InsecureFormsWarningsEnabled.yaml

caption: Enable warnings for insecure forms
default: true
deprecated: true
desc: |-
  This policy controls the treatment for insecure forms (forms that submit over HTTP) embedded in secure (HTTPS) sites in the browser.
         If the policy is enabled or unset, a full page warning will be shown when an insecure form is submitted. Additionally, a warning bubble will be shown next to the form fields when they are focused, and autofill will be disabled for those forms.
         If the policy is disabled, warnings will not be shown for insecure forms, and autofill will work normally.

         This policy is intended to be removed in Chrome 130.
example_value: true
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Show warnings and disable autofill on insecure forms
  value: true
- caption: Do not show warnings or disable autofill on insecure forms
  value: false
owners:
- [email protected]
- [email protected]
schema:
  type: boolean
# TODO(crbug.com/333954426): Remove in M130.
supported_on:
- chrome.*:86-
- chrome_os:86-
- android:86-
- ios:122-
tags: []
type: main