| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], | 361 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], |
| 362 'caption': '''Specify a list of disabled plugins''', | 362 'caption': '''Specify a list of disabled plugins''', |
| 363 'desc': '''Specifies a list of plugins that are disabled in <ph name="PROD
UCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this se
tting. | 363 'desc': '''Specifies a list of plugins that are disabled in <ph name="PROD
UCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this se
tting. |
| 364 | 364 |
| 365 The wildcard characters '*' and '?' can be used to match sequences of arbi
trary characters. '*' matches an arbitrary number of characters while '?' specif
ies an optional single character, i.e. matches zero or one characters. The escap
e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu
t a '\\' in front of them. | 365 The wildcard characters '*' and '?' can be used to match sequences of arbi
trary characters. '*' matches an arbitrary number of characters while '?' specif
ies an optional single character, i.e. matches zero or one characters. The escap
e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu
t a '\\' in front of them. |
| 366 | 366 |
| 367 If you enable this setting, the specified list of plugins is never used in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked a
s disabled in 'about:plugins' and users cannot enable them.''', | 367 If you enable this setting, the specified list of plugins is never used in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked a
s disabled in 'about:plugins' and users cannot enable them.''', |
| 368 'label': '''List of disabled plugins''', | 368 'label': '''List of disabled plugins''', |
| 369 }, | 369 }, |
| 370 { | 370 { |
| 371 'name': 'DisablePluginFinder', |
| 372 'type': 'main', |
| 373 'supported_on': ['chrome.*:11-'], |
| 374 'features': {'dynamic_refresh': 1}, |
| 375 'example_value': True, |
| 376 'caption': '''Specify whether the plugin finder should be disabled''', |
| 377 'desc': '''Specify whether the plugin finder should be disabled. |
| 378 |
| 379 If you set this setting to True the automatic search for missing plugins w
ill be disabled in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
| 380 'label': '''Disable plugin finder''', |
| 381 }, |
| 382 { |
| 371 'name': 'SyncDisabled', | 383 'name': 'SyncDisabled', |
| 372 'type': 'main', | 384 'type': 'main', |
| 373 'supported_on': ['chrome.*:8-'], | 385 'supported_on': ['chrome.*:8-'], |
| 374 'features': {'dynamic_refresh': 1}, | 386 'features': {'dynamic_refresh': 1}, |
| 375 'example_value': True, | 387 'example_value': True, |
| 376 'caption': '''Disable synchronization of data with Google''', | 388 'caption': '''Disable synchronization of data with Google''', |
| 377 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex>
Google Chrome</ex></ph> using Google-hosted synchronization services and prevent
s users from changing this setting. | 389 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex>
Google Chrome</ex></ph> using Google-hosted synchronization services and prevent
s users from changing this setting. |
| 378 | 390 |
| 379 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | 391 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
| 380 }, | 392 }, |
| (...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1239 { | 1251 { |
| 1240 'key': '$4', | 1252 'key': '$4', |
| 1241 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' | 1253 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' |
| 1242 }, | 1254 }, |
| 1243 { | 1255 { |
| 1244 'key': '$5', | 1256 'key': '$5', |
| 1245 'value': 'http://www.chromium.org/administrators/policy-templates' | 1257 'value': 'http://www.chromium.org/administrators/policy-templates' |
| 1246 }, | 1258 }, |
| 1247 ] | 1259 ] |
| 1248 } | 1260 } |
| OLD | NEW |