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 2544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2555 'name': 'PopupsAllowedForUrls', | 2555 'name': 'PopupsAllowedForUrls', |
2556 'type': 'list', | 2556 'type': 'list', |
2557 'schema': { | 2557 'schema': { |
2558 'type': 'array', | 2558 'type': 'array', |
2559 'items': { 'type': 'string' }, | 2559 'items': { 'type': 'string' }, |
2560 }, | 2560 }, |
2561 'supported_on': [ | 2561 'supported_on': [ |
2562 'chrome.*:11-', | 2562 'chrome.*:11-', |
2563 'chrome_os:11-', | 2563 'chrome_os:11-', |
2564 'ios:34-', | 2564 'ios:34-', |
| 2565 'android:34-', |
2565 ], | 2566 ], |
2566 'features': { | 2567 'features': { |
2567 'dynamic_refresh': True, | 2568 'dynamic_refresh': True, |
2568 'per_profile': True, | 2569 'per_profile': True, |
2569 }, | 2570 }, |
2570 'example_value': ['http://www.example.com', '[*.]example.edu'], | 2571 'example_value': ['http://www.example.com', '[*.]example.edu'], |
2571 'id': 75, | 2572 'id': 75, |
2572 'caption': '''Allow popups on these sites''', | 2573 'caption': '''Allow popups on these sites''', |
2573 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to open popups. | 2574 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to open popups. |
2574 | 2575 |
2575 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultPopupsSetting' policy if it is set, or the
user's personal configuration otherwise.''', | 2576 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultPopupsSetting' policy if it is set, or the
user's personal configuration otherwise.''', |
2576 }, | 2577 }, |
2577 { | 2578 { |
2578 'name': 'PopupsBlockedForUrls', | 2579 'name': 'PopupsBlockedForUrls', |
2579 'type': 'list', | 2580 'type': 'list', |
2580 'schema': { | 2581 'schema': { |
2581 'type': 'array', | 2582 'type': 'array', |
2582 'items': { 'type': 'string' }, | 2583 'items': { 'type': 'string' }, |
2583 }, | 2584 }, |
2584 'supported_on': [ | 2585 'supported_on': [ |
2585 'chrome.*:11-', | 2586 'chrome.*:11-', |
2586 'chrome_os:11-', | 2587 'chrome_os:11-', |
2587 'ios:34-', | 2588 'ios:34-', |
| 2589 'android:34-', |
2588 ], | 2590 ], |
2589 'features': { | 2591 'features': { |
2590 'dynamic_refresh': True, | 2592 'dynamic_refresh': True, |
2591 'per_profile': True, | 2593 'per_profile': True, |
2592 }, | 2594 }, |
2593 'example_value': ['http://www.example.com', '[*.]example.edu'], | 2595 'example_value': ['http://www.example.com', '[*.]example.edu'], |
2594 'id': 76, | 2596 'id': 76, |
2595 'caption': '''Block popups on these sites''', | 2597 'caption': '''Block popups on these sites''', |
2596 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to open popups. | 2598 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to open popups. |
2597 | 2599 |
(...skipping 3589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6187 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6189 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
6188 'text': 'deprecated', | 6190 'text': 'deprecated', |
6189 }, | 6191 }, |
6190 'doc_recommended': { | 6192 'doc_recommended': { |
6191 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6193 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6192 'text': 'Default Settings (users can override)', | 6194 'text': 'Default Settings (users can override)', |
6193 }, | 6195 }, |
6194 }, | 6196 }, |
6195 'placeholders': [], | 6197 'placeholders': [], |
6196 } | 6198 } |
OLD | NEW |