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

caption: Enable HTTP/0.9 support on non-default ports
deprecated: true
desc: |-
  This policy is deprecated, and slated for removal in Chrome 78, with no replacement.

        This policy enables HTTP/0.9 on ports other than 80 for HTTP and 443 for HTTPS.

        This policy is disabled by default, and if enabled, leaves users open to the security issue https://crbug.com/600352.

        This policy is intended to give enterprises a chance to migrate existing servers off of HTTP/0.9, and will be removed in the future.

        If this policy is not set, HTTP/0.9 will be disabled on non-default ports.
example_value: false
features:
  dynamic_refresh: false
  per_profile: false
items:
- caption: Enable HTTP/0.9 support on non-default ports
  value: true
- caption: Disable HTTP/0.9 support on non-default ports
  value: false
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
  type: boolean
supported_on:
- chrome.*:54-77
- chrome_os:54-77
tags: []
type: main