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 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1188 'desc': '''This policy is deprecated, consider using SyncDisabled instead. | 1188 'desc': '''This policy is deprecated, consider using SyncDisabled instead. |
1189 | 1189 |
1190 Allows the user to sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome<
/ex></ph>. | 1190 Allows the user to sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome<
/ex></ph>. |
1191 | 1191 |
1192 If you set this policy, you can configure whether a user is allowed to sig
n in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Setting this poli
cy to 'False' will prevent apps and extensions that use the chrome.identity API
from functioning, so you may want to use SyncDisabled instead.''', | 1192 If you set this policy, you can configure whether a user is allowed to sig
n in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Setting this poli
cy to 'False' will prevent apps and extensions that use the chrome.identity API
from functioning, so you may want to use SyncDisabled instead.''', |
1193 }, | 1193 }, |
1194 { | 1194 { |
1195 'name': 'EnableWebBasedSignin', | 1195 'name': 'EnableWebBasedSignin', |
1196 'type': 'main', | 1196 'type': 'main', |
1197 'schema': { 'type': 'boolean' }, | 1197 'schema': { 'type': 'boolean' }, |
1198 'supported_on': ['chrome.*:35-'], | 1198 'supported_on': ['chrome.*:35-42'], |
1199 'features': { | 1199 'features': { |
1200 'dynamic_refresh': False, | 1200 'dynamic_refresh': False, |
1201 'per_profile': False, | 1201 'per_profile': False, |
1202 }, | 1202 }, |
| 1203 'deprecated': True, |
1203 'example_value': False, | 1204 'example_value': False, |
1204 'id': 265, | 1205 'id': 265, |
1205 'caption': '''Enables the old web-based signin''', | 1206 'caption': '''Enables the old web-based signin''', |
1206 'desc': '''Enables the old web-based signin flow. | 1207 'desc': '''Enables the old web-based signin flow. |
1207 | 1208 |
| 1209 This setting should no longer be needed as of Chrome 41 and support will b
e removed entirely in Chrome 43. |
| 1210 This setting will be renamed in Chrome 42 as part of the deprecation proce
ss. |
| 1211 |
1208 This setting is useful for enterprise customers who are using SSO solution
s that are not compatible with the new inline signin flow yet. | 1212 This setting is useful for enterprise customers who are using SSO solution
s that are not compatible with the new inline signin flow yet. |
1209 If you enable this setting, the old web-based signin flow would be used. | 1213 If you enable this setting, the old web-based signin flow would be used. |
1210 If you disable this setting or leave it not set, the new inline signin flo
w would be used by default. Users may still enable the old web-based signin flow
through the command line flag --enable-web-based-signin. | 1214 If you disable this setting or leave it not set, the new inline signin flo
w would be used by default. Users may still enable the old web-based signin flow
through the command line flag --enable-web-based-signin. |
1211 | 1215 |
1212 The experimental setting will be removed in the future when the inline sig
nin fully supports all SSO signin flows.''', | 1216 The experimental setting will be removed in the future when the inline sig
nin fully supports all SSO signin flows.''', |
1213 }, | 1217 }, |
1214 { | 1218 { |
1215 'name': 'UserDataDir', | 1219 'name': 'UserDataDir', |
1216 'type': 'string', | 1220 'type': 'string', |
1217 'schema': { 'type': 'string' }, | 1221 'schema': { 'type': 'string' }, |
(...skipping 6086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7304 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 7308 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
7305 'text': 'Default Settings (users can override)', | 7309 'text': 'Default Settings (users can override)', |
7306 }, | 7310 }, |
7307 'doc_complex_policies_on_windows': { | 7311 'doc_complex_policies_on_windows': { |
7308 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 7312 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
7309 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex
>http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'''
, | 7313 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex
>http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'''
, |
7310 }, | 7314 }, |
7311 }, | 7315 }, |
7312 'placeholders': [], | 7316 'placeholders': [], |
7313 } | 7317 } |
OLD | NEW |