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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
93 # policy configuration files. 'dynamic_refresh' controls if the generated | 93 # policy configuration files. 'dynamic_refresh' controls if the generated |
94 # documentation should state that the policy supports dynamic refresh or not. | 94 # documentation should state that the policy supports dynamic refresh or not. |
95 # Supporting dynamic refresh means that Chrome respects the changes to the | 95 # Supporting dynamic refresh means that Chrome respects the changes to the |
96 # policy immediately, without the need for restart. | 96 # policy immediately, without the need for restart. |
97 # | 97 # |
98 # IDs: | 98 # IDs: |
99 # Since a Protocol Buffer definition is generated from this file, unique and | 99 # Since a Protocol Buffer definition is generated from this file, unique and |
100 # persistent IDs for all fields (but not for groups!) are needed. These are | 100 # persistent IDs for all fields (but not for groups!) are needed. These are |
101 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 101 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
102 # because doing so would break the deployed wire format! | 102 # because doing so would break the deployed wire format! |
103 # For your editing convenience: highest ID currently used: 113 | 103 # For your editing convenience: highest ID currently used: 114 |
104 # | 104 # |
105 # Placeholders: | 105 # Placeholders: |
106 # The following placeholder strings are automatically substituted: | 106 # The following placeholder strings are automatically substituted: |
107 # $1 -> Google Chrome / Chromium | 107 # $1 -> Google Chrome / Chromium |
108 # $2 -> Google Chrome OS / Chromium OS | 108 # $2 -> Google Chrome OS / Chromium OS |
109 # $3 -> Google Chrome Frame / Chromium Frame | 109 # $3 -> Google Chrome Frame / Chromium Frame |
110 # $6 is reserved for doc_writer | 110 # $6 is reserved for doc_writer |
111 # | 111 # |
112 # Device Policy: | 112 # Device Policy: |
113 # An additional flag device_only (optional, defaults to False) indicates | 113 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 2008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2122 'supported_on': ['chrome.*:17-','chrome_os:0.17-'], | 2122 'supported_on': ['chrome.*:17-','chrome_os:0.17-'], |
2123 'features': {'dynamic_refresh': 1}, | 2123 'features': {'dynamic_refresh': 1}, |
2124 'future': False, | 2124 'future': False, |
2125 'example_value': 'WidgCo Chrome Apps', | 2125 'example_value': 'WidgCo Chrome Apps', |
2126 'id': 113, | 2126 'id': 113, |
2127 'caption': '''Enterprise web store name''', | 2127 'caption': '''Enterprise web store name''', |
2128 'desc': '''The name of the enterprise web store, which will appear underne ath the app icon on the new tab page. This setting has no effect if EnterpriseWe bStoreURL is not set. | 2128 'desc': '''The name of the enterprise web store, which will appear underne ath the app icon on the new tab page. This setting has no effect if EnterpriseWe bStoreURL is not set. |
2129 | 2129 |
2130 If this setting is disabled, the enterprise web store app (if it exists) w ill be labeled with its URL.''', | 2130 If this setting is disabled, the enterprise web store app (if it exists) w ill be labeled with its URL.''', |
2131 }, | 2131 }, |
2132 { | |
2133 'name': 'EnableOriginBoundCerts', | |
2134 'type': 'main', | |
2135 'supported_on': ['chrome.*:17-'], | |
2136 'features': {'dynamic_refresh': 0}, | |
2137 'future': False, | |
wtc
2011/12/01 21:39:34
mnissler: I assume the 'main' type means it is a b
| |
2138 'example_value': True, | |
2139 'id': 114, | |
2140 'caption': '''Enable the TLS origin-bound certificates extension''', | |
2141 'desc': ''' Enables the TLS origin-bound certificates extension. | |
2142 | |
mattm
2011/12/01 23:22:52
Is the extra whitespace and repeating the caption
wtc
2011/12/02 01:48:11
The extra whitespace in the 'desc' was copied from
| |
2143 This setting is used to enable the TLS origin-bound certificates extension for a group of Google employees for testing. This setting will be deleted in t he future.''', | |
2144 }, | |
2132 ], | 2145 ], |
2133 'messages': { | 2146 'messages': { |
2134 # Messages that are not associated to any policies. | 2147 # Messages that are not associated to any policies. |
2135 'win_supported_winxpsp2': { | 2148 'win_supported_winxpsp2': { |
2136 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', | 2149 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', |
2137 'text': '''Microsoft Windows XP SP2 or later''' | 2150 'text': '''Microsoft Windows XP SP2 or later''' |
2138 }, | 2151 }, |
2139 'mac_chrome_preferences': { | 2152 'mac_chrome_preferences': { |
2140 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', | 2153 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', |
2141 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' | 2154 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2212 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', | 2225 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', |
2213 'text': '''Dynamic Policy Refresh''' | 2226 'text': '''Dynamic Policy Refresh''' |
2214 }, | 2227 }, |
2215 'doc_deprecated': { | 2228 'doc_deprecated': { |
2216 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', | 2229 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', |
2217 'text': 'deprecated', | 2230 'text': 'deprecated', |
2218 } | 2231 } |
2219 }, | 2232 }, |
2220 'placeholders': [], | 2233 'placeholders': [], |
2221 } | 2234 } |
OLD | NEW |