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

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

Issue 8773002: Added 'can_be_recommended' flag to the relevant policies. (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
« no previous file with comments | « no previous file | no next file » | 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 # chrome.* -> Chrome policy definition list 87 # chrome.* -> Chrome policy definition list
88 # chrome_os -> Chrome policy definition list, when building OS_CHROMEOS 88 # chrome_os -> Chrome policy definition list, when building OS_CHROMEOS
89 # 89 #
90 # Annotations: 90 # Annotations:
91 # Additional information is specified under keys 'features' and 91 # Additional information is specified under keys 'features' and
92 # 'example_value'. These are used in the generated documentation and example 92 # 'example_value'. These are used in the generated documentation and example
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 # 'can_be_recommended' can be set to True to include that policy in the
98 # recommended policies templates. This only affects the template generation;
99 # all policies can be at the recommended level. The default is False.
97 # 100 #
98 # IDs: 101 # IDs:
99 # Since a Protocol Buffer definition is generated from this file, unique and 102 # 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 103 # 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, 104 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
102 # because doing so would break the deployed wire format! 105 # because doing so would break the deployed wire format!
103 # For your editing convenience: highest ID currently used: 113 106 # For your editing convenience: highest ID currently used: 113
104 # 107 #
105 # Placeholders: 108 # Placeholders:
106 # The following placeholder strings are automatically substituted: 109 # The following placeholder strings are automatically substituted:
(...skipping 16 matching lines...) Expand all
123 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing it. 126 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing it.
124 127
125 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'. ''', 128 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'. ''',
126 'policies': [ 129 'policies': [
127 { 130 {
128 'name': 'HomepageLocation', 131 'name': 'HomepageLocation',
129 'type': 'string', 132 'type': 'string',
130 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 133 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
131 'features': {'dynamic_refresh': 1}, 134 'features': {'dynamic_refresh': 1},
132 'example_value': 'http://chromium.org', 135 'example_value': 'http://chromium.org',
136 'can_be_recommended': True,
133 'id': 1, 137 'id': 1,
134 'caption': '''Configure the home page URL''', 138 'caption': '''Configure the home page URL''',
135 'desc': '''Configures the default home page URL in <ph name="PRODUCT_N AME">$1<ex>Google Chrome</ex></ph> and prevents users from changing it. 139 'desc': '''Configures the default home page URL in <ph name="PRODUCT_N AME">$1<ex>Google Chrome</ex></ph> and prevents users from changing it.
136 140
137 The home page type can either be set to a URL you specify here or set to the New Tab Page. 141 The home page type can either be set to a URL you specify here or set to the New Tab Page.
138 142
139 If you select the New Tab Page, then this policy is ignored. 143 If you select the New Tab Page, then this policy is ignored.
140 144
141 If you enable this setting, users cannot change their home page URL in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, but they can still can c hoose the New Tab Page as their home page. 145 If you enable this setting, users cannot change their home page URL in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, but they can still can c hoose the New Tab Page as their home page.
142 146
143 Leaving this policy not set will allow the user to choose his home pag e on his own if HomepageIsNewTabPage is not set too.''', 147 Leaving this policy not set will allow the user to choose his home pag e on his own if HomepageIsNewTabPage is not set too.''',
144 'label': '''Home page URL''', 148 'label': '''Home page URL''',
145 }, 149 },
146 { 150 {
147 'name': 'HomepageIsNewTabPage', 151 'name': 'HomepageIsNewTabPage',
148 'type': 'main', 152 'type': 'main',
149 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 153 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
150 'features': {'dynamic_refresh': 1}, 154 'features': {'dynamic_refresh': 1},
151 'example_value': True, 155 'example_value': True,
156 'can_be_recommended': True,
152 'id': 2, 157 'id': 2,
153 'caption': '''Use New Tab Page as homepage''', 158 'caption': '''Use New Tab Page as homepage''',
154 'desc': '''Configures the type of the default home page in <ph name="P RODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing home page preferences. The home page can either be set to a URL you specify or set t o the New Tab Page. 159 'desc': '''Configures the type of the default home page in <ph name="P RODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing home page preferences. The home page can either be set to a URL you specify or set t o the New Tab Page.
155 160
156 If you enable this setting, the New Tab Page is always used for the ho me page, and the home page URL location is ignored. 161 If you enable this setting, the New Tab Page is always used for the ho me page, and the home page URL location is ignored.
157 162
158 If you disable this setting, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'. 163 If you disable this setting, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'.
159 164
160 If you enable or disable this setting, users cannot change their homep age type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 165 If you enable or disable this setting, users cannot change their homep age type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
161 166
162 Leaving this policy not set will allow the user to choose whether the new tab page is his home page on his own.''', 167 Leaving this policy not set will allow the user to choose whether the new tab page is his home page on his own.''',
163 }, 168 },
164 ], 169 ],
165 }, 170 },
166 { 171 {
167 'name': 'DefaultBrowserSettingEnabled', 172 'name': 'DefaultBrowserSettingEnabled',
168 'type': 'main', 173 'type': 'main',
169 'supported_on': ['chrome.*:11-'], 174 'supported_on': ['chrome.*:11-'],
170 'features': {'dynamic_refresh': 1}, 175 'features': {'dynamic_refresh': 1},
171 'example_value': True, 176 'example_value': True,
177 'can_be_recommended': True,
Mattias Nissler (ping if slow) 2011/12/01 10:11:35 What's the point here?
Joao da Silva 2011/12/07 10:28:41 Removed.
172 'id': 3, 178 'id': 3,
173 'caption': '''Set Chrome as Default Browser''', 179 'caption': '''Set Chrome as Default Browser''',
174 'desc': '''Configures the default browser checks in <ph name="PRODUCT_NAME ">$1<ex>Google Chrome</ex></ph> and prevents users from changing them. 180 'desc': '''Configures the default browser checks in <ph name="PRODUCT_NAME ">$1<ex>Google Chrome</ex></ph> and prevents users from changing them.
175 181
176 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will always check on startup whether it is the default browser and autom atically register itself if possible. 182 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will always check on startup whether it is the default browser and autom atically register itself if possible.
177 183
178 If this setting is disabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ ex></ph> will never check if it is the default browser and will disable user con trols for setting this option. 184 If this setting is disabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ ex></ph> will never check if it is the default browser and will disable user con trols for setting this option.
179 185
180 If this setting is not set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will allow the user to control whether it is the default browser and whe ther user notifications should be shown when it isn't.''', 186 If this setting is not set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will allow the user to control whether it is the default browser and whe ther user notifications should be shown when it isn't.''',
181 'label': '''Set Chrome as Default Browser''', 187 'label': '''Set Chrome as Default Browser''',
182 }, 188 },
183 { 189 {
184 'name': 'ApplicationLocaleValue', 190 'name': 'ApplicationLocaleValue',
pastarmovj 2011/12/01 09:43:19 I can imagine some cases where this can be useful
Joao da Silva 2011/12/07 10:28:41 I initially skipped this one because chrome_frame
185 'type': 'string', 191 'type': 'string',
186 'supported_on': ['chrome.win:8-'], 192 'supported_on': ['chrome.win:8-'],
187 'features': {'dynamic_refresh': 0}, 193 'features': {'dynamic_refresh': 0},
188 'example_value': 'en', 194 'example_value': 'en',
189 'id': 4, 195 'id': 4,
190 'caption': '''Application locale''', 196 'caption': '''Application locale''',
191 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> and prevents users from changing the locale. 197 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> and prevents users from changing the locale.
192 198
193 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> uses the specified locale. If the configured locale is not supported, 'e n-US' is used instead. 199 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> uses the specified locale. If the configured locale is not supported, 'e n-US' is used instead.
194 200
195 If this setting is disabled or not set, <ph name="PRODUCT_NAME">$1<ex>Goog le Chrome</ex></ph> uses either the user-specified preferred locale (if configur ed), the system locale or the fallback locale 'en-US'.''', 201 If this setting is disabled or not set, <ph name="PRODUCT_NAME">$1<ex>Goog le Chrome</ex></ph> uses either the user-specified preferred locale (if configur ed), the system locale or the fallback locale 'en-US'.''',
196 'label': '''Application locale''', 202 'label': '''Application locale''',
197 }, 203 },
198 { 204 {
199 'name': 'AlternateErrorPagesEnabled', 205 'name': 'AlternateErrorPagesEnabled',
200 'type': 'main', 206 'type': 'main',
201 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 207 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
202 'features': {'dynamic_refresh': 1}, 208 'features': {'dynamic_refresh': 1},
203 'example_value': True, 209 'example_value': True,
210 'can_be_recommended': True,
204 'id': 5, 211 'id': 5,
205 'caption': '''Enable alternate error pages''', 212 'caption': '''Enable alternate error pages''',
206 'desc': '''Enables the use of alternate error pages that are built into <p h name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') a nd prevents users from changing this setting. 213 'desc': '''Enables the use of alternate error pages that are built into <p h name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') a nd prevents users from changing this setting.
207 214
208 If you enable this setting, alternate error pages are used. 215 If you enable this setting, alternate error pages are used.
209 216
210 If you disable this setting, alternate error pages are never used. 217 If you disable this setting, alternate error pages are never used.
211 218
212 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 219 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
213 220
214 If this policy is left not set, this will be enabled but the user will be able to change it.''', 221 If this policy is left not set, this will be enabled but the user will be able to change it.''',
215 }, 222 },
216 { 223 {
217 'name': 'SearchSuggestEnabled', 224 'name': 'SearchSuggestEnabled',
218 'type': 'main', 225 'type': 'main',
219 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 226 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
220 'features': {'dynamic_refresh': 1}, 227 'features': {'dynamic_refresh': 1},
221 'example_value': True, 228 'example_value': True,
229 'can_be_recommended': True,
222 'id': 6, 230 'id': 6,
223 'caption': '''Enable search suggestions''', 231 'caption': '''Enable search suggestions''',
224 'desc': '''Enables search suggestions in <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph>'s Omnibox and prevents users from changing this setting. 232 'desc': '''Enables search suggestions in <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph>'s Omnibox and prevents users from changing this setting.
225 233
226 If you enable this setting, search suggestions are used. 234 If you enable this setting, search suggestions are used.
227 235
228 If you disable this setting, search suggestions are never used. 236 If you disable this setting, search suggestions are never used.
229 237
230 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 238 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
231 239
232 If this policy is left not set, this will be enabled but the user will be able to change it.''', 240 If this policy is left not set, this will be enabled but the user will be able to change it.''',
233 }, 241 },
234 { 242 {
235 'name': 'DnsPrefetchingEnabled', 243 'name': 'DnsPrefetchingEnabled',
236 'type': 'main', 244 'type': 'main',
237 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 245 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
238 'features': {'dynamic_refresh': 1}, 246 'features': {'dynamic_refresh': 1},
239 'example_value': True, 247 'example_value': True,
248 'can_be_recommended': True,
240 'id': 7, 249 'id': 7,
241 'caption': '''Enable network prediction.''', 250 'caption': '''Enable network prediction.''',
242 'desc': '''Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> and prevents users from changing this setting. 251 'desc': '''Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> and prevents users from changing this setting.
243 252
244 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 253 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
245 254
246 If this policy is left not set, this will be enabled but the user will be able to change it.''', 255 If this policy is left not set, this will be enabled but the user will be able to change it.''',
247 }, 256 },
248 { 257 {
249 'name': 'DisableSpdy', 258 'name': 'DisableSpdy',
250 'type': 'main', 259 'type': 'main',
251 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 260 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
252 'features': {'dynamic_refresh': 1}, 261 'features': {'dynamic_refresh': 1},
253 'example_value': True, 262 'example_value': True,
263 'can_be_recommended': True,
Joao da Silva 2011/12/07 10:28:41 I've removed this one, since there's no knob for t
254 'id': 8, 264 'id': 8,
255 'caption': '''Disable SPDY protocol''', 265 'caption': '''Disable SPDY protocol''',
256 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph>. 266 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph>.
257 267
258 If this policy is enabled the SPDY protocol will not be available in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 268 If this policy is enabled the SPDY protocol will not be available in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
259 269
260 Setting this policy to disabled will allow the usage of SPDY. 270 Setting this policy to disabled will allow the usage of SPDY.
261 271
262 If this policy is left not set, SPDY will be available but the user will b e able to change it.''', 272 If this policy is left not set, SPDY will be available but the user will b e able to change it.''',
263 }, 273 },
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>. 446 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 447
438 If this policy is left not set, this will be enabled but the user will be able to change it.''', 448 If this policy is left not set, this will be enabled but the user will be able to change it.''',
439 }, 449 },
440 { 450 {
441 'name': 'SafeBrowsingEnabled', 451 'name': 'SafeBrowsingEnabled',
442 'type': 'main', 452 'type': 'main',
443 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 453 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
444 'features': {'dynamic_refresh': 0}, 454 'features': {'dynamic_refresh': 0},
445 'example_value': True, 455 'example_value': True,
456 'can_be_recommended': True,
446 'id': 14, 457 'id': 14,
447 'caption': '''Enable Safe Browsing''', 458 'caption': '''Enable Safe Browsing''',
448 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Safe Browsing feature and prevents users from changing this setting. 459 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Safe Browsing feature and prevents users from changing this setting.
449 460
450 If you enable this setting, Safe Browsing is always active. 461 If you enable this setting, Safe Browsing is always active.
451 462
452 If you disable this setting, Safe Browsing is never active. 463 If you disable this setting, Safe Browsing is never active.
453 464
454 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 465 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
455 466
456 If this policy is left not set, this will be enabled but the user will be able to change it.''', 467 If this policy is left not set, this will be enabled but the user will be able to change it.''',
457 }, 468 },
458 { 469 {
459 'name': 'MetricsReportingEnabled', 470 'name': 'MetricsReportingEnabled',
460 'type': 'main', 471 'type': 'main',
461 'supported_on': ['chrome.*:8-'], 472 'supported_on': ['chrome.*:8-'],
462 'features': {'dynamic_refresh': 0}, 473 'features': {'dynamic_refresh': 0},
463 'example_value': True, 474 'example_value': True,
475 'can_be_recommended': True,
464 'id': 15, 476 'id': 15,
465 'caption': '''Enable reporting of usage and crash-related data''', 477 'caption': '''Enable reporting of usage and crash-related data''',
466 'desc': '''Enables anonymous reporting of usage and crash-related data abo ut <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting. 478 'desc': '''Enables anonymous reporting of usage and crash-related data abo ut <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting.
467 479
468 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google. 480 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.
469 481
470 If you disable this setting, anonymous reporting of usage and crash-relate d data is never sent to Google. 482 If you disable this setting, anonymous reporting of usage and crash-relate d data is never sent to Google.
471 483
472 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 484 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
473 485
474 If this policy is left not set the setting will be what the user chose upo n installation / first run.''', 486 If this policy is left not set the setting will be what the user chose upo n installation / first run.''',
475 }, 487 },
476 { 488 {
477 'name': 'PasswordManager', 489 'name': 'PasswordManager',
478 'type': 'group', 490 'type': 'group',
479 'caption': '''Password manager''', 491 'caption': '''Password manager''',
480 'desc': '''Configures the password manager. If the password manager is ena bled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''', 492 'desc': '''Configures the password manager. If the password manager is ena bled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''',
481 'policies': [ 493 'policies': [
482 { 494 {
483 'name': 'PasswordManagerEnabled', 495 'name': 'PasswordManagerEnabled',
484 'type': 'main', 496 'type': 'main',
485 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 497 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
486 'features': {'dynamic_refresh': 1}, 498 'features': {'dynamic_refresh': 1},
487 'example_value': True, 499 'example_value': True,
500 'can_be_recommended': True,
488 'id': 16, 501 'id': 16,
489 'caption': '''Enable the password manager''', 502 'caption': '''Enable the password manager''',
490 'desc': '''Enables saving passwords and using saved passwords in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 503 'desc': '''Enables saving passwords and using saved passwords in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
491 504
492 If you enable this setting, users can have <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> memorize passwords and provide them automatically the next time they log in to a site. 505 If you enable this setting, users can have <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> memorize passwords and provide them automatically the next time they log in to a site.
493 506
494 If you disable this setting, users are not able to save passwords or u se already saved passwords. 507 If you disable this setting, users are not able to save passwords or u se already saved passwords.
495 508
496 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 509 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
497 510
498 If this policy is left not set, this will be enabled but the user will be able to change it.''', 511 If this policy is left not set, this will be enabled but the user will be able to change it.''',
499 }, 512 },
500 { 513 {
501 'name': 'PasswordManagerAllowShowPasswords', 514 'name': 'PasswordManagerAllowShowPasswords',
502 'type': 'main', 515 'type': 'main',
503 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 516 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
504 'features': {'dynamic_refresh': 1}, 517 'features': {'dynamic_refresh': 1},
505 'example_value': False, 518 'example_value': False,
519 'can_be_recommended': True,
Mattias Nissler (ping if slow) 2011/12/01 10:11:35 I don't think this makes sense, since the user doe
Joao da Silva 2011/12/07 10:28:41 Right, removed.
506 'id': 17, 520 'id': 17,
507 'caption': '''Allow users to show passwords in Password Manager''', 521 'caption': '''Allow users to show passwords in Password Manager''',
508 'desc': '''Controls whether the user may show passwords in clear text in the password manager. 522 'desc': '''Controls whether the user may show passwords in clear text in the password manager.
509 523
510 If you disable this setting, the password manager does not allow showi ng stored passwords in clear text in the password manager window. 524 If you disable this setting, the password manager does not allow showi ng stored passwords in clear text in the password manager window.
511 525
512 If you enable or do not set this policy, users can view their password s in clear text in the password manager.''', 526 If you enable or do not set this policy, users can view their password s in clear text in the password manager.''',
513 }, 527 },
514 ], 528 ],
515 }, 529 },
516 { 530 {
517 'name': 'AutoFillEnabled', 531 'name': 'AutoFillEnabled',
518 'type': 'main', 532 'type': 'main',
519 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 533 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
520 'features': {'dynamic_refresh': 1}, 534 'features': {'dynamic_refresh': 1},
521 'example_value': False, 535 'example_value': False,
536 'can_be_recommended': True,
522 'id': 18, 537 'id': 18,
523 'caption': '''Enable AutoFill''', 538 'caption': '''Enable AutoFill''',
524 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s AutoFill feature and allows users to auto complete web forms using previously s tored information such as address or credit card information. 539 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s AutoFill feature and allows users to auto complete web forms using previously s tored information such as address or credit card information.
525 540
526 If you disable this setting, AutoFill will be inaccessible to users. 541 If you disable this setting, AutoFill will be inaccessible to users.
527 542
528 If you enable this setting or do not set a value, AutoFill will remain und er the control of the user. This will allow them to configure AutoFill profiles and to switch AutoFill on or off at their own discretion.''', 543 If you enable this setting or do not set a value, AutoFill will remain und er the control of the user. This will allow them to configure AutoFill profiles and to switch AutoFill on or off at their own discretion.''',
529 }, 544 },
530 { 545 {
531 'name': 'DisabledPlugins', 546 'name': 'DisabledPlugins',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 689
675 If this policy is not set the default size will be used and the user will be able to override it with the --media-cache-size flag.''', 690 If this policy is not set the default size will be used and the user will be able to override it with the --media-cache-size flag.''',
676 'label': '''Set media disk cache size''', 691 'label': '''Set media disk cache size''',
677 }, 692 },
678 { 693 {
679 'name': 'DownloadDirectory', 694 'name': 'DownloadDirectory',
680 'type': 'string', 695 'type': 'string',
681 'supported_on': ['chrome.*:11-'], 696 'supported_on': ['chrome.*:11-'],
682 'features': {'dynamic_refresh': 1}, 697 'features': {'dynamic_refresh': 1},
683 'example_value': '/home/${user_name}/Downloads', 698 'example_value': '/home/${user_name}/Downloads',
699 'can_be_recommended': True,
684 'id': 64, 700 'id': 64,
685 'caption': '''Set download directory''', 701 'caption': '''Set download directory''',
686 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files. 702 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files.
687 703
688 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ ph> will use the provided directory regardless whether the user has specified on e or enabled the flag to be prompted for download location every time. 704 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ ph> will use the provided directory regardless whether the user has specified on e or enabled the flag to be prompted for download location every time.
689 705
690 If this policy is left not set the default download directory will be used and the user will be able to change it.''', 706 If this policy is left not set the default download directory will be used and the user will be able to change it.''',
691 'label': '''Set download directory''', 707 'label': '''Set download directory''',
692 }, 708 },
693 { 709 {
694 'name': 'ClearSiteDataOnExit', 710 'name': 'ClearSiteDataOnExit',
695 'type': 'main', 711 'type': 'main',
696 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 712 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
697 'features': {'dynamic_refresh': 1}, 713 'features': {'dynamic_refresh': 1},
698 'example_value': True, 714 'example_value': True,
715 'can_be_recommended': True,
699 'id': 65, 716 'id': 65,
700 'caption': '''Clear site data on browser shutdown''', 717 'caption': '''Clear site data on browser shutdown''',
701 'desc': '''This policy is an override for the "Clear cookies and other sit e data when I close my browser" content settings option. 718 'desc': '''This policy is an override for the "Clear cookies and other sit e data when I close my browser" content settings option.
702 719
703 When set to enabled <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will delete all locally stored data from the browser when it is shut down. 720 When set to enabled <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will delete all locally stored data from the browser when it is shut down.
704 721
705 If set to disabled site data will not be cleared on exit. 722 If set to disabled site data will not be cleared on exit.
706 723
707 If this policy is left not set <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> will use the default which is to preserve site data on shut down and the user will be able to change this.''', 724 If this policy is left not set <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> will use the default which is to preserve site data on shut down and the user will be able to change this.''',
708 'label': '''Clear site data on browser shutdown''', 725 'label': '''Clear site data on browser shutdown''',
709 }, 726 },
710 { 727 {
711 'name': 'Proxy', 728 'name': 'Proxy',
pastarmovj 2011/12/01 09:43:19 Why don't we make proxy settings recommended too?
Mattias Nissler (ping if slow) 2011/12/01 10:11:35 Doesn't make sense on desktop platforms, since sys
712 'type': 'group', 729 'type': 'group',
713 'caption': '''Proxy server''', 730 'caption': '''Proxy server''',
714 'desc': '''Allows you to specify the proxy server used by <ph name="PRODUC T_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy set tings. 731 'desc': '''Allows you to specify the proxy server used by <ph name="PRODUC T_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy set tings.
715 732
716 If you choose to never use a proxy server and always connect directly, all other options are ignored. 733 If you choose to never use a proxy server and always connect directly, all other options are ignored.
717 734
718 If you choose to auto detect the proxy server, all other options are ignor ed. 735 If you choose to auto detect the proxy server, all other options are ignor ed.
719 736
720 For detailed examples, visit: 737 For detailed examples, visit:
721 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-docume nts/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.chrom ium.org/developers/design-documents/network-settings#TOC-Command-line-options-fo r-proxy-sett</ex></ph> 738 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-docume nts/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.chrom ium.org/developers/design-documents/network-settings#TOC-Command-line-options-fo r-proxy-sett</ex></ph>
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 'label': '''Extension IDs and update URLs to be silently installed''', 1051 'label': '''Extension IDs and update URLs to be silently installed''',
1035 }, 1052 },
1036 ], 1053 ],
1037 }, 1054 },
1038 { 1055 {
1039 'name': 'ShowHomeButton', 1056 'name': 'ShowHomeButton',
1040 'type': 'main', 1057 'type': 'main',
1041 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 1058 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
1042 'features': {'dynamic_refresh': 1}, 1059 'features': {'dynamic_refresh': 1},
1043 'example_value': True, 1060 'example_value': True,
1061 'can_be_recommended': True,
1044 'id': 35, 1062 'id': 35,
1045 'caption': '''Show Home button on toolbar''', 1063 'caption': '''Show Home button on toolbar''',
1046 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C hrome</ex></ph>'s toolbar. 1064 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C hrome</ex></ph>'s toolbar.
1047 1065
1048 If you enable this setting, the Home button is always shown. 1066 If you enable this setting, the Home button is always shown.
1049 1067
1050 If you disable this setting, the Home button is never shown. 1068 If you disable this setting, the Home button is never shown.
1051 1069
1052 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 1070 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1053 1071
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 }, 1109 },
1092 { 1110 {
1093 'name': 'RestoreOnStartupIsURLs', 1111 'name': 'RestoreOnStartupIsURLs',
1094 'value': 4, 1112 'value': 4,
1095 'caption': '''Open a list of URLs''' 1113 'caption': '''Open a list of URLs'''
1096 }, 1114 },
1097 ], 1115 ],
1098 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 1116 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
1099 'features': {'dynamic_refresh': 1}, 1117 'features': {'dynamic_refresh': 1},
1100 'example_value': 4, 1118 'example_value': 4,
1119 'can_be_recommended': True,
1101 'id': 37, 1120 'id': 37,
1102 'caption': '''Action on startup''', 1121 'caption': '''Action on startup''',
1103 'desc': '''Allows you to specify the behavior on startup. 1122 'desc': '''Allows you to specify the behavior on startup.
1104 1123
1105 If you choose 'Open home page' the home page will always be opened whe n you start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 1124 If you choose 'Open home page' the home page will always be opened whe n you start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1106 1125
1107 If you choose 'Reopen the URLs that were open last', the URLs that wer e open last time <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was close d will be reopened. 1126 If you choose 'Reopen the URLs that were open last', the URLs that wer e open last time <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was close d will be reopened.
1108 1127
1109 If you choose 'Open a list of URLs', the list of 'URLs to open on star tup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>. 1128 If you choose 'Open a list of URLs', the list of 'URLs to open on star tup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>.
1110 1129
1111 If you enable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 1130 If you enable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1112 1131
1113 Disabling this setting is equvalent to leaving it not configured. The user will still be able to change it in <ph name="PRODUCT_NAME">$1<ex>Google Chr ome</ex></ph>.''', 1132 Disabling this setting is equvalent to leaving it not configured. The user will still be able to change it in <ph name="PRODUCT_NAME">$1<ex>Google Chr ome</ex></ph>.''',
1114 }, 1133 },
1115 { 1134 {
1116 'name': 'RestoreOnStartupURLs', 1135 'name': 'RestoreOnStartupURLs',
1117 'type': 'list', 1136 'type': 'list',
1118 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 1137 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
1119 'features': {'dynamic_refresh': 1}, 1138 'features': {'dynamic_refresh': 1},
1120 'example_value': ['http://example.com', 'http://chromium.org'], 1139 'example_value': ['http://example.com', 'http://chromium.org'],
1140 'can_be_recommended': True,
Joao da Silva 2011/12/07 10:28:41 This has the same effect as the mandatory policy,
1121 'id': 38, 1141 'id': 38,
1122 'caption': '''URLs to open on startup''', 1142 'caption': '''URLs to open on startup''',
1123 'desc': '''If 'Open a list of URLs' is selected as the startup action, this allows you to specify the list of URLs that are opened. If left not set no URL will be opened on start up. 1143 'desc': '''If 'Open a list of URLs' is selected as the startup action, this allows you to specify the list of URLs that are opened. If left not set no URL will be opened on start up.
1124 1144
1125 This policy only works if the 'RestoreOnStartup' policy is set to 'Res toreOnStartupIsURLs'.''', 1145 This policy only works if the 'RestoreOnStartup' policy is set to 'Res toreOnStartupIsURLs'.''',
1126 }, 1146 },
1127 ], 1147 ],
1128 }, 1148 },
1129 { 1149 {
1130 'name': 'BlockThirdPartyCookies', 1150 'name': 'BlockThirdPartyCookies',
1131 'type': 'main', 1151 'type': 'main',
1132 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 1152 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'],
1133 'features': {'dynamic_refresh': 1}, 1153 'features': {'dynamic_refresh': 1},
1134 'example_value': False, 1154 'example_value': False,
1155 'can_be_recommended': True,
1135 'id': 39, 1156 'id': 39,
1136 'caption': '''Block third party cookies''', 1157 'caption': '''Block third party cookies''',
1137 'desc': '''Blocks third party cookies. 1158 'desc': '''Blocks third party cookies.
1138 1159
1139 Enabling this setting prevents cookies from being set by web page elements that are not from the domain that is in the browser's address bar. 1160 Enabling this setting prevents cookies from being set by web page elements that are not from the domain that is in the browser's address bar.
1140 1161
1141 Disabling this setting allows cookies to be set by web page elements that are not from the domain that is in the browser's address bar and prevents users from changing this setting. 1162 Disabling this setting allows cookies to be set by web page elements that are not from the domain that is in the browser's address bar and prevents users from changing this setting.
1142 1163
1143 If this policy is left not set, third party cookies will be enabled but th e user will be able to change that.''', 1164 If this policy is left not set, third party cookies will be enabled but th e user will be able to change that.''',
1144 }, 1165 },
(...skipping 22 matching lines...) Expand all
1167 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 1188 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1168 1189
1169 If this policy is left not set, the default search provider is enabled , and the user will be able to set the search provider list.''', 1190 If this policy is left not set, the default search provider is enabled , and the user will be able to set the search provider list.''',
1170 }, 1191 },
1171 { 1192 {
1172 'name': 'DefaultSearchProviderName', 1193 'name': 'DefaultSearchProviderName',
1173 'type': 'string', 1194 'type': 'string',
1174 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 1195 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
1175 'features': {'dynamic_refresh': 1}, 1196 'features': {'dynamic_refresh': 1},
1176 'example_value': 'My Intranet Search', 1197 'example_value': 'My Intranet Search',
1198 'can_be_recommended': True,
Joao da Silva 2011/12/07 10:28:41 These turned out not to work as recommended polici
1177 'id': 41, 1199 'id': 41,
1178 'caption': '''Default search provider name''', 1200 'caption': '''Default search provider name''',
1179 'desc': '''Specifies the name of the default search provider. If left empty or not set, the host name specified by the search URL will be used. 1201 'desc': '''Specifies the name of the default search provider. If left empty or not set, the host name specified by the search URL will be used.
1180 1202
1181 This policy is only considered if the 'DefaultSearchProviderEnabled' p olicy is enabled.''', 1203 This policy is only considered if the 'DefaultSearchProviderEnabled' p olicy is enabled.''',
1182 }, 1204 },
1183 { 1205 {
1184 'name': 'DefaultSearchProviderKeyword', 1206 'name': 'DefaultSearchProviderKeyword',
1185 'type': 'string', 1207 'type': 'string',
1186 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 1208 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
1187 'features': {'dynamic_refresh': 1}, 1209 'features': {'dynamic_refresh': 1},
1188 'example_value': 'mis', 1210 'example_value': 'mis',
1211 'can_be_recommended': True,
1189 'id': 42, 1212 'id': 42,
1190 'caption': '''Default search provider keyword''', 1213 'caption': '''Default search provider keyword''',
1191 'desc': '''Specifies the keyword, which is the shortcut used in the om nibox to trigger the search for this provider. 1214 'desc': '''Specifies the keyword, which is the shortcut used in the om nibox to trigger the search for this provider.
1192 1215
1193 This policy is optional. If not set, no keyword will activate the sear ch provider. 1216 This policy is optional. If not set, no keyword will activate the sear ch provider.
1194 1217
1195 This policy is only considered if the 'DefaultSearchProviderEnabled' p olicy is enabled.''', 1218 This policy is only considered if the 'DefaultSearchProviderEnabled' p olicy is enabled.''',
1196 }, 1219 },
1197 { 1220 {
1198 'name': 'DefaultSearchProviderSearchURL', 1221 'name': 'DefaultSearchProviderSearchURL',
1199 'type': 'string', 1222 'type': 'string',
1200 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 1223 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
1201 'features': {'dynamic_refresh': 1}, 1224 'features': {'dynamic_refresh': 1},
1202 'example_value': 'http://search.my.company/search?q={searchTerms}', 1225 'example_value': 'http://search.my.company/search?q={searchTerms}',
1226 'can_be_recommended': True,
1203 'id': 43, 1227 'id': 43,
1204 'caption': '''Default search provider search URL''', 1228 'caption': '''Default search provider search URL''',
1205 'desc': '''Specifies the URL of the search engine used when doing a de fault search. The URL should contain the string '<ph name="SEARCH_TERM_MARKER">{ searchTerms}</ph>', which will be replaced at query time by the terms the user i s searching for. 1229 'desc': '''Specifies the URL of the search engine used when doing a de fault search. The URL should contain the string '<ph name="SEARCH_TERM_MARKER">{ searchTerms}</ph>', which will be replaced at query time by the terms the user i s searching for.
1206 1230
1207 This option must be set when the 'DefaultSearchProviderEnabled' policy is enabled and will only be respected if this is the case.''', 1231 This option must be set when the 'DefaultSearchProviderEnabled' policy is enabled and will only be respected if this is the case.''',
1208 }, 1232 },
1209 { 1233 {
1210 'name': 'DefaultSearchProviderSuggestURL', 1234 'name': 'DefaultSearchProviderSuggestURL',
1211 'type': 'string', 1235 'type': 'string',
1212 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 1236 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
1213 'features': {'dynamic_refresh': 1}, 1237 'features': {'dynamic_refresh': 1},
1214 'example_value': 'http://search.my.company/suggest?q={searchTerms}', 1238 'example_value': 'http://search.my.company/suggest?q={searchTerms}',
1239 'can_be_recommended': True,
1215 'id': 44, 1240 'id': 44,
1216 'caption': '''Default search provider suggest URL''', 1241 'caption': '''Default search provider suggest URL''',
1217 'desc': '''Specifies the URL of the search engine used to provide sear ch suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER" >{searchTerms}</ph>', which will be replaced at query time by the text the user has entered so far. 1242 'desc': '''Specifies the URL of the search engine used to provide sear ch suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER" >{searchTerms}</ph>', which will be replaced at query time by the text the user has entered so far.
1218 1243
1219 This policy is optional. If not set, no suggest URL will be used. 1244 This policy is optional. If not set, no suggest URL will be used.
1220 1245
1221 This policy is only respected if the 'DefaultSearchProviderEnabled' po licy is enabled.''', 1246 This policy is only respected if the 'DefaultSearchProviderEnabled' po licy is enabled.''',
1222 }, 1247 },
1223 { 1248 {
1224 'name': 'DefaultSearchProviderInstantURL', 1249 'name': 'DefaultSearchProviderInstantURL',
1225 'type': 'string', 1250 'type': 'string',
1226 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 1251 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'],
1227 'features': {'dynamic_refresh': 1}, 1252 'features': {'dynamic_refresh': 1},
1228 'example_value': 'http://search.my.company/suggest?q={searchTerms}', 1253 'example_value': 'http://search.my.company/suggest?q={searchTerms}',
1254 'can_be_recommended': True,
1229 'id': 45, 1255 'id': 45,
1230 'caption': '''Default search provider instant URL''', 1256 'caption': '''Default search provider instant URL''',
1231 'desc': '''Specifies the URL of the search engine used to provide inst ant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{s earchTerms}'</ph>, which will be replaced at query time by the text the user has entered so far. 1257 'desc': '''Specifies the URL of the search engine used to provide inst ant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{s earchTerms}'</ph>, which will be replaced at query time by the text the user has entered so far.
1232 1258
1233 This policy is optional. If not set, no instant search results will be provided. 1259 This policy is optional. If not set, no instant search results will be provided.
1234 1260
1235 This policy is only respected if the 'DefaultSearchProviderEnabled' po licy is enabled.''', 1261 This policy is only respected if the 'DefaultSearchProviderEnabled' po licy is enabled.''',
1236 }, 1262 },
1237 { 1263 {
1238 'name': 'DefaultSearchProviderIconURL', 1264 'name': 'DefaultSearchProviderIconURL',
1239 'type': 'string', 1265 'type': 'string',
1240 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 1266 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
1241 'features': {'dynamic_refresh': 1}, 1267 'features': {'dynamic_refresh': 1},
1242 'example_value': 'http://search.my.company/favicon.ico', 1268 'example_value': 'http://search.my.company/favicon.ico',
1269 'can_be_recommended': True,
1243 'id': 46, 1270 'id': 46,
1244 'caption': '''Default search provider icon''', 1271 'caption': '''Default search provider icon''',
1245 'desc': '''Specifies the favorite icon URL of the default search provi der. 1272 'desc': '''Specifies the favorite icon URL of the default search provi der.
1246 1273
1247 This policy is optional. If not set, no icon will be present for the s earch provider. 1274 This policy is optional. If not set, no icon will be present for the s earch provider.
1248 1275
1249 This policy is only respected if the 'DefaultSearchProviderEnabled' po licy is enabled.''', 1276 This policy is only respected if the 'DefaultSearchProviderEnabled' po licy is enabled.''',
1250 }, 1277 },
1251 { 1278 {
1252 'name': 'DefaultSearchProviderEncodings', 1279 'name': 'DefaultSearchProviderEncodings',
1253 'type': 'list', 1280 'type': 'list',
1254 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 1281 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
1255 'features': {'dynamic_refresh': 1}, 1282 'features': {'dynamic_refresh': 1},
1256 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'], 1283 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'],
1284 'can_be_recommended': True,
1257 'id': 47, 1285 'id': 47,
1258 'caption': '''Default search provider encodings''', 1286 'caption': '''Default search provider encodings''',
1259 'desc': '''Specifies the character encodings supported by the search p rovider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They are tried in the order provided. 1287 'desc': '''Specifies the character encodings supported by the search p rovider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They are tried in the order provided.
1260 1288
1261 This policy is optional. If not set, the default will be used which is UTF-8. 1289 This policy is optional. If not set, the default will be used which is UTF-8.
1262 1290
1263 This policy is only respected if the 'DefaultSearchProviderEnabled' po licy is enabled.''', 1291 This policy is only respected if the 'DefaultSearchProviderEnabled' po licy is enabled.''',
1264 }, 1292 },
1265 ], 1293 ],
1266 }, 1294 },
(...skipping 14 matching lines...) Expand all
1281 }, 1309 },
1282 { 1310 {
1283 'name': 'BlockCookies', 1311 'name': 'BlockCookies',
1284 'value': 2, 1312 'value': 2,
1285 'caption': '''Do not allow any site to set local data''' 1313 'caption': '''Do not allow any site to set local data'''
1286 }, 1314 },
1287 ], 1315 ],
1288 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 1316 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'],
1289 'features': {'dynamic_refresh': 1}, 1317 'features': {'dynamic_refresh': 1},
1290 'example_value': 1, 1318 'example_value': 1,
1319 'can_be_recommended': True,
Mattias Nissler (ping if slow) 2011/12/01 10:11:35 Not sure whether this would actually do the right
Joao da Silva 2011/12/07 10:28:41 It DCHECKs on debug and is ignored on release. Rem
1291 'id': 48, 1320 'id': 48,
1292 'caption': '''Default cookies setting''', 1321 'caption': '''Default cookies setting''',
1293 'desc': '''Allows you to set whether websites are allowed to set local data. Setting local data can be either allowed for all websites or denied for a ll websites. 1322 'desc': '''Allows you to set whether websites are allowed to set local data. Setting local data can be either allowed for all websites or denied for a ll websites.
1294 1323
1295 If this policy is left not set, 'AllowCookies' will be used and the us er will be able to change it.''', 1324 If this policy is left not set, 'AllowCookies' will be used and the us er will be able to change it.''',
1296 }, 1325 },
1297 { 1326 {
1298 'name': 'DefaultImagesSetting', 1327 'name': 'DefaultImagesSetting',
1299 'type': 'int-enum', 1328 'type': 'int-enum',
1300 'items': [ 1329 'items': [
1301 { 1330 {
1302 'name': 'AllowImages', 1331 'name': 'AllowImages',
1303 'value': 1, 1332 'value': 1,
1304 'caption': '''Allow all sites to show all images''' 1333 'caption': '''Allow all sites to show all images'''
1305 }, 1334 },
1306 { 1335 {
1307 'name': 'BlockImages', 1336 'name': 'BlockImages',
1308 'value': 2, 1337 'value': 2,
1309 'caption': '''Do not allow any site to show images''' 1338 'caption': '''Do not allow any site to show images'''
1310 }, 1339 },
1311 ], 1340 ],
1312 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 1341 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'],
1313 'features': {'dynamic_refresh': 1}, 1342 'features': {'dynamic_refresh': 1},
1314 'example_value': 1, 1343 'example_value': 1,
1344 'can_be_recommended': True,
1315 'id': 49, 1345 'id': 49,
1316 'caption': '''Default images setting''', 1346 'caption': '''Default images setting''',
1317 'desc': '''Allows you to set whether websites are allowed to display i mages. Displaying images can be either allowed for all websites or denied for al l websites. 1347 'desc': '''Allows you to set whether websites are allowed to display i mages. Displaying images can be either allowed for all websites or denied for al l websites.
1318 1348
1319 If this policy is left not set, 'AllowImages' will be used and the use r will be able to change it.''', 1349 If this policy is left not set, 'AllowImages' will be used and the use r will be able to change it.''',
1320 }, 1350 },
1321 { 1351 {
1322 'name': 'DefaultJavaScriptSetting', 1352 'name': 'DefaultJavaScriptSetting',
1323 'type': 'int-enum', 1353 'type': 'int-enum',
1324 'items': [ 1354 'items': [
1325 { 1355 {
1326 'name': 'AllowJavaScript', 1356 'name': 'AllowJavaScript',
1327 'value': 1, 1357 'value': 1,
1328 'caption': '''Allow all sites to run JavaScript''' 1358 'caption': '''Allow all sites to run JavaScript'''
1329 }, 1359 },
1330 { 1360 {
1331 'name': 'BlockJavaScript', 1361 'name': 'BlockJavaScript',
1332 'value': 2, 1362 'value': 2,
1333 'caption': '''Do not allow any site to run JavaScript''' 1363 'caption': '''Do not allow any site to run JavaScript'''
1334 }, 1364 },
1335 ], 1365 ],
1336 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 1366 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'],
1337 'features': {'dynamic_refresh': 1}, 1367 'features': {'dynamic_refresh': 1},
1338 'example_value': 1, 1368 'example_value': 1,
1369 'can_be_recommended': True,
1339 'id': 50, 1370 'id': 50,
1340 'caption': '''Default JavaScript setting''', 1371 'caption': '''Default JavaScript setting''',
1341 'desc': '''Allows you to set whether websites are allowed to run JavaS cript. Running JavaScript can be either allowed for all websites or denied for a ll websites. 1372 'desc': '''Allows you to set whether websites are allowed to run JavaS cript. Running JavaScript can be either allowed for all websites or denied for a ll websites.
1342 1373
1343 If this policy is left not set, 'AllowJavaScript' will be used and the user will be able to change it.''', 1374 If this policy is left not set, 'AllowJavaScript' will be used and the user will be able to change it.''',
1344 }, 1375 },
1345 { 1376 {
1346 'name': 'DefaultPluginsSetting', 1377 'name': 'DefaultPluginsSetting',
1347 'type': 'int-enum', 1378 'type': 'int-enum',
1348 'items': [ 1379 'items': [
1349 { 1380 {
1350 'name': 'AllowPlugins', 1381 'name': 'AllowPlugins',
1351 'value': 1, 1382 'value': 1,
1352 'caption': '''Allow all sites to automatically run plugins''' 1383 'caption': '''Allow all sites to automatically run plugins'''
1353 }, 1384 },
1354 { 1385 {
1355 'name': 'BlockPlugins', 1386 'name': 'BlockPlugins',
1356 'value': 2, 1387 'value': 2,
1357 'caption': '''Block all plugins''' 1388 'caption': '''Block all plugins'''
1358 }, 1389 },
1359 ], 1390 ],
1360 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 1391 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'],
1361 'features': {'dynamic_refresh': 1}, 1392 'features': {'dynamic_refresh': 1},
1362 'example_value': 1, 1393 'example_value': 1,
1394 'can_be_recommended': True,
1363 'id': 51, 1395 'id': 51,
1364 'caption': '''Default plugins setting''', 1396 'caption': '''Default plugins setting''',
1365 'desc': '''Allows you to set whether websites are allowed to automatic ally run plugins. Automatically running plugins can be either allowed for all we bsites or denied for all websites. 1397 'desc': '''Allows you to set whether websites are allowed to automatic ally run plugins. Automatically running plugins can be either allowed for all we bsites or denied for all websites.
1366 1398
1367 If this policy is left not set, 'AllowPlugins' will be used and the us er will be able to change it.''', 1399 If this policy is left not set, 'AllowPlugins' will be used and the us er will be able to change it.''',
1368 }, 1400 },
1369 { 1401 {
1370 'name': 'DefaultPopupsSetting', 1402 'name': 'DefaultPopupsSetting',
1371 'type': 'int-enum', 1403 'type': 'int-enum',
1372 'items': [ 1404 'items': [
1373 { 1405 {
1374 'name': 'AllowPopups', 1406 'name': 'AllowPopups',
1375 'value': 1, 1407 'value': 1,
1376 'caption': '''Allow all sites to show pop-ups''' 1408 'caption': '''Allow all sites to show pop-ups'''
1377 }, 1409 },
1378 { 1410 {
1379 'name': 'BlockPopups', 1411 'name': 'BlockPopups',
1380 'value': 2, 1412 'value': 2,
1381 'caption': '''Do not allow any site to show popups''' 1413 'caption': '''Do not allow any site to show popups'''
1382 }, 1414 },
1383 ], 1415 ],
1384 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 1416 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'],
1385 'features': {'dynamic_refresh': 1}, 1417 'features': {'dynamic_refresh': 1},
1386 'example_value': 1, 1418 'example_value': 1,
1419 'can_be_recommended': True,
1387 'id': 52, 1420 'id': 52,
1388 'caption': '''Default popups setting''', 1421 'caption': '''Default popups setting''',
1389 'desc': '''Allows you to set whether websites are allowed to show pop- ups. Showing popups can be either allowed for all websites or denied for all web sites. 1422 'desc': '''Allows you to set whether websites are allowed to show pop- ups. Showing popups can be either allowed for all websites or denied for all web sites.
1390 1423
1391 If this policy is left not set, 'BlockPopups' will be used and the use r will be able to change it.''', 1424 If this policy is left not set, 'BlockPopups' will be used and the use r will be able to change it.''',
1392 }, 1425 },
1393 { 1426 {
1394 'name': 'DefaultNotificationsSetting', 1427 'name': 'DefaultNotificationsSetting',
1395 'type': 'int-enum', 1428 'type': 'int-enum',
1396 'items': [ 1429 'items': [
1397 { 1430 {
1398 'name': 'AllowNotifications', 1431 'name': 'AllowNotifications',
1399 'value': 1, 1432 'value': 1,
1400 'caption': '''Allow sites to show desktop notifications''' 1433 'caption': '''Allow sites to show desktop notifications'''
1401 }, 1434 },
1402 { 1435 {
1403 'name': 'BlockNotifications', 1436 'name': 'BlockNotifications',
1404 'value': 2, 1437 'value': 2,
1405 'caption': '''Do not allow any site to show desktop notifications' '' 1438 'caption': '''Do not allow any site to show desktop notifications' ''
1406 }, 1439 },
1407 { 1440 {
1408 'name': 'AskNotifications', 1441 'name': 'AskNotifications',
1409 'value': 3, 1442 'value': 3,
1410 'caption': '''Ask every time a site wants to show desktop notifica tions''' 1443 'caption': '''Ask every time a site wants to show desktop notifica tions'''
1411 }, 1444 },
1412 ], 1445 ],
1413 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 1446 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'],
1414 'features': {'dynamic_refresh': 1}, 1447 'features': {'dynamic_refresh': 1},
1415 'example_value': 2, 1448 'example_value': 2,
1449 'can_be_recommended': True,
1416 'id': 53, 1450 'id': 53,
1417 'caption': '''Default notification setting''', 1451 'caption': '''Default notification setting''',
1418 'desc': '''Allows you to set whether websites are allowed to display d esktop notifications. Displaying desktop notifications can be allowed by default , denied by default or the user can be asked every time a website wants to show desktop notifications. 1452 'desc': '''Allows you to set whether websites are allowed to display d esktop notifications. Displaying desktop notifications can be allowed by default , denied by default or the user can be asked every time a website wants to show desktop notifications.
1419 1453
1420 If this policy is left not set, 'AskNotifications' will be used and th e user will be able to change it.''', 1454 If this policy is left not set, 'AskNotifications' will be used and th e user will be able to change it.''',
1421 }, 1455 },
1422 { 1456 {
1423 'name': 'DefaultGeolocationSetting', 1457 'name': 'DefaultGeolocationSetting',
1424 'type': 'int-enum', 1458 'type': 'int-enum',
1425 'items': [ 1459 'items': [
1426 { 1460 {
1427 'name': 'AllowGeolocation', 1461 'name': 'AllowGeolocation',
1428 'value': 1, 1462 'value': 1,
1429 'caption': '''Allow sites to track the users' physical location''' 1463 'caption': '''Allow sites to track the users' physical location'''
1430 }, 1464 },
1431 { 1465 {
1432 'name': 'BlockGeolocation', 1466 'name': 'BlockGeolocation',
1433 'value': 2, 1467 'value': 2,
1434 'caption': '''Do not allow any site to track the users' physical l ocation''' 1468 'caption': '''Do not allow any site to track the users' physical l ocation'''
1435 }, 1469 },
1436 { 1470 {
1437 'name': 'AskGeolocation', 1471 'name': 'AskGeolocation',
1438 'value': 3, 1472 'value': 3,
1439 'caption': '''Ask whenever a site wants to track the users' physic al location''' 1473 'caption': '''Ask whenever a site wants to track the users' physic al location'''
1440 }, 1474 },
1441 ], 1475 ],
1442 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 1476 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'],
1443 'features': {'dynamic_refresh': 1}, 1477 'features': {'dynamic_refresh': 1},
1444 'example_value': 0, 1478 'example_value': 0,
1479 'can_be_recommended': True,
1445 'id': 54, 1480 'id': 54,
1446 'caption': '''Default geolocation setting''', 1481 'caption': '''Default geolocation setting''',
1447 'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked every time a website requ ests the physical location. 1482 'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked every time a website requ ests the physical location.
1448 1483
1449 If this policy is left not set, 'AskGeolocation' will be used and the user will be able to change it.''', 1484 If this policy is left not set, 'AskGeolocation' will be used and the user will be able to change it.''',
1450 }, 1485 },
1451 { 1486 {
1452 'name': 'AutoSelectCertificateForUrls', 1487 'name': 'AutoSelectCertificateForUrls',
1453 'type': 'list', 1488 'type': 'list',
1454 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], 1489 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'],
1455 'features': {'dynamic_refresh': 1}, 1490 'features': {'dynamic_refresh': 1},
1456 'example_value': ["{\\\"pattern\\\":\\\"https://www.example.com\\\",\\ \"filter\\\":{\\\"ISSUER\\\":{\\\"CN\\\":\\\"certificate issuer name\\\"}}}"], 1491 'example_value': ["{\\\"pattern\\\":\\\"https://www.example.com\\\",\\ \"filter\\\":{\\\"ISSUER\\\":{\\\"CN\\\":\\\"certificate issuer name\\\"}}}"],
1457 'id': 102, 1492 'id': 102,
1458 'caption': '''Automatically select client certificates for these sites ''', 1493 'caption': '''Automatically select client certificates for these sites ''',
1459 'desc': '''Allows you to specify a list of url patterns that specify s ites for which <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> should auto matically select a client certificates, if the site requests a certificate. 1494 'desc': '''Allows you to specify a list of url patterns that specify s ites for which <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> should auto matically select a client certificates, if the site requests a certificate.
1460 1495
1461 If this policy is left not set no auto-selection will be done for any site.''', 1496 If this policy is left not set no auto-selection will be done for any site.''',
1462 }, 1497 },
1463 { 1498 {
1464 'name': 'CookiesAllowedForUrls', 1499 'name': 'CookiesAllowedForUrls',
1465 'type': 'list', 1500 'type': 'list',
1466 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1501 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1467 'features': {'dynamic_refresh': 1}, 1502 'features': {'dynamic_refresh': 1},
1468 'example_value': ['http://www.example.com', '[*.]example.edu'], 1503 'example_value': ['http://www.example.com', '[*.]example.edu'],
1504 'can_be_recommended': True,
1469 'id': 77, 1505 'id': 77,
1470 'caption': '''Allow cookies on these sites''', 1506 'caption': '''Allow cookies on these sites''',
1471 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to set cookies. 1507 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to set cookies.
1472 1508
1473 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.''', 1509 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.''',
1474 }, 1510 },
1475 { 1511 {
1476 'name': 'CookiesBlockedForUrls', 1512 'name': 'CookiesBlockedForUrls',
1477 'type': 'list', 1513 'type': 'list',
1478 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1514 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1479 'features': {'dynamic_refresh': 1}, 1515 'features': {'dynamic_refresh': 1},
1480 'example_value': ['http://www.example.com', '[*.]example.edu'], 1516 'example_value': ['http://www.example.com', '[*.]example.edu'],
1517 'can_be_recommended': True,
1481 'id': 67, 1518 'id': 67,
1482 'caption': '''Block cookies on these sites''', 1519 'caption': '''Block cookies on these sites''',
1483 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to set cookies. 1520 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to set cookies.
1484 1521
1485 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.''', 1522 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.''',
1486 }, 1523 },
1487 { 1524 {
1488 'name': 'CookiesSessionOnlyForUrls', 1525 'name': 'CookiesSessionOnlyForUrls',
1489 'type': 'list', 1526 'type': 'list',
1490 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1527 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1491 'features': {'dynamic_refresh': 1}, 1528 'features': {'dynamic_refresh': 1},
1492 'example_value': ['http://www.example.com', '[*.]example.edu'], 1529 'example_value': ['http://www.example.com', '[*.]example.edu'],
1530 'can_be_recommended': True,
1493 'id': 68, 1531 'id': 68,
1494 'caption': '''Allow session only cookies on these sites''', 1532 'caption': '''Allow session only cookies on these sites''',
1495 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to set session only cookies. 1533 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to set session only cookies.
1496 1534
1497 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.''', 1535 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.''',
1498 }, 1536 },
1499 { 1537 {
1500 'name': 'ImagesAllowedForUrls', 1538 'name': 'ImagesAllowedForUrls',
1501 'type': 'list', 1539 'type': 'list',
1502 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1540 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1503 'features': {'dynamic_refresh': 1}, 1541 'features': {'dynamic_refresh': 1},
1504 'example_value': ['http://www.example.com', '[*.]example.edu'], 1542 'example_value': ['http://www.example.com', '[*.]example.edu'],
1543 'can_be_recommended': True,
1505 'id': 69, 1544 'id': 69,
1506 'caption': '''Allow images on these sites''', 1545 'caption': '''Allow images on these sites''',
1507 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to display images. 1546 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to display images.
1508 1547
1509 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultImagesSetting' policy if it is set, or the user's personal configuration otherwise.''', 1548 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultImagesSetting' policy if it is set, or the user's personal configuration otherwise.''',
1510 }, 1549 },
1511 { 1550 {
1512 'name': 'ImagesBlockedForUrls', 1551 'name': 'ImagesBlockedForUrls',
1513 'type': 'list', 1552 'type': 'list',
1514 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1553 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1515 'features': {'dynamic_refresh': 1}, 1554 'features': {'dynamic_refresh': 1},
1516 'example_value': ['http://www.example.com', '[*.]example.edu'], 1555 'example_value': ['http://www.example.com', '[*.]example.edu'],
1556 'can_be_recommended': True,
1517 'id': 70, 1557 'id': 70,
1518 'caption': '''Block images on these sites''', 1558 'caption': '''Block images on these sites''',
1519 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to display images. 1559 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to display images.
1520 1560
1521 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultImagesSetting' policy if it is set, or the user's personal configuration otherwise.''', 1561 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultImagesSetting' policy if it is set, or the user's personal configuration otherwise.''',
1522 }, 1562 },
1523 { 1563 {
1524 'name': 'JavaScriptAllowedForUrls', 1564 'name': 'JavaScriptAllowedForUrls',
1525 'type': 'list', 1565 'type': 'list',
1526 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1566 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1527 'features': {'dynamic_refresh': 1}, 1567 'features': {'dynamic_refresh': 1},
1528 'example_value': ['http://www.example.com', '[*.]example.edu'], 1568 'example_value': ['http://www.example.com', '[*.]example.edu'],
1569 'can_be_recommended': True,
1529 'id': 71, 1570 'id': 71,
1530 'caption': '''Allow JavaScript on these sites''', 1571 'caption': '''Allow JavaScript on these sites''',
1531 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to run JavaScript. 1572 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to run JavaScript.
1532 1573
1533 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or the user's personal configuration otherwise.''', 1574 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or the user's personal configuration otherwise.''',
1534 }, 1575 },
1535 { 1576 {
1536 'name': 'JavaScriptBlockedForUrls', 1577 'name': 'JavaScriptBlockedForUrls',
1537 'type': 'list', 1578 'type': 'list',
1538 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1579 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1539 'features': {'dynamic_refresh': 1}, 1580 'features': {'dynamic_refresh': 1},
1540 'example_value': ['http://www.example.com', '[*.]example.edu'], 1581 'example_value': ['http://www.example.com', '[*.]example.edu'],
1582 'can_be_recommended': True,
1541 'id': 72, 1583 'id': 72,
1542 'caption': '''Block JavaScript on these sites''', 1584 'caption': '''Block JavaScript on these sites''',
1543 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to run JavaScript. 1585 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to run JavaScript.
1544 1586
1545 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or the user's personal configuration otherwise.''', 1587 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or the user's personal configuration otherwise.''',
1546 }, 1588 },
1547 { 1589 {
1548 'name': 'PluginsAllowedForUrls', 1590 'name': 'PluginsAllowedForUrls',
1549 'type': 'list', 1591 'type': 'list',
1550 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1592 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1551 'features': {'dynamic_refresh': 1}, 1593 'features': {'dynamic_refresh': 1},
1552 'example_value': ['http://www.example.com', '[*.]example.edu'], 1594 'example_value': ['http://www.example.com', '[*.]example.edu'],
1595 'can_be_recommended': True,
1553 'id': 73, 1596 'id': 73,
1554 'caption': '''Allow plugins on these sites''', 1597 'caption': '''Allow plugins on these sites''',
1555 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to run plugins. 1598 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to run plugins.
1556 1599
1557 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultPluginsSetting' policy if it is set, or the user's personal configuration otherwise.''', 1600 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultPluginsSetting' policy if it is set, or the user's personal configuration otherwise.''',
1558 }, 1601 },
1559 { 1602 {
1560 'name': 'PluginsBlockedForUrls', 1603 'name': 'PluginsBlockedForUrls',
1561 'type': 'list', 1604 'type': 'list',
1562 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1605 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1563 'features': {'dynamic_refresh': 1}, 1606 'features': {'dynamic_refresh': 1},
1564 'example_value': ['http://www.example.com', '[*.]example.edu'], 1607 'example_value': ['http://www.example.com', '[*.]example.edu'],
1608 'can_be_recommended': True,
1565 'id': 74, 1609 'id': 74,
1566 'caption': '''Block plugins on these sites''', 1610 'caption': '''Block plugins on these sites''',
1567 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to run plugins. 1611 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to run plugins.
1568 1612
1569 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultPluginsSetting' policy if it is set, or the user's personal configuration otherwise.''', 1613 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultPluginsSetting' policy if it is set, or the user's personal configuration otherwise.''',
1570 }, 1614 },
1571 { 1615 {
1572 'name': 'PopupsAllowedForUrls', 1616 'name': 'PopupsAllowedForUrls',
1573 'type': 'list', 1617 'type': 'list',
1574 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1618 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1575 'features': {'dynamic_refresh': 1}, 1619 'features': {'dynamic_refresh': 1},
1576 'example_value': ['http://www.example.com', '[*.]example.edu'], 1620 'example_value': ['http://www.example.com', '[*.]example.edu'],
1621 'can_be_recommended': True,
1577 'id': 75, 1622 'id': 75,
1578 'caption': '''Allow popups on these sites''', 1623 'caption': '''Allow popups on these sites''',
1579 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to open popups. 1624 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to open popups.
1580 1625
1581 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultPopupsSetting' policy if it is set, or the user's personal configuration otherwise.''', 1626 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultPopupsSetting' policy if it is set, or the user's personal configuration otherwise.''',
1582 }, 1627 },
1583 { 1628 {
1584 'name': 'PopupsBlockedForUrls', 1629 'name': 'PopupsBlockedForUrls',
1585 'type': 'list', 1630 'type': 'list',
1586 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1631 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1587 'features': {'dynamic_refresh': 1}, 1632 'features': {'dynamic_refresh': 1},
1588 'example_value': ['http://www.example.com', '[*.]example.edu'], 1633 'example_value': ['http://www.example.com', '[*.]example.edu'],
1634 'can_be_recommended': True,
1589 'id': 76, 1635 'id': 76,
1590 'caption': '''Block popups on these sites''', 1636 'caption': '''Block popups on these sites''',
1591 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to open popups. 1637 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to open popups.
1592 1638
1593 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultPopupsSetting' policy if it is set, or the user's personal configuration otherwise.''', 1639 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultPopupsSetting' policy if it is set, or the user's personal configuration otherwise.''',
1594 }, 1640 },
1595 { 1641 {
1596 'name': 'NotificationsAllowedForUrls', 1642 'name': 'NotificationsAllowedForUrls',
1597 'type': 'list', 1643 'type': 'list',
1598 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], 1644 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'],
1599 'features': {'dynamic_refresh': 1}, 1645 'features': {'dynamic_refresh': 1},
1600 'example_value': ['http://www.example.com', '[*.]example.edu'], 1646 'example_value': ['http://www.example.com', '[*.]example.edu'],
1647 'can_be_recommended': True,
1601 'id': 105, 1648 'id': 105,
1602 'caption': '''Allow notifications on these sites''', 1649 'caption': '''Allow notifications on these sites''',
1603 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to display notifications. 1650 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to display notifications.
1604 1651
1605 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultNotificationsSetting' policy if it is set, or the user's personal configuration otherwise.''', 1652 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultNotificationsSetting' policy if it is set, or the user's personal configuration otherwise.''',
1606 }, 1653 },
1607 { 1654 {
1608 'name': 'NotificationsBlockedForUrls', 1655 'name': 'NotificationsBlockedForUrls',
1609 'type': 'list', 1656 'type': 'list',
1610 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], 1657 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'],
1611 'features': {'dynamic_refresh': 1}, 1658 'features': {'dynamic_refresh': 1},
1612 'example_value': ['http://www.example.com', '[*.]example.edu'], 1659 'example_value': ['http://www.example.com', '[*.]example.edu'],
1660 'can_be_recommended': True,
1613 'id': 106, 1661 'id': 106,
1614 'caption': '''Block notifications on these sites''', 1662 'caption': '''Block notifications on these sites''',
1615 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to display notifications. 1663 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to display notifications.
1616 1664
1617 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultNotificationsSetting' policy if it is set, or the user's personal configuration otherwise.''', 1665 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultNotificationsSetting' policy if it is set, or the user's personal configuration otherwise.''',
1618 } 1666 }
1619 ], 1667 ],
1620 }, 1668 },
1621 { 1669 {
1622 'name': 'Disable3DAPIs', 1670 'name': 'Disable3DAPIs',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1722 'example_value': ['text/xml', 'application/xml'], 1770 'example_value': ['text/xml', 'application/xml'],
1723 'id': 60, 1771 'id': 60,
1724 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the listed content types.''', 1772 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the listed content types.''',
1725 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra me</ex></ph> to handle the listed content types. 1773 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra me</ex></ph> to handle the listed content types.
1726 1774
1727 If this policy is not set the default renderer will be used for all si tes as specified by the 'ChromeFrameRendererSettings' policy.''', 1775 If this policy is not set the default renderer will be used for all si tes as specified by the 'ChromeFrameRendererSettings' policy.''',
1728 }, 1776 },
1729 ], 1777 ],
1730 }, 1778 },
1731 { 1779 {
1732 'name': 'ChromeOsLockOnIdleSuspend', 1780 'name': 'ChromeOsLockOnIdleSuspend',
Mattias Nissler (ping if slow) 2011/12/01 10:11:35 why does this not have the flag?
Joao da Silva 2011/12/07 10:28:41 Good catch, added.
1733 'type': 'main', 1781 'type': 'main',
1734 'supported_on': ['chrome_os:0.9-'], 1782 'supported_on': ['chrome_os:0.9-'],
1735 'features': {'dynamic_refresh': 1}, 1783 'features': {'dynamic_refresh': 1},
1736 'example_value': True, 1784 'example_value': True,
1737 'id': 61, 1785 'id': 61,
1738 'caption': '''Enable lock when ChromeOS devices become idle or suspended.' '', 1786 'caption': '''Enable lock when ChromeOS devices become idle or suspended.' '',
1739 'desc': '''Enable lock when ChromeOS devices become idle or suspended. 1787 'desc': '''Enable lock when ChromeOS devices become idle or suspended.
1740 1788
1741 If you enable this setting, users will be asked for a password to unlock C hromeOS devices from sleep. 1789 If you enable this setting, users will be asked for a password to unlock C hromeOS devices from sleep.
1742 1790
1743 If you disable this setting, users will not be asked for a password to wak e ChromeOS devices from sleep. 1791 If you disable this setting, users will not be asked for a password to wak e ChromeOS devices from sleep.
1744 1792
1745 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>. 1793 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>.
1746 1794
1747 If the policy is left not set the user can choose whether he wants to be a sked for password to unlock the device or not.''', 1795 If the policy is left not set the user can choose whether he wants to be a sked for password to unlock the device or not.''',
1748 }, 1796 },
1749 { 1797 {
1750 'name': 'InstantEnabled', 1798 'name': 'InstantEnabled',
1751 'type': 'main', 1799 'type': 'main',
1752 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 1800 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
1753 'features': {'dynamic_refresh': 1}, 1801 'features': {'dynamic_refresh': 1},
1754 'example_value': True, 1802 'example_value': True,
1803 'can_be_recommended': True,
1755 'id': 62, 1804 'id': 62,
1756 'caption': '''Enable Instant''', 1805 'caption': '''Enable Instant''',
1757 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Instant feature and prevents users from changing this setting. 1806 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Instant feature and prevents users from changing this setting.
1758 1807
1759 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> Instant is enabled. 1808 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> Instant is enabled.
1760 1809
1761 If you disable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ ex></ph> Instant is disabled. 1810 If you disable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ ex></ph> Instant is disabled.
1762 1811
1763 If you enable or disable this setting, users cannot change or override thi s setting. 1812 If you enable or disable this setting, users cannot change or override thi s setting.
1764 1813
1765 If this setting is left not set the user can decide to use this function o r not.''', 1814 If this setting is left not set the user can decide to use this function o r not.''',
1766 }, 1815 },
1767 { 1816 {
1768 'name': 'TranslateEnabled', 1817 'name': 'TranslateEnabled',
1769 'type': 'main', 1818 'type': 'main',
1770 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], 1819 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'],
1771 'features': {'dynamic_refresh': 1}, 1820 'features': {'dynamic_refresh': 1},
1772 'example_value': True, 1821 'example_value': True,
1822 'can_be_recommended': True,
1773 'id': 80, 1823 'id': 80,
1774 'caption': '''Enable Translate''', 1824 'caption': '''Enable Translate''',
1775 'desc': '''Enables the integrated Google Translate service on <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 1825 'desc': '''Enables the integrated Google Translate service on <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1776 1826
1777 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will show an integrated toolbar offering to translate the page for the u ser, when appropriate. 1827 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will show an integrated toolbar offering to translate the page for the u ser, when appropriate.
1778 1828
1779 If you disable this setting, users will never see the translation bar. 1829 If you disable this setting, users will never see the translation bar.
1780 1830
1781 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 1831 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1782 1832
(...skipping 28 matching lines...) Expand all
1811 If you enable this setting, plugins that are not outdated always run. 1861 If you enable this setting, plugins that are not outdated always run.
1812 1862
1813 If this setting is disabled or not set, users will be asked for permission to run plugins that require authorization. These are plugins that can compromis e security.''', 1863 If this setting is disabled or not set, users will be asked for permission to run plugins that require authorization. These are plugins that can compromis e security.''',
1814 }, 1864 },
1815 { 1865 {
1816 'name': 'BookmarkBarEnabled', 1866 'name': 'BookmarkBarEnabled',
1817 'type': 'main', 1867 'type': 'main',
1818 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], 1868 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'],
1819 'features': {'dynamic_refresh': 1}, 1869 'features': {'dynamic_refresh': 1},
1820 'example_value': True, 1870 'example_value': True,
1871 'can_be_recommended': True,
1821 'id': 82, 1872 'id': 82,
1822 'caption': '''Enable Bookmark Bar''', 1873 'caption': '''Enable Bookmark Bar''',
1823 'desc': '''Enables the bookmark bar on <ph name="PRODUCT_NAME">$1<ex>Googl e Chrome</ex></ph>. 1874 'desc': '''Enables the bookmark bar on <ph name="PRODUCT_NAME">$1<ex>Googl e Chrome</ex></ph>.
1824 1875
1825 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will show a bookmark bar. 1876 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will show a bookmark bar.
1826 1877
1827 If you disable this setting, users will never see the bookmark bar. 1878 If you disable this setting, users will never see the bookmark bar.
1828 1879
1829 If you enable or disable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 1880 If you enable or disable this setting, users cannot change or override it in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1830 1881
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 'id': 97, 1978 'id': 97,
1928 'caption': '''Import bookmarks from default browser on first run''', 1979 'caption': '''Import bookmarks from default browser on first run''',
1929 'desc': '''This policy forces bookmarks to be imported from the current de fault browser if enabled. If enabled, this policy also affects the import dialog . 1980 'desc': '''This policy forces bookmarks to be imported from the current de fault browser if enabled. If enabled, this policy also affects the import dialog .
1930 1981
1931 If disabled, no bookmarks are imported. 1982 If disabled, no bookmarks are imported.
1932 1983
1933 If it is not set, the user may be asked whether to import, or importing ma y happen automatically.''', 1984 If it is not set, the user may be asked whether to import, or importing ma y happen automatically.''',
1934 'label': '''Import bookmarks from default browser on first run''', 1985 'label': '''Import bookmarks from default browser on first run''',
1935 }, 1986 },
1936 { 1987 {
1937 'name': 'ImportHistory', 1988 'name': 'ImportHistory',
pastarmovj 2011/12/01 09:43:19 For all the import policies I think those might be
Mattias Nissler (ping if slow) 2011/12/01 10:11:35 seconded. These should actually work fine, but ple
Joao da Silva 2011/12/07 10:28:41 Tested and works as expected (sets the default for
1938 'type': 'main', 1989 'type': 'main',
1939 'supported_on': ['chrome.*:15-'], 1990 'supported_on': ['chrome.*:15-'],
1940 'features': {'dynamic_refresh': 1}, 1991 'features': {'dynamic_refresh': 1},
1941 'example_value': True, 1992 'example_value': True,
1942 'id': 98, 1993 'id': 98,
1943 'caption': '''Import browsing history from default browser on first run''' , 1994 'caption': '''Import browsing history from default browser on first run''' ,
1944 'desc': '''This policy forces the browsing history to be imported from the current default browser if enabled. If enabled, this policy also affects the im port dialog. 1995 'desc': '''This policy forces the browsing history to be imported from the current default browser if enabled. If enabled, this policy also affects the im port dialog.
1945 1996
1946 If disabled, no browsing history is imported. 1997 If disabled, no browsing history is imported.
1947 1998
(...skipping 264 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''', 2263 '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''' 2264 'text': '''Dynamic Policy Refresh'''
2214 }, 2265 },
2215 'doc_deprecated': { 2266 'doc_deprecated': {
2216 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', 2267 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''',
2217 'text': 'deprecated', 2268 'text': 'deprecated',
2218 } 2269 }
2219 }, 2270 },
2220 'placeholders': [], 2271 'placeholders': [],
2221 } 2272 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698