| 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 3264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3275 'name': 'AllowKeygen', | 3275 'name': 'AllowKeygen', |
| 3276 'value': 1, | 3276 'value': 1, |
| 3277 'caption': '''Allow all sites to use key generation''', | 3277 'caption': '''Allow all sites to use key generation''', |
| 3278 }, | 3278 }, |
| 3279 { | 3279 { |
| 3280 'name': 'BlockKeygen', | 3280 'name': 'BlockKeygen', |
| 3281 'value': 2, | 3281 'value': 2, |
| 3282 'caption': '''Do not allow any site to use key generation''', | 3282 'caption': '''Do not allow any site to use key generation''', |
| 3283 }, | 3283 }, |
| 3284 ], | 3284 ], |
| 3285 'supported_on': ['chrome.*:49-', 'chrome_os:49-', 'android:49-'], | 3285 'supported_on': ['chrome.*:49-56', 'chrome_os:49-56', 'android:49-56']
, |
| 3286 'features': { | 3286 'features': { |
| 3287 'dynamic_refresh': True, | 3287 'dynamic_refresh': True, |
| 3288 'per_profile': True, | 3288 'per_profile': True, |
| 3289 }, | 3289 }, |
| 3290 'example_value': 2, | 3290 'example_value': 2, |
| 3291 'id': 313, | 3291 'id': 313, |
| 3292 'caption': '''Default key generation setting''', | 3292 'caption': '''Default key generation setting''', |
| 3293 'tags': ['system-security', 'website-sharing', 'local-data-access'], | 3293 'tags': ['system-security', 'website-sharing', 'local-data-access'], |
| 3294 'desc': '''Allows you to set whether websites are allowed to use key g
eneration. Using key generation can be either allowed for all websites or denied
for all websites. | 3294 'desc': '''Allows you to set whether websites are allowed to use key g
eneration. Using key generation can be either allowed for all websites or denied
for all websites. |
| 3295 | 3295 |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3476 | 3476 |
| 3477 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or
the user's personal configuration otherwise.''', | 3477 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or
the user's personal configuration otherwise.''', |
| 3478 }, | 3478 }, |
| 3479 { | 3479 { |
| 3480 'name': 'KeygenAllowedForUrls', | 3480 'name': 'KeygenAllowedForUrls', |
| 3481 'type': 'list', | 3481 'type': 'list', |
| 3482 'schema': { | 3482 'schema': { |
| 3483 'type': 'array', | 3483 'type': 'array', |
| 3484 'items': { 'type': 'string' }, | 3484 'items': { 'type': 'string' }, |
| 3485 }, | 3485 }, |
| 3486 'supported_on': ['chrome.*:49-', 'chrome_os:49-', 'android:49-'], | 3486 'supported_on': ['chrome.*:49-56', 'chrome_os:49-56', 'android:49-56']
, |
| 3487 'features': { | 3487 'features': { |
| 3488 'dynamic_refresh': True, | 3488 'dynamic_refresh': True, |
| 3489 'per_profile': True, | 3489 'per_profile': True, |
| 3490 }, | 3490 }, |
| 3491 'example_value': ['https://www.example.com', '[*.]example.edu'], | 3491 'example_value': ['https://www.example.com', '[*.]example.edu'], |
| 3492 'id': 314, | 3492 'id': 314, |
| 3493 'caption': '''Allow key generation on these sites''', | 3493 'caption': '''Allow key generation on these sites''', |
| 3494 'tags': ['system-security', 'website-sharing', 'local-data-access'], | 3494 'tags': ['system-security', 'website-sharing', 'local-data-access'], |
| 3495 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to use key generation. If a url pattern is in 'KeygenBlockedF
orUrls', that overrides these exceptions. | 3495 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to use key generation. If a url pattern is in 'KeygenBlockedF
orUrls', that overrides these exceptions. |
| 3496 | 3496 |
| 3497 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultKeygenSetting' policy if it is set, or the
user's personal configuration otherwise.''', | 3497 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultKeygenSetting' policy if it is set, or the
user's personal configuration otherwise.''', |
| 3498 }, | 3498 }, |
| 3499 { | 3499 { |
| 3500 'name': 'KeygenBlockedForUrls', | 3500 'name': 'KeygenBlockedForUrls', |
| 3501 'type': 'list', | 3501 'type': 'list', |
| 3502 'schema': { | 3502 'schema': { |
| 3503 'type': 'array', | 3503 'type': 'array', |
| 3504 'items': { 'type': 'string' }, | 3504 'items': { 'type': 'string' }, |
| 3505 }, | 3505 }, |
| 3506 'supported_on': ['chrome.*:49-', 'chrome_os:49-', 'android:49-'], | 3506 'supported_on': ['chrome.*:49-56', 'chrome_os:49-56', 'android:49-56']
, |
| 3507 'features': { | 3507 'features': { |
| 3508 'dynamic_refresh': True, | 3508 'dynamic_refresh': True, |
| 3509 'per_profile': True, | 3509 'per_profile': True, |
| 3510 }, | 3510 }, |
| 3511 'example_value': ['https://www.example.com', '[*.]example.edu'], | 3511 'example_value': ['https://www.example.com', '[*.]example.edu'], |
| 3512 'id': 315, | 3512 'id': 315, |
| 3513 'caption': '''Block key generation on these sites''', | 3513 'caption': '''Block key generation on these sites''', |
| 3514 'tags': ['system-security', 'website-sharing', 'local-data-access'], | 3514 'tags': ['system-security', 'website-sharing', 'local-data-access'], |
| 3515 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to use key generation. If a url pattern is in 'KeygenAllo
wedForUrls', this policy overrides these exceptions. | 3515 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to use key generation. If a url pattern is in 'KeygenAllo
wedForUrls', this policy overrides these exceptions. |
| 3516 | 3516 |
| (...skipping 5948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9465 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9465 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 9466 'text': 'Default Settings (users can override)', | 9466 'text': 'Default Settings (users can override)', |
| 9467 }, | 9467 }, |
| 9468 'doc_complex_policies_on_windows': { | 9468 'doc_complex_policies_on_windows': { |
| 9469 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9469 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 9470 '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>'
'', | 9470 '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>'
'', |
| 9471 }, | 9471 }, |
| 9472 }, | 9472 }, |
| 9473 'placeholders': [], | 9473 'placeholders': [], |
| 9474 } | 9474 } |
| OLD | NEW |