chromium/components/policy/resources/templates/policy_definitions/ContentSettings/DefaultInsecureContentSetting.yaml

caption: Control use of insecure content exceptions
default: 3
desc: |-
  Allows you to set whether users can add exceptions to allow mixed content for specific sites.

  This policy can be overridden for specific URL patterns using the 'InsecureContentAllowedForUrls' and 'InsecureContentBlockedForUrls' policies.

  If this policy is left not set, users will be allowed to add exceptions to allow blockable mixed content and disable autoupgrades for optionally blockable mixed content.
example_value: 2
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Do not allow any site to load mixed content
  name: BlockInsecureContent
  value: 2
- caption: Allow users to add exceptions to allow mixed content
  name: AllowExceptionsInsecureContent
  value: 3
owners:
- [email protected]
- [email protected]
schema:
  enum:
  - 2
  - 3
  type: integer
supported_on:
- chrome.*:79-
- chrome_os:79-
tags: []
type: int-enum