| 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 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 906 | 906 |
| 907 If you leave this policy not set any server will be accepted for integ
rated authentication.''', | 907 If you leave this policy not set any server will be accepted for integ
rated authentication.''', |
| 908 }, | 908 }, |
| 909 { | 909 { |
| 910 'name': 'AuthNegotiateDelegateWhitelist', | 910 'name': 'AuthNegotiateDelegateWhitelist', |
| 911 'type': 'string', | 911 'type': 'string', |
| 912 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 912 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
| 913 'features': {'dynamic_refresh': 0}, | 913 'features': {'dynamic_refresh': 0}, |
| 914 'example_value': 'foobar.example.com', | 914 'example_value': 'foobar.example.com', |
| 915 'id': 30, | 915 'id': 30, |
| 916 'caption': '''Kerberos delegation server whitelist | 916 'caption': '''Kerberos delegation server whitelist''', |
| 917 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> may delegate to. |
| 918 |
| 919 Separate multiple server names with commas. Wildcards (*) are allowed. |
| 917 | 920 |
| 918 If you leave this policy not set any server will be accepted for integ
rated authentication.''', | 921 If you leave this policy not set any server will be accepted for integ
rated authentication.''', |
| 919 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> may delegate to.''', | |
| 920 }, | 922 }, |
| 921 { | 923 { |
| 922 'name': 'GSSAPILibraryName', | 924 'name': 'GSSAPILibraryName', |
| 923 'type': 'string', | 925 'type': 'string', |
| 924 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], | 926 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], |
| 925 'features': {'dynamic_refresh': 0}, | 927 'features': {'dynamic_refresh': 0}, |
| 926 'example_value': 'libgssapi_krb5.so.2', | 928 'example_value': 'libgssapi_krb5.so.2', |
| 927 'id': 31, | 929 'id': 31, |
| 928 'caption': '''GSSAPI library name''', | 930 'caption': '''GSSAPI library name''', |
| 929 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati
on. You can set either just a library name, or a full path. | 931 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati
on. You can set either just a library name, or a full path. |
| (...skipping 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2150 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', | 2152 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', |
| 2151 'text': '''Dynamic Policy Refresh''' | 2153 'text': '''Dynamic Policy Refresh''' |
| 2152 }, | 2154 }, |
| 2153 'doc_deprecated': { | 2155 'doc_deprecated': { |
| 2154 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', | 2156 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', |
| 2155 'text': 'deprecated', | 2157 'text': 'deprecated', |
| 2156 } | 2158 } |
| 2157 }, | 2159 }, |
| 2158 'placeholders': [], | 2160 'placeholders': [], |
| 2159 } | 2161 } |
| OLD | NEW |