Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 6475011: Implemented policy to disable plugin finder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged ToT and addressed comments. Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/browser_process.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 # Annotations: 84 # Annotations:
85 # Additional information is specified under keys 'features' and 85 # Additional information is specified under keys 'features' and
86 # 'example_value'. These are used in the generated documentation and example 86 # 'example_value'. These are used in the generated documentation and example
87 # policy configuration files. 87 # policy configuration files.
88 # 88 #
89 # IDs: 89 # IDs:
90 # Since a Protocol Buffer definition is generated from this file, unique and 90 # Since a Protocol Buffer definition is generated from this file, unique and
91 # persistent IDs for all fields (but not for groups!) are needed. These are 91 # persistent IDs for all fields (but not for groups!) are needed. These are
92 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 92 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
93 # because doing so would break the deployed wire format! 93 # because doing so would break the deployed wire format!
94 # For your editing convenience: highest ID currently used: 65 94 # For your editing convenience: highest ID currently used: 66
95 # 95 #
96 'policy_definitions': [ 96 'policy_definitions': [
97 { 97 {
98 'name': 'Homepage', 98 'name': 'Homepage',
99 'type': 'group', 99 'type': 'group',
100 'caption': '''Home page''', 100 'caption': '''Home page''',
101 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing it. 101 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing it.
102 102
103 The user's home page settings are only completely locked down, if you eith er select the home page to be the new tab page, or set it to be a URL and specif y a home page URL. If you don't specify the home page URL, then the user is stil l able to set the home page to the new tab page by specifying 'chrome://newtab'. ''', 103 The user's home page settings are only completely locked down, if you eith er select the home page to be the new tab page, or set it to be a URL and specif y a home page URL. If you don't specify the home page URL, then the user is stil l able to set the home page to the new tab page by specifying 'chrome://newtab'. ''',
104 'policies': [ 104 'policies': [
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'id': 19, 387 'id': 19,
388 'caption': '''Specify a list of disabled plugins''', 388 'caption': '''Specify a list of disabled plugins''',
389 '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. 389 '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.
390 390
391 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. 391 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.
392 392
393 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.''', 393 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.''',
394 'label': '''List of disabled plugins''', 394 'label': '''List of disabled plugins''',
395 }, 395 },
396 { 396 {
397 'name': 'DisablePluginFinder',
398 'type': 'main',
399 'supported_on': ['chrome.*:11-'],
400 'features': {'dynamic_refresh': 1},
401 'example_value': True,
402 'id': 66,
403 'caption': '''Specify whether the plugin finder should be disabled''',
404 'desc': '''If you set this setting to True the automatic search and instal lation of missing plugins will be disabled in <ph name="PRODUCT_NAME">$1<ex>Goog le Chrome</ex></ph>.''',
405 'label': '''Disable plugin finder''',
406 },
407 {
397 'name': 'SyncDisabled', 408 'name': 'SyncDisabled',
398 'type': 'main', 409 'type': 'main',
399 'supported_on': ['chrome.*:8-'], 410 'supported_on': ['chrome.*:8-'],
400 'features': {'dynamic_refresh': 1}, 411 'features': {'dynamic_refresh': 1},
401 'example_value': True, 412 'example_value': True,
402 'id': 20, 413 'id': 20,
403 'caption': '''Disable synchronization of data with Google''', 414 'caption': '''Disable synchronization of data with Google''',
404 '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. 415 '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.
405 416
406 If you enable this setting, users cannot change or override this setting i n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 417 If you enable this setting, users cannot change or override this setting i n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
(...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1336 { 1347 {
1337 'key': '$4', 1348 'key': '$4',
1338 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' 1349 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started'
1339 }, 1350 },
1340 { 1351 {
1341 'key': '$5', 1352 'key': '$5',
1342 'value': 'http://www.chromium.org/administrators/policy-templates' 1353 'value': 'http://www.chromium.org/administrators/policy-templates'
1343 }, 1354 },
1344 ] 1355 ]
1345 } 1356 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698