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

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

Issue 8772014: Add a preference for enabling the TLS origin-bound certificates extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 If this policy is left not set, this will be enabled but the user will be able to change it.''', 422 If this policy is left not set, this will be enabled but the user will be able to change it.''',
423 }, 423 },
424 { 424 {
425 'name': 'CloudPrintProxyEnabled', 425 'name': 'CloudPrintProxyEnabled',
426 'type': 'main', 426 'type': 'main',
427 'supported_on': ['chrome.*:17-'], 427 'supported_on': ['chrome.*:17-'],
428 'features': {'dynamic_refresh': 1}, 428 'features': {'dynamic_refresh': 1},
429 'example_value': True, 429 'example_value': True,
430 'id': 13, 430 'id': 13,
431 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p roxy''', 431 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p roxy''',
432 'desc': ''' Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex>< /ph> to act as a proxy between <ph name="CLOUD_PRINT_NAME">Google Cloud Print</p h> and legacy printers connected to the machine. 432 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> t o act as a proxy between <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> and legacy printers connected to the machine.
433 433
434 If this setting is enabled or not configured, users can enable the cloud p rint proxy by authentication with their Google account. 434 If this setting is enabled or not configured, users can enable the cloud p rint proxy by authentication with their Google account.
435 435
436 If this setting is disabled, users cannot enable the proxy, and the machin e will not be allowed to share it's printers with <ph name="CLOUD_PRINT_NAME">Go ogle Cloud Print</ph>. 436 If this setting is disabled, users cannot enable the proxy, and the machin e will not be allowed to share it's printers with <ph name="CLOUD_PRINT_NAME">Go ogle Cloud Print</ph>.
437 437
438 If this policy is left not set, this will be enabled but the user will be able to change it.''', 438 If this policy is left not set, this will be enabled but the user will be able to change it.''',
439 }, 439 },
440 { 440 {
441 'name': 'SafeBrowsingEnabled', 441 'name': 'SafeBrowsingEnabled',
442 'type': 'main', 442 'type': 'main',
(...skipping 1647 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 }, 2090 },
2091 { 2091 {
2092 'name': 'CloudPrintSubmitEnabled', 2092 'name': 'CloudPrintSubmitEnabled',
2093 'type': 'main', 2093 'type': 'main',
2094 'supported_on': ['chrome.*:17-'], 2094 'supported_on': ['chrome.*:17-'],
2095 'features': {'dynamic_refresh': 1}, 2095 'features': {'dynamic_refresh': 1},
2096 'future': False, 2096 'future': False,
2097 'example_value': True, 2097 'example_value': True,
2098 'id': 109, 2098 'id': 109,
2099 'caption': '''Enable submission of documents to <ph name="CLOUD_PRINT_NAME ">Google Cloud Print</ph>''', 2099 'caption': '''Enable submission of documents to <ph name="CLOUD_PRINT_NAME ">Google Cloud Print</ph>''',
2100 'desc': ''' Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex>< /ph> to submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for printing. NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It does not prevent users from submitting print jobs on web sites. 2100 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> t o submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for pr inting. NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print< /ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It does not prevent users from submitting print jobs on web sites.
2101 2101
2102 If this setting is enabled or not configured, users can print to <ph name= "CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> print dialog. 2102 If this setting is enabled or not configured, users can print to <ph name= "CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> print dialog.
2103 2103
2104 If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_N AME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> print dialog''', 2104 If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_N AME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> print dialog''',
2105 }, 2105 },
2106 { 2106 {
2107 'name': 'EnterpriseWebStoreURL', 2107 'name': 'EnterpriseWebStoreURL',
2108 'type': 'string', 2108 'type': 'string',
2109 'supported_on': ['chrome.*:17-','chrome_os:0.17-'], 2109 'supported_on': ['chrome.*:17-','chrome_os:0.17-'],
2110 'features': {'dynamic_refresh': 1}, 2110 'features': {'dynamic_refresh': 1},
(...skipping 11 matching lines...) Expand all
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,
2138 'example_value': True,
2139 'id': 114,
2140 'caption': '''Enable TLS origin-bound certificates extension''',
2141 'desc': '''Specifies whether the TLS origin-bound certificates extension s hould be enabled.
2142
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.''',
Mattias Nissler (ping if slow) 2011/12/02 12:40:08 Oh, so this is Google only? You can then put 'futu
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698