| 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'caption': '''Extensions''', | 623 'caption': '''Extensions''', |
| 624 'desc': '''Configures extension-related policies. The user is not allowed
to install blacklisted extensions unless they are whitelisted. You can also forc
e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install
extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAM
E">ExtensionInstallForcelist</ph>. The blacklist takes precedence over the list
of forced extensions.''', | 624 'desc': '''Configures extension-related policies. The user is not allowed
to install blacklisted extensions unless they are whitelisted. You can also forc
e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install
extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAM
E">ExtensionInstallForcelist</ph>. The blacklist takes precedence over the list
of forced extensions.''', |
| 625 'policies': [ | 625 'policies': [ |
| 626 { | 626 { |
| 627 'name': 'ExtensionInstallBlacklist', | 627 'name': 'ExtensionInstallBlacklist', |
| 628 'type': 'list', | 628 'type': 'list', |
| 629 'supported_on': ['chrome.*:8-'], | 629 'supported_on': ['chrome.*:8-'], |
| 630 'features': {'dynamic_refresh': 1}, | 630 'features': {'dynamic_refresh': 1}, |
| 631 'example_value': ['extension_id1', 'extension_id2'], | 631 'example_value': ['extension_id1', 'extension_id2'], |
| 632 'caption': '''Configure extension installation blacklist''', | 632 'caption': '''Configure extension installation blacklist''', |
| 633 'desc': '''Allows you to specify which extensions the users can NOT in
stall. | 633 'desc': '''Allows you to specify which extensions the users can NOT in
stall. Extensions already installed will be removed if blacklisted. |
| 634 | 634 |
| 635 A blacklist value of * means all extensions are blacklisted unless the
y are explicitly listed in the whitelist.''', | 635 A blacklist value of * means all extensions are blacklisted unless the
y are explicitly listed in the whitelist.''', |
| 636 'label': '''Extension IDs the user should be prevented from installing
(or * for all)''', | 636 'label': '''Extension IDs the user should be prevented from installing
(or * for all)''', |
| 637 }, | 637 }, |
| 638 { | 638 { |
| 639 'name': 'ExtensionInstallWhitelist', | 639 'name': 'ExtensionInstallWhitelist', |
| 640 'type': 'list', | 640 'type': 'list', |
| 641 'supported_on': ['chrome.*:8-'], | 641 'supported_on': ['chrome.*:8-'], |
| 642 'features': {'dynamic_refresh': 1}, | 642 'features': {'dynamic_refresh': 1}, |
| 643 'example_value': ['extension_id1', 'extension_id2'], | 643 'example_value': ['extension_id1', 'extension_id2'], |
| (...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1239 { | 1239 { |
| 1240 'key': '$4', | 1240 'key': '$4', |
| 1241 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' | 1241 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' |
| 1242 }, | 1242 }, |
| 1243 { | 1243 { |
| 1244 'key': '$5', | 1244 'key': '$5', |
| 1245 'value': 'http://www.chromium.org/administrators/policy-templates' | 1245 'value': 'http://www.chromium.org/administrators/policy-templates' |
| 1246 }, | 1246 }, |
| 1247 ] | 1247 ] |
| 1248 } | 1248 } |
| OLD | NEW |