chromium/components/policy/resources/templates/policy_definitions/Proxy/ProxyServerMode.yaml

arc_support: You cannot force Android apps to use a proxy. A subset of proxy settings
  is made available to Android apps, which they may voluntarily choose to honor. See
  the <ph name="PROXY_MODE_POLICY_NAME">ProxyMode</ph> policy for more details.
caption: Choose how to specify proxy server settings
deprecated: true
desc: |-
  This policy is deprecated, use ProxyMode instead.

            Allows you to specify the proxy server used by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings.

            This policy only takes effect  if the <ph name="PROXY_SETTINGS_POLICY_NAME">ProxySettings</ph> policy has not been specified.

            If you choose to never use a proxy server and always connect directly, all other options are ignored.

            If you choose to use system proxy settings or auto detect the proxy server, all other options are ignored.

            If you choose manual proxy settings, you can specify further options in 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separated list of proxy bypass rules'. Only the HTTP proxy server with the highest priority is available for ARC-apps.

            For detailed examples, visit:
            <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>.

            If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> ignores all proxy-related options specified from the command line.

            Leaving this policy not set will allow the users to choose the proxy settings on their own.
example_value: 2
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Never use a proxy
  name: ProxyServerDisabled
  value: 0
- caption: Auto detect proxy settings
  name: ProxyServerAutoDetect
  value: 1
- caption: Manually specify proxy settings
  name: ProxyServerManual
  value: 2
- caption: Use system proxy settings
  name: ProxyServerUseSystem
  value: 3
owners:
- [email protected]
- file://components/proxy_config/OWNERS
schema:
  $ref: ProxyServerMode
supported_on:
- chrome.*:8-
- chrome_os:11-
- android:30-
tags: []
type: int-enum