| OLD | NEW |
| 1 { | 1 { |
| 2 # policy_templates.json - Metafile for policy templates | 2 # policy_templates.json - Metafile for policy templates |
| 3 # | 3 # |
| 4 # The content of this file is evaluated as a Python expression. | 4 # The content of this file is evaluated as a Python expression. |
| 5 # | 5 # |
| 6 # This file is used as input to generate the following policy templates: | 6 # This file is used as input to generate the following policy templates: |
| 7 # ADM, ADMX+ADML, MCX/plist and html documentation. | 7 # ADM, ADMX+ADML, MCX/plist and html documentation. |
| 8 # | 8 # |
| 9 # Policy templates are user interface definitions or documents about the | 9 # Policy templates are user interface definitions or documents about the |
| 10 # policies that can be used to configure Chrome. Each policy is a name-value | 10 # policies that can be used to configure Chrome. Each policy is a name-value |
| (...skipping 1689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1700 If you choose to use a .pac proxy script, you must specify the URL to
the script in 'URL to a proxy .pac file'. | 1700 If you choose to use a .pac proxy script, you must specify the URL to
the script in 'URL to a proxy .pac file'. |
| 1701 | 1701 |
| 1702 For detailed examples, visit: | 1702 For detailed examples, visit: |
| 1703 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d
ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www
.chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti
ons-for-proxy-sett</ex></ph>. | 1703 <ph name="PROXY_HELP_URL">https://www.chromium.org/developers/design-d
ocuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>https://www
.chromium.org/developers/design-documents/network-settings#TOC-Command-line-opti
ons-for-proxy-sett</ex></ph>. |
| 1704 | 1704 |
| 1705 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> and ARC-apps ignore all proxy-related options specified from the com
mand line. | 1705 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> and ARC-apps ignore all proxy-related options specified from the com
mand line. |
| 1706 | 1706 |
| 1707 Leaving this policy not set will allow the users to choose the proxy s
ettings on their own.''', | 1707 Leaving this policy not set will allow the users to choose the proxy s
ettings on their own.''', |
| 1708 'arc_support': '''You cannot force Android apps to use a proxy. A subs
et of proxy settings is made available to Android apps, which they may voluntari
ly choose to honor: | 1708 'arc_support': '''You cannot force Android apps to use a proxy. A subs
et of proxy settings is made available to Android apps, which they may voluntari
ly choose to honor: |
| 1709 | 1709 |
| 1710 If you choose "never use a proxy server," Android apps are informed th
at no proxy is configured. | 1710 If you choose to never use a proxy server, Android apps are informed t
hat no proxy is configured. |
| 1711 | 1711 |
| 1712 If you choose "use system proxy settings" or "fixed server proxy," And
roid apps are provided with the http proxy server address and port. | 1712 If you choose to use system proxy settings or a fixed server proxy, An
droid apps are provided with the http proxy server address and port. |
| 1713 | 1713 |
| 1714 If you choose "auto detect proxy server," the script URL "http://wpad/
wpad.dat" is provided to Android apps. No other part of the proxy auto-detection
protocol is used. | 1714 If you choose to auto detect the proxy server, the script URL "http://
wpad/wpad.dat" is provided to Android apps. No other part of the proxy auto-dete
ction protocol is used. |
| 1715 | 1715 |
| 1716 If you choose ".pac proxy script," the script URL is provided to Andro
id apps.''', | 1716 If you choose to use a .pac proxy script, the script URL is provided t
o Android apps.''', |
| 1717 }, | 1717 }, |
| 1718 { | 1718 { |
| 1719 'name': 'ProxyServerMode', | 1719 'name': 'ProxyServerMode', |
| 1720 'type': 'int-enum', | 1720 'type': 'int-enum', |
| 1721 'schema': { | 1721 'schema': { |
| 1722 'type': 'integer', | 1722 'type': 'integer', |
| 1723 'enum': [ 0, 1, 2, 3 ], | 1723 'enum': [ 0, 1, 2, 3 ], |
| 1724 }, | 1724 }, |
| 1725 'items': [ | 1725 'items': [ |
| 1726 { | 1726 { |
| (...skipping 7400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9127 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9127 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 9128 'text': 'Default Settings (users can override)', | 9128 'text': 'Default Settings (users can override)', |
| 9129 }, | 9129 }, |
| 9130 'doc_complex_policies_on_windows': { | 9130 'doc_complex_policies_on_windows': { |
| 9131 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9131 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 9132 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', | 9132 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', |
| 9133 }, | 9133 }, |
| 9134 }, | 9134 }, |
| 9135 'placeholders': [], | 9135 'placeholders': [], |
| 9136 } | 9136 } |
| OLD | NEW |