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 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2396 The value of this policy should be lower than 100 and higher than 6 and th
e default value is 32. | 2396 The value of this policy should be lower than 100 and higher than 6 and th
e default value is 32. |
2397 | 2397 |
2398 Some web apps are known to consume many connections with hanging GETs, so
lowering below 32 may lead to browser networking hangs if too many such web apps
are open. Lower below the default at your own risk. | 2398 Some web apps are known to consume many connections with hanging GETs, so
lowering below 32 may lead to browser networking hangs if too many such web apps
are open. Lower below the default at your own risk. |
2399 | 2399 |
2400 If this policy is left not set the default value will be used which is 32.
''', | 2400 If this policy is left not set the default value will be used which is 32.
''', |
2401 }, | 2401 }, |
2402 { | 2402 { |
2403 'name': 'HideWebStorePromo', | 2403 'name': 'HideWebStorePromo', |
2404 'type': 'main', | 2404 'type': 'main', |
2405 'schema': { 'type': 'boolean' }, | 2405 'schema': { 'type': 'boolean' }, |
2406 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], | 2406 'supported_on': ['chrome.*:15-21', 'chrome_os:0.15-21'], |
| 2407 'deprecated': True, |
2407 'features': {'dynamic_refresh': False}, | 2408 'features': {'dynamic_refresh': False}, |
2408 'example_value': False, | 2409 'example_value': False, |
2409 'id': 96, | 2410 'id': 96, |
2410 'caption': '''Prevent app promotions from appearing on the new tab page'''
, | 2411 'caption': '''Prevent app promotions from appearing on the new tab page'''
, |
2411 'desc': '''When set to True, promotions for Chrome Web Store apps will not
appear on the new tab page. | 2412 'desc': '''When set to True, promotions for Chrome Web Store apps will not
appear on the new tab page. |
2412 | 2413 |
2413 Setting this option to False or leaving it not set will make the promotion
s for Chrome Web Store apps appear on the new tab page''', | 2414 Setting this option to False or leaving it not set will make the promotion
s for Chrome Web Store apps appear on the new tab page''', |
2414 }, | 2415 }, |
2415 { | 2416 { |
2416 'name': 'URLBlacklist', | 2417 'name': 'URLBlacklist', |
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3191 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 3192 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
3192 'text': 'deprecated', | 3193 'text': 'deprecated', |
3193 }, | 3194 }, |
3194 'doc_recommended': { | 3195 'doc_recommended': { |
3195 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 3196 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
3196 'text': 'Recommended', | 3197 'text': 'Recommended', |
3197 }, | 3198 }, |
3198 }, | 3199 }, |
3199 'placeholders': [], | 3200 'placeholders': [], |
3200 } | 3201 } |
OLD | NEW |