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 9531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
9542 'id': 367, | 9542 'id': 367, |
9543 'caption': '''Allows Instant Tethering to be used.''', | 9543 'caption': '''Allows Instant Tethering to be used.''', |
9544 'tags': ['local-data-access', 'google-sharing'], | 9544 'tags': ['local-data-access', 'google-sharing'], |
9545 'desc': '''If this setting is enabled, users will be allowed to use Instan t Tethering, which allows their Google phone to share its mobile data with their device. | 9545 'desc': '''If this setting is enabled, users will be allowed to use Instan t Tethering, which allows their Google phone to share its mobile data with their device. |
9546 | 9546 |
9547 If this setting is disabled, users will not be allowed to use Instant Teth ering. | 9547 If this setting is disabled, users will not be allowed to use Instant Teth ering. |
9548 | 9548 |
9549 If this policy is left not set, the default is not allowed for enterprise- managed users and allowed for non-managed users.''', | 9549 If this policy is left not set, the default is not allowed for enterprise- managed users and allowed for non-managed users.''', |
9550 }, | 9550 }, |
9551 { | 9551 { |
9552 'name': 'NetworkTimeQueriesEnabled', | 9552 'name': 'BrowserNetworkTimeQueriesEnabled', |
9553 'type': 'main', | 9553 'type': 'main', |
9554 'schema': { 'type': 'boolean' }, | 9554 'schema': { 'type': 'boolean' }, |
9555 'supported_on': ['chrome.*:60-', 'chrome_os:60-'], | 9555 'supported_on': ['chrome.*:60-', 'chrome_os:60-'], |
Thiemo Nagel
2017/05/31 13:42:32
Since the feature is disabled for Chrome OS, I gue
estark
2017/06/01 04:00:45
Oh yes, thanks, done.
| |
9556 'features': { | 9556 'features': { |
9557 'dynamic_refresh': True, | 9557 'dynamic_refresh': True, |
9558 'per_profile': True, | 9558 'per_profile': True, |
9559 }, | 9559 }, |
9560 'example_value': True, | 9560 'example_value': True, |
9561 'id': 370, | 9561 'id': 370, |
9562 'caption': '''Allow queries to a Google time service''', | 9562 'caption': '''Allow queries to a Google time service''', |
9563 'tags': [], | 9563 'tags': [], |
9564 'desc': '''Setting this policy to false stops <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> from occasionally sending queries to a Google server t o retrieve an accurate timestamp. These queries will be enabled if this policy i s set to True or is not set.''', | 9564 'desc': '''Setting this policy to false stops <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> from occasionally sending queries to a Google server t o retrieve an accurate timestamp. These queries will be enabled if this policy i s set to True or is not set.''', |
9565 }, | 9565 }, |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
9689 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 9689 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
9690 'text': 'Default Settings (users can override)', | 9690 'text': 'Default Settings (users can override)', |
9691 }, | 9691 }, |
9692 'doc_complex_policies_on_windows': { | 9692 'doc_complex_policies_on_windows': { |
9693 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 9693 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
9694 '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>' '', | 9694 '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>' '', |
9695 }, | 9695 }, |
9696 }, | 9696 }, |
9697 'placeholders': [], | 9697 'placeholders': [], |
9698 } | 9698 } |
OLD | NEW |