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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
105 # templates and documentation. The policy definition list that Chrome sees | 105 # templates and documentation. The policy definition list that Chrome sees |
106 # will include policies marked with 'future'. If a WIP policy isn't meant to | 106 # will include policies marked with 'future'. If a WIP policy isn't meant to |
107 # be seen by the policy providers either, the 'supported_on' key should be set | 107 # be seen by the policy providers either, the 'supported_on' key should be set |
108 # to an empty list. | 108 # to an empty list. |
109 # | 109 # |
110 # IDs: | 110 # IDs: |
111 # Since a Protocol Buffer definition is generated from this file, unique and | 111 # Since a Protocol Buffer definition is generated from this file, unique and |
112 # persistent IDs for all fields (but not for groups!) are needed. These are | 112 # persistent IDs for all fields (but not for groups!) are needed. These are |
113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
114 # because doing so would break the deployed wire format! | 114 # because doing so would break the deployed wire format! |
115 # For your editing convenience: highest ID currently used: 214 | 115 # For your editing convenience: highest ID currently used: 215 |
116 # | 116 # |
117 # Placeholders: | 117 # Placeholders: |
118 # The following placeholder strings are automatically substituted: | 118 # The following placeholder strings are automatically substituted: |
119 # $1 -> Google Chrome / Chromium | 119 # $1 -> Google Chrome / Chromium |
120 # $2 -> Google Chrome OS / Chromium OS | 120 # $2 -> Google Chrome OS / Chromium OS |
121 # $3 -> Google Chrome Frame / Chromium Frame | 121 # $3 -> Google Chrome Frame / Chromium Frame |
122 # $6 is reserved for doc_writer | 122 # $6 is reserved for doc_writer |
123 # | 123 # |
124 # Device Policy: | 124 # Device Policy: |
125 # An additional flag device_only (optional, defaults to False) indicates | 125 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 4656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4782 'example_value': ['ghdilpkmfbfdnomkmaiogjhjnggaggoi'], | 4782 'example_value': ['ghdilpkmfbfdnomkmaiogjhjnggaggoi'], |
4783 'id': 201, | 4783 'id': 201, |
4784 'caption': '''Extensions allowed to to use the remote attestation API. ''', | 4784 'caption': '''Extensions allowed to to use the remote attestation API. ''', |
4785 'desc': '''This policy specifies the allowed extensions to use Enterpr ise Platform Keys API chrome.enterprise.platformKeysPrivate.challengeUserKey() f or remote attestation. Extensions must be added to this list to use the API. | 4785 'desc': '''This policy specifies the allowed extensions to use Enterpr ise Platform Keys API chrome.enterprise.platformKeysPrivate.challengeUserKey() f or remote attestation. Extensions must be added to this list to use the API. |
4786 | 4786 |
4787 If an extension is not in the list, or the list is not set, the call t o the API will fail with an error code.''', | 4787 If an extension is not in the list, or the list is not set, the call t o the API will fail with an error code.''', |
4788 }, | 4788 }, |
4789 ], | 4789 ], |
4790 }, | 4790 }, |
4791 { | 4791 { |
4792 'name': 'SuppressChromeFrameTurndownPrompt', | |
4793 'caption': '''Suppress the <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chro me Frame</ex></ph> turndown prompt''', | |
4794 'desc': '''Suppresses the turndown prompt that appears when a site is rend ered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>.''', | |
4795 'type': 'main', | |
4796 'schema': { 'type': 'boolean' }, | |
4797 'supported_on': ['chrome_frame:29-'], | |
4798 'features': { | |
4799 'dynamic_refresh': False, | |
robertshield
2013/06/19 23:36:33
False is probably fine, but does this make it clea
grt (UTC plus 2)
2013/06/20 19:55:29
Good point. This setting is surfaced in the docume
| |
4800 }, | |
4801 'example_value': True, | |
4802 'id': 215, | |
4803 }, | |
4804 { | |
4792 'name': 'LocallyManagedUsers', | 4805 'name': 'LocallyManagedUsers', |
4793 'type': 'group', | 4806 'type': 'group', |
4794 'caption': '''Locally managed users settings''', | 4807 'caption': '''Locally managed users settings''', |
4795 'desc': '''Configure settings for managed users.''', | 4808 'desc': '''Configure settings for managed users.''', |
4796 'policies': [ | 4809 'policies': [ |
4797 { | 4810 { |
4798 'name': 'ContentPackDefaultFilteringBehavior', | 4811 'name': 'ContentPackDefaultFilteringBehavior', |
4799 'future': True, | 4812 'future': True, |
4800 'type': 'int-enum', | 4813 'type': 'int-enum', |
4801 'schema': { | 4814 'schema': { |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4980 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', | 4993 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', |
4981 'text': 'deprecated', | 4994 'text': 'deprecated', |
4982 }, | 4995 }, |
4983 'doc_recommended': { | 4996 'doc_recommended': { |
4984 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 4997 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
4985 'text': 'Default Settings (users can override)', | 4998 'text': 'Default Settings (users can override)', |
4986 }, | 4999 }, |
4987 }, | 5000 }, |
4988 'placeholders': [], | 5001 'placeholders': [], |
4989 } | 5002 } |
OLD | NEW |