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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
199 'features': {'dynamic_refresh': 0}, | 199 'features': {'dynamic_refresh': 0}, |
200 'example_value': True, | 200 'example_value': True, |
201 'caption': '''Enable JavaScript''', | 201 'caption': '''Enable JavaScript''', |
202 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph> and prevents users from changing this setting. | 202 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph> and prevents users from changing this setting. |
203 | 203 |
204 If this setting is enabled or not configured, web pages can use JavaScript . | 204 If this setting is enabled or not configured, web pages can use JavaScript . |
205 | 205 |
206 If this setting is disabled, web pages cannot use JavaScript.''', | 206 If this setting is disabled, web pages cannot use JavaScript.''', |
207 }, | 207 }, |
208 { | 208 { |
209 'name': 'IncognitoEnabled', | |
danno
2011/01/24 12:09:10
I'm wondering if this is one of those policies whe
Finnur
2011/01/24 13:14:32
Well, I think we are a bit inconsistent here as we
danno
2011/01/24 14:45:42
I don't feel that strongly about it, but . Maybe y
Finnur
2011/01/24 18:43:10
Who? Nissler?
On 2011/01/24 14:45:42, danno wrote
Mattias Nissler (ping if slow)
2011/01/25 09:33:43
I'm OK with both. For some bits we've just mimicke
| |
210 'type': 'main', | |
211 'supported_on': ['chrome.win:11-'], | |
danno
2011/01/24 14:45:42
why only on windows? otherwise you need chrome.* B
Finnur
2011/01/24 18:43:10
Because I don't run any OS' other than Windows at
| |
212 'features': {'dynamic_refresh': 0}, | |
danno
2011/01/24 12:09:10
You use a BooleanPrefMember? That's should properl
Finnur
2011/01/24 13:14:32
Ah, I'm glad you caught this. I meant to ask you a
| |
213 'example_value': True, | |
danno
2011/01/24 14:45:42
Example value should be False, since True doesn't
Finnur
2011/01/24 18:43:10
Done.
On 2011/01/24 14:45:42, danno wrote:
| |
214 'caption': '''Enable Incognito mode''', | |
215 'desc': '''Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | |
216 | |
217 If this setting is enabled or not configured, users can open web pages in incognito mode. | |
218 | |
219 If this setting is disabled, users cannot open web pages in incognito mode .''', | |
220 }, | |
221 { | |
209 'name': 'SavingBrowserHistoryDisabled', | 222 'name': 'SavingBrowserHistoryDisabled', |
210 'type': 'main', | 223 'type': 'main', |
211 'supported_on': ['chrome.*:8-'], | 224 'supported_on': ['chrome.*:8-'], |
212 'features': {'dynamic_refresh': 1}, | 225 'features': {'dynamic_refresh': 1}, |
213 'example_value': True, | 226 'example_value': True, |
214 'caption': '''Disable saving browser history''', | 227 'caption': '''Disable saving browser history''', |
215 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing this setting. | 228 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing this setting. |
216 | 229 |
217 If this setting is enabled, browsing history is not saved. | 230 If this setting is enabled, browsing history is not saved. |
218 | 231 |
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1157 { | 1170 { |
1158 'key': '$4', | 1171 'key': '$4', |
1159 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' | 1172 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' |
1160 }, | 1173 }, |
1161 { | 1174 { |
1162 'key': '$5', | 1175 'key': '$5', |
1163 'value': 'http://www.chromium.org/administrators/policy-templates' | 1176 'value': 'http://www.chromium.org/administrators/policy-templates' |
1164 }, | 1177 }, |
1165 ] | 1178 ] |
1166 } | 1179 } |
OLD | NEW |