OLD | NEW |
1 { | 1 { |
2 # policy_templates.json - Metafile for policy templates | 2 # policy_templates.json - Metafile for policy templates |
3 # | 3 # |
4 # The content of this file is evaluated as a Python expression. | 4 # The content of this file is evaluated as a Python expression. |
5 # | 5 # |
6 # This file is used as input to generate the following policy templates: | 6 # This file is used as input to generate the following policy templates: |
7 # ADM, ADMX+ADML, MCX/plist and html documentation. | 7 # ADM, ADMX+ADML, MCX/plist and html documentation. |
8 # | 8 # |
9 # Policy templates are user interface definitions or documents about the | 9 # Policy templates are user interface definitions or documents about the |
10 # policies that can be used to configure Chrome. Each policy is a name-value | 10 # policies that can be used to configure Chrome. Each policy is a name-value |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 'features': {'dynamic_refresh': 1}, | 131 'features': {'dynamic_refresh': 1}, |
132 'example_value': 'http://chromium.org', | 132 'example_value': 'http://chromium.org', |
133 'id': 1, | 133 'id': 1, |
134 'caption': '''Configure the home page URL''', | 134 '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. | 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. |
136 | 136 |
137 The home page type can either be set to a URL you specify here or set
to the New Tab Page. | 137 The home page type can either be set to a URL you specify here or set
to the New Tab Page. |
138 | 138 |
139 If you select the New Tab Page, then this policy is ignored. | 139 If you select the New Tab Page, then this policy is ignored. |
140 | 140 |
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.''', | 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. |
| 142 |
| 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.''', |
142 'label': '''Home page URL''', | 144 'label': '''Home page URL''', |
143 }, | 145 }, |
144 { | 146 { |
145 'name': 'HomepageIsNewTabPage', | 147 'name': 'HomepageIsNewTabPage', |
146 'type': 'main', | 148 'type': 'main', |
147 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 149 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
148 'features': {'dynamic_refresh': 1}, | 150 'features': {'dynamic_refresh': 1}, |
149 'example_value': True, | 151 'example_value': True, |
150 'id': 2, | 152 'id': 2, |
151 'caption': '''Use New Tab Page as homepage''', | 153 'caption': '''Use New Tab Page as homepage''', |
152 '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. | 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. |
153 | 155 |
154 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. | 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. |
155 | 157 |
156 If you disable this setting, the user's homepage will never be the New
Tab Page, unless its URL is set to 'chrome://newtab'. | 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'. |
157 | 159 |
158 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>.''', | 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>. |
| 161 |
| 162 Leaving this policy not set will allow the user to choose whether the
new tab page is his home page on his own.''', |
159 }, | 163 }, |
160 ], | 164 ], |
161 }, | 165 }, |
162 { | 166 { |
163 'name': 'DefaultBrowserSettingEnabled', | 167 'name': 'DefaultBrowserSettingEnabled', |
164 'type': 'main', | 168 'type': 'main', |
165 'supported_on': ['chrome.*:11-'], | 169 'supported_on': ['chrome.*:11-'], |
166 'features': {'dynamic_refresh': 1}, | 170 'features': {'dynamic_refresh': 1}, |
167 'example_value': True, | 171 'example_value': True, |
168 'id': 3, | 172 'id': 3, |
(...skipping 12 matching lines...) Expand all Loading... |
181 'type': 'string', | 185 'type': 'string', |
182 'supported_on': ['chrome.win:8-'], | 186 'supported_on': ['chrome.win:8-'], |
183 'features': {'dynamic_refresh': 0}, | 187 'features': {'dynamic_refresh': 0}, |
184 'example_value': 'en', | 188 'example_value': 'en', |
185 'id': 4, | 189 'id': 4, |
186 'caption': '''Application locale''', | 190 'caption': '''Application locale''', |
187 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph> and prevents users from changing the 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. |
188 | 192 |
189 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. | 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. |
190 | 194 |
191 If this setting is disabled or not configured, <ph name="PRODUCT_NAME">$1<
ex>Google Chrome</ex></ph> uses either the user-specified preferred locale (if c
onfigured), the system locale or the fallback locale 'en-US'.''', | 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'.''', |
192 'label': '''Application locale''', | 196 'label': '''Application locale''', |
193 }, | 197 }, |
194 { | 198 { |
195 'name': 'AlternateErrorPagesEnabled', | 199 'name': 'AlternateErrorPagesEnabled', |
196 'type': 'main', | 200 'type': 'main', |
197 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 201 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
198 'features': {'dynamic_refresh': 1}, | 202 'features': {'dynamic_refresh': 1}, |
199 'example_value': True, | 203 'example_value': True, |
200 'id': 5, | 204 'id': 5, |
201 'caption': '''Enable alternate error pages''', | 205 'caption': '''Enable alternate error pages''', |
202 '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. | 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. |
203 | 207 |
204 If you enable this setting, alternate error pages are used. | 208 If you enable this setting, alternate error pages are used. |
205 | 209 |
206 If you disable this setting, alternate error pages are never used. | 210 If you disable this setting, alternate error pages are never used. |
207 | 211 |
208 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>.''', | 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>. |
| 213 |
| 214 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
209 }, | 215 }, |
210 { | 216 { |
211 'name': 'SearchSuggestEnabled', | 217 'name': 'SearchSuggestEnabled', |
212 'type': 'main', | 218 'type': 'main', |
213 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 219 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
214 'features': {'dynamic_refresh': 1}, | 220 'features': {'dynamic_refresh': 1}, |
215 'example_value': True, | 221 'example_value': True, |
216 'id': 6, | 222 'id': 6, |
217 'caption': '''Enable search suggestions''', | 223 'caption': '''Enable search suggestions''', |
218 '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. | 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. |
219 | 225 |
220 If you enable this setting, search suggestions are used. | 226 If you enable this setting, search suggestions are used. |
221 | 227 |
222 If you disable this setting, search suggestions are never used. | 228 If you disable this setting, search suggestions are never used. |
223 | 229 |
224 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>.''', | 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>. |
| 231 |
| 232 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
225 }, | 233 }, |
226 { | 234 { |
227 'name': 'DnsPrefetchingEnabled', | 235 'name': 'DnsPrefetchingEnabled', |
228 'type': 'main', | 236 'type': 'main', |
229 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 237 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
230 'features': {'dynamic_refresh': 1}, | 238 'features': {'dynamic_refresh': 1}, |
231 'example_value': True, | 239 'example_value': True, |
232 'id': 7, | 240 'id': 7, |
233 'caption': '''Enable network prediction.''', | 241 'caption': '''Enable network prediction.''', |
234 'desc': '''Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> and prevents users from changing this setting. | 242 'desc': '''Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> and prevents users from changing this setting. |
235 | 243 |
236 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>.''', | 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>. |
| 245 |
| 246 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
237 }, | 247 }, |
238 { | 248 { |
239 'name': 'DisableSpdy', | 249 'name': 'DisableSpdy', |
240 'type': 'main', | 250 'type': 'main', |
241 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 251 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
242 'features': {'dynamic_refresh': 1}, | 252 'features': {'dynamic_refresh': 1}, |
243 'example_value': True, | 253 'example_value': True, |
244 'id': 8, | 254 'id': 8, |
245 'caption': '''Disable SPDY protocol''', | 255 'caption': '''Disable SPDY protocol''', |
246 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph>.''', | 256 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph>. |
| 257 |
| 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>. |
| 259 |
| 260 Setting this policy to disabled will allow the usage of SPDY. |
| 261 |
| 262 If this policy is left not set, SPDY will be available but the user will b
e able to change it.''', |
247 }, | 263 }, |
248 { | 264 { |
249 'name': 'DisabledSchemes', | 265 'name': 'DisabledSchemes', |
250 'type': 'list', | 266 'type': 'list', |
251 'supported_on': ['chrome.*:12-', 'chrome_os:0.11-'], | 267 'supported_on': ['chrome.*:12-', 'chrome_os:0.11-'], |
252 'features': {'dynamic_refresh': 1}, | 268 'features': {'dynamic_refresh': 1}, |
253 'example_value': ['file', 'mailto'], | 269 'example_value': ['file', 'mailto'], |
254 'id': 85, | 270 'id': 85, |
255 'caption': '''Disable URL protocol schemes''', | 271 'caption': '''Disable URL protocol schemes''', |
256 'desc': '''Disables the listed protocol schemes in <ph name="PRODUCT_NAME"
>$1<ex>Google Chrome</ex></ph>. | 272 'desc': '''Disables the listed protocol schemes in <ph name="PRODUCT_NAME"
>$1<ex>Google Chrome</ex></ph>. |
257 | 273 |
258 URLs using a scheme from this list will not load and can not be navigated
to.''', | 274 URLs using a scheme from this list will not load and can not be navigated
to. |
| 275 |
| 276 If this policy is left not set or the list is empty all schemes will be ac
cessible in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
259 'label': '''List of disabled protocol schemes''', | 277 'label': '''List of disabled protocol schemes''', |
260 }, | 278 }, |
261 { | 279 { |
262 'name': 'JavascriptEnabled', | 280 'name': 'JavascriptEnabled', |
263 'type': 'main', | 281 'type': 'main', |
264 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 282 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
265 'features': {'dynamic_refresh': 0}, | 283 'features': {'dynamic_refresh': 0}, |
266 'deprecated': True, | 284 'deprecated': True, |
267 'example_value': True, | 285 'example_value': True, |
268 'id': 9, | 286 'id': 9, |
269 'caption': '''Enable JavaScript''', | 287 'caption': '''Enable JavaScript''', |
270 'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting
instead. | 288 'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting
instead. |
271 | 289 |
272 Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph
> and prevents users from changing this setting. | 290 Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph
> and prevents users from changing this setting. |
273 | 291 |
274 If this setting is enabled or not configured, web pages can use JavaScript
. | 292 If this setting is enabled or not configured, web pages can use JavaScript
. |
275 | 293 |
276 If this setting is disabled, web pages cannot use JavaScript. | 294 If this setting is disabled, web pages cannot use JavaScript. |
277 | 295 |
278 The DefaultJavaScriptSetting policy will override this policy when both ar
e set.''', | 296 If this policy is left not set the default value will be used which is ena
bled and the user will be able to change it. |
| 297 |
| 298 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
279 }, | 299 }, |
280 { | 300 { |
281 'name': 'IncognitoEnabled', | 301 'name': 'IncognitoEnabled', |
282 'type': 'main', | 302 'type': 'main', |
283 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 303 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
284 'features': {'dynamic_refresh': 1}, | 304 'features': {'dynamic_refresh': 1}, |
285 'deprecated': True, | 305 'deprecated': True, |
286 'example_value': False, | 306 'example_value': False, |
287 'id': 10, | 307 'id': 10, |
288 'caption': '''Enable Incognito mode''', | 308 'caption': '''Enable Incognito mode''', |
289 'desc': '''This policy is deprecated. Please, use IncognitoModeAvailabilit
y instead. | 309 'desc': '''This policy is deprecated. Please, use IncognitoModeAvailabilit
y instead. |
290 Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex>
</ph>. | 310 Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex>
</ph>. |
291 | 311 |
292 If this setting is enabled or not configured, users can open web pages in
incognito mode. | 312 If this setting is enabled or not configured, users can open web pages in
incognito mode. |
293 | 313 |
294 If this setting is disabled, users cannot open web pages in incognito mode
.''', | 314 If this setting is disabled, users cannot open web pages in incognito mode
. |
| 315 |
| 316 If this policy is left not set, this will be enabled and the user will be
able to use incognito mode.''', |
295 }, | 317 }, |
296 { | 318 { |
297 'name': 'IncognitoModeAvailability', | 319 'name': 'IncognitoModeAvailability', |
298 'type': 'int-enum', | 320 'type': 'int-enum', |
299 'items': [ | 321 'items': [ |
300 { | 322 { |
301 'name': 'Enabled', | 323 'name': 'Enabled', |
302 'value': 0, | 324 'value': 0, |
303 'caption': '''Incognito mode available.''' | 325 'caption': '''Incognito mode available.''' |
304 }, | 326 }, |
305 { | 327 { |
306 'name': 'Disabled', | 328 'name': 'Disabled', |
307 'value': 1, | 329 'value': 1, |
308 'caption': '''Incognito mode disabled.''' | 330 'caption': '''Incognito mode disabled.''' |
309 }, | 331 }, |
310 { | 332 { |
311 'name': 'Forced', | 333 'name': 'Forced', |
312 'value': 2, | 334 'value': 2, |
313 'caption': '''Incognito mode forced.''' | 335 'caption': '''Incognito mode forced.''' |
314 }, | 336 }, |
315 ], | 337 ], |
316 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], | 338 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], |
317 'features': {'dynamic_refresh': 1}, | 339 'features': {'dynamic_refresh': 1}, |
318 'example_value': 1, | 340 'example_value': 1, |
319 'id': 93, | 341 'id': 93, |
320 'caption': '''Incognito mode availability.''', | 342 'caption': '''Incognito mode availability.''', |
321 'desc': '''Specifies whether the user may open pages in Incognito mode in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 343 'desc': '''Specifies whether the user may open pages in Incognito mode in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
322 | 344 |
323 If 'Enabled' is selected, pages may be opened in Incognito mode. | 345 If 'Enabled' is selected or the policy is left unset, pages may be opened
in Incognito mode. |
324 | 346 |
325 If 'Disabled' is selected, pages may not be opened in Incognito mode. | 347 If 'Disabled' is selected, pages may not be opened in Incognito mode. |
326 | 348 |
327 If 'Forced' is selected, pages may be opened ONLY in Incognito mode.''', | 349 If 'Forced' is selected, pages may be opened ONLY in Incognito mode.''', |
328 }, | 350 }, |
329 { | 351 { |
330 'name': 'SavingBrowserHistoryDisabled', | 352 'name': 'SavingBrowserHistoryDisabled', |
331 'type': 'main', | 353 'type': 'main', |
332 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 354 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
333 'features': {'dynamic_refresh': 1}, | 355 'features': {'dynamic_refresh': 1}, |
334 'example_value': True, | 356 'example_value': True, |
335 'id': 11, | 357 'id': 11, |
336 'caption': '''Disable saving browser history''', | 358 'caption': '''Disable saving browser history''', |
337 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing this setting. | 359 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing this setting. |
338 | 360 |
339 If this setting is enabled, browsing history is not saved. | 361 If this setting is enabled, browsing history is not saved. |
340 | 362 |
341 If this setting is disabled or not configured, browsing history is saved.'
'', | 363 If this setting is disabled or not set, browsing history is saved.''', |
342 }, | 364 }, |
343 { | 365 { |
344 'name': 'RemoteAccess', | 366 'name': 'RemoteAccess', |
345 'type': 'group', | 367 'type': 'group', |
346 'caption': '''Configure remote access options''', | 368 'caption': '''Configure remote access options''', |
347 'desc': '''Configure remote access options in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph>. | 369 'desc': '''Configure remote access options in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph>. |
348 | 370 |
349 These features are ignored unless the Remote Access web application is ins
talled.''', | 371 These features are ignored unless the Remote Access web application is ins
talled.''', |
350 'policies': [ | 372 'policies': [ |
351 { | 373 { |
(...skipping 18 matching lines...) Expand all Loading... |
370 'type': 'main', | 392 'type': 'main', |
371 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], | 393 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], |
372 'features': {'dynamic_refresh': 1}, | 394 'features': {'dynamic_refresh': 1}, |
373 'example_value': False, | 395 'example_value': False, |
374 'id': 95, | 396 'id': 95, |
375 'caption': '''Enable firewall traversal from remote access host''', | 397 'caption': '''Enable firewall traversal from remote access host''', |
376 'desc': '''Enables usage of STUN and relay servers when remote clients
are trying to establish a connection to this machine. | 398 'desc': '''Enables usage of STUN and relay servers when remote clients
are trying to establish a connection to this machine. |
377 | 399 |
378 If this setting is enabled, then remote clients can discover and conne
ct to this machines even if they are separated by a firewall. | 400 If this setting is enabled, then remote clients can discover and conne
ct to this machines even if they are separated by a firewall. |
379 | 401 |
380 If this setting is disabled and outgoing UDP connections are filtered
by the firewall, then this machine will only allow connections from client machi
nes within the local network.''', | 402 If this setting is disabled and outgoing UDP connections are filtered
by the firewall, then this machine will only allow connections from client machi
nes within the local network. |
| 403 |
| 404 If this policy is left not set the setting will be enabled.''', |
381 }, | 405 }, |
382 ], | 406 ], |
383 }, | 407 }, |
384 { | 408 { |
385 'name': 'PrintingEnabled', | 409 'name': 'PrintingEnabled', |
386 'type': 'main', | 410 'type': 'main', |
387 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 411 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
388 'features': {'dynamic_refresh': 1}, | 412 'features': {'dynamic_refresh': 1}, |
389 'example_value': True, | 413 'example_value': True, |
390 'id': 12, | 414 'id': 12, |
391 'caption': '''Enable printing''', | 415 'caption': '''Enable printing''', |
392 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome
</ex></ph> and prevents users from changing this setting. | 416 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome
</ex></ph> and prevents users from changing this setting. |
393 | 417 |
394 If this setting is enabled or not configured, users can print. | 418 If this setting is enabled or not configured, users can print. |
395 | 419 |
396 If this setting is disabled, users cannot print from <ph name="PRODUCT_NAM
E">$1<ex>Google Chrome</ex></ph>. Printing is disabled in the wrench menu, exten
sions, JavaScript applications, etc. It is still possible to print from plugins
that bypass <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> while printing
. For example certain Flash applications has the print option in their context m
enu, and that will not be disabled.''', | 420 If this setting is disabled, users cannot print from <ph name="PRODUCT_NAM
E">$1<ex>Google Chrome</ex></ph>. Printing is disabled in the wrench menu, exten
sions, JavaScript applications, etc. It is still possible to print from plugins
that bypass <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> while printing
. For example certain Flash applications has the print option in their context m
enu, and that will not be disabled. |
| 421 |
| 422 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
397 }, | 423 }, |
398 { | 424 { |
399 'name': 'CloudPrintProxyEnabled', | 425 'name': 'CloudPrintProxyEnabled', |
400 'type': 'main', | 426 'type': 'main', |
401 'supported_on': ['chrome.*:X-'], | 427 'supported_on': ['chrome.*:X-'], |
402 'features': {'dynamic_refresh': 1}, | 428 'features': {'dynamic_refresh': 1}, |
403 'future': True, | 429 'future': True, |
404 'example_value': True, | 430 'example_value': True, |
405 'id': 13, | 431 'id': 13, |
406 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p
roxy''', | 432 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p
roxy''', |
407 'desc': ''' Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex><
/ph> to act as a proxy between <ph name="CLOUD_PRINT_NAME">Google Cloud Print</p
h> and legacy printers connected to the machine. | 433 'desc': ''' Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex><
/ph> to act as a proxy between <ph name="CLOUD_PRINT_NAME">Google Cloud Print</p
h> and legacy printers connected to the machine. |
408 | 434 |
409 If this setting is enabled or not configured, users can enable the cloud p
rint proxy by authentication with their Google account. | 435 If this setting is enabled or not configured, users can enable the cloud p
rint proxy by authentication with their Google account. |
410 | 436 |
411 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 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>. |
| 438 |
| 439 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
412 }, | 440 }, |
413 { | 441 { |
414 'name': 'SafeBrowsingEnabled', | 442 'name': 'SafeBrowsingEnabled', |
415 'type': 'main', | 443 'type': 'main', |
416 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 444 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
417 'features': {'dynamic_refresh': 0}, | 445 'features': {'dynamic_refresh': 0}, |
418 'example_value': True, | 446 'example_value': True, |
419 'id': 14, | 447 'id': 14, |
420 'caption': '''Enable Safe Browsing''', | 448 'caption': '''Enable Safe Browsing''', |
421 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Safe Browsing feature and prevents users from changing this setting. | 449 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Safe Browsing feature and prevents users from changing this setting. |
422 | 450 |
423 If you enable this setting, Safe Browsing is always active. | 451 If you enable this setting, Safe Browsing is always active. |
424 | 452 |
425 If you disable this setting, Safe Browsing is never active. | 453 If you disable this setting, Safe Browsing is never active. |
426 | 454 |
427 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 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>. |
| 456 |
| 457 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
428 }, | 458 }, |
429 { | 459 { |
430 'name': 'MetricsReportingEnabled', | 460 'name': 'MetricsReportingEnabled', |
431 'type': 'main', | 461 'type': 'main', |
432 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 462 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
433 'features': {'dynamic_refresh': 0}, | 463 'features': {'dynamic_refresh': 0}, |
434 'example_value': True, | 464 'example_value': True, |
435 'id': 15, | 465 'id': 15, |
436 'caption': '''Enable reporting of usage and crash-related data''', | 466 'caption': '''Enable reporting of usage and crash-related data''', |
437 '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 '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. |
438 | 468 |
439 If you enable this setting, anonymous reporting of usage and crash-related
data is sent to Google. | 469 If you enable this setting, anonymous reporting of usage and crash-related
data is sent to Google. |
440 | 470 |
441 If you disable this setting, anonymous reporting of usage and crash-relate
d data is never sent to Google. | 471 If you disable this setting, anonymous reporting of usage and crash-relate
d data is never sent to Google. |
442 | 472 |
443 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 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>. |
| 474 |
| 475 If this policy is left not set the setting will be what the user chose upo
n installation / first run.''', |
444 }, | 476 }, |
445 { | 477 { |
446 'name': 'PasswordManager', | 478 'name': 'PasswordManager', |
447 'type': 'group', | 479 'type': 'group', |
448 'caption': '''Password manager''', | 480 'caption': '''Password manager''', |
449 '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 '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.''', |
450 'policies': [ | 482 'policies': [ |
451 { | 483 { |
452 'name': 'PasswordManagerEnabled', | 484 'name': 'PasswordManagerEnabled', |
453 'type': 'main', | 485 'type': 'main', |
454 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 486 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
455 'features': {'dynamic_refresh': 1}, | 487 'features': {'dynamic_refresh': 1}, |
456 'example_value': True, | 488 'example_value': True, |
457 'id': 16, | 489 'id': 16, |
458 'caption': '''Enable the password manager''', | 490 'caption': '''Enable the password manager''', |
459 'desc': '''Enables saving passwords and using saved passwords in <ph n
ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 491 'desc': '''Enables saving passwords and using saved passwords in <ph n
ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
460 | 492 |
461 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 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. |
462 | 494 |
463 If you disable this setting, users are not able to save passwords or u
se already saved passwords. | 495 If you disable this setting, users are not able to save passwords or u
se already saved passwords. |
464 | 496 |
465 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 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>. |
| 498 |
| 499 If this policy is left not set, this will be enabled but the user will
be able to change it.''', |
466 }, | 500 }, |
467 { | 501 { |
468 'name': 'PasswordManagerAllowShowPasswords', | 502 'name': 'PasswordManagerAllowShowPasswords', |
469 'type': 'main', | 503 'type': 'main', |
470 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 504 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
471 'features': {'dynamic_refresh': 1}, | 505 'features': {'dynamic_refresh': 1}, |
472 'example_value': False, | 506 'example_value': False, |
473 'id': 17, | 507 'id': 17, |
474 'caption': '''Allow users to show passwords in Password Manager''', | 508 'caption': '''Allow users to show passwords in Password Manager''', |
475 'desc': '''Controls whether the user may show passwords in clear text
in the password manager. | 509 'desc': '''Controls whether the user may show passwords in clear text
in the password manager. |
476 | 510 |
477 If you disable this setting, the password manager does not allow showi
ng stored passwords in clear text in the password manager window. | 511 If you disable this setting, the password manager does not allow showi
ng stored passwords in clear text in the password manager window. |
478 | 512 |
479 If you enable or do not configure this setting, users can view their p
asswords in clear text in the password manager.''', | 513 If you enable or do not set this policy, users can view their password
s in clear text in the password manager.''', |
480 }, | 514 }, |
481 ], | 515 ], |
482 }, | 516 }, |
483 { | 517 { |
484 'name': 'AutoFillEnabled', | 518 'name': 'AutoFillEnabled', |
485 'type': 'main', | 519 'type': 'main', |
486 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 520 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
487 'features': {'dynamic_refresh': 1}, | 521 'features': {'dynamic_refresh': 1}, |
488 'example_value': False, | 522 'example_value': False, |
489 'id': 18, | 523 'id': 18, |
490 'caption': '''Enable AutoFill''', | 524 'caption': '''Enable AutoFill''', |
491 '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 '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. |
492 | 526 |
493 If you disable this setting, AutoFill will be inaccessible to users. | 527 If you disable this setting, AutoFill will be inaccessible to users. |
494 | 528 |
495 If you enable this setting or do not configure a value, AutoFill will rema
in under the control of the user. This will allow them to configure AutoFill pro
files and to switch AutoFill on or off at their own discretion.''', | 529 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.''', |
496 }, | 530 }, |
497 { | 531 { |
498 'name': 'DisabledPlugins', | 532 'name': 'DisabledPlugins', |
499 'type': 'list', | 533 'type': 'list', |
500 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 534 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
501 'features': {'dynamic_refresh': 1}, | 535 'features': {'dynamic_refresh': 1}, |
502 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], | 536 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], |
503 'id': 19, | 537 'id': 19, |
504 'caption': '''Specify a list of disabled plugins''', | 538 'caption': '''Specify a list of disabled plugins''', |
505 'desc': '''Specifies a list of plugins that are disabled in <ph name="PROD
UCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this se
tting. | 539 'desc': '''Specifies a list of plugins that are disabled in <ph name="PROD
UCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this se
tting. |
506 | 540 |
507 The wildcard characters '*' and '?' can be used to match sequences of arbi
trary characters. '*' matches an arbitrary number of characters while '?' specif
ies an optional single character, i.e. matches zero or one characters. The escap
e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu
t a '\\' in front of them. | 541 The wildcard characters '*' and '?' can be used to match sequences of arbi
trary characters. '*' matches an arbitrary number of characters while '?' specif
ies an optional single character, i.e. matches zero or one characters. The escap
e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu
t a '\\' in front of them. |
508 | 542 |
509 If you enable this setting, the specified list of plugins is never used in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked a
s disabled in 'about:plugins' and users cannot enable them. | 543 If you enable this setting, the specified list of plugins is never used in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked a
s disabled in 'about:plugins' and users cannot enable them. |
510 | 544 |
511 Note that this policy can be overriden by EnabledPlugins and DisabledPlugi
nsExceptions.''', | 545 Note that this policy can be overriden by EnabledPlugins and DisabledPlugi
nsExceptions. |
| 546 |
| 547 If this policy is left not set the user can use any plugin installed on th
e system except for hard-coded incompatible, outdated or dangerous plugins.''', |
512 'label': '''List of disabled plugins''', | 548 'label': '''List of disabled plugins''', |
513 }, | 549 }, |
514 { | 550 { |
515 'name': 'EnabledPlugins', | 551 'name': 'EnabledPlugins', |
516 'type': 'list', | 552 'type': 'list', |
517 'supported_on': ['chrome.*:11-'], | 553 'supported_on': ['chrome.*:11-'], |
518 'features': {'dynamic_refresh': 1}, | 554 'features': {'dynamic_refresh': 1}, |
519 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], | 555 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], |
520 'id': 78, | 556 'id': 78, |
521 'caption': '''Specify a list of enabled plugins''', | 557 'caption': '''Specify a list of enabled plugins''', |
522 'desc': '''Specifies a list of plugins that are enabled in <ph name="PRODU
CT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this set
ting. | 558 'desc': '''Specifies a list of plugins that are enabled in <ph name="PRODU
CT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this set
ting. |
523 | 559 |
524 The wildcard characters '*' and '?' can be used to match sequences of arbi
trary characters. '*' matches an arbitrary number of characters while '?' specif
ies an optional single character, i.e. matches zero or one characters. The escap
e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu
t a '\\' in front of them. | 560 The wildcard characters '*' and '?' can be used to match sequences of arbi
trary characters. '*' matches an arbitrary number of characters while '?' specif
ies an optional single character, i.e. matches zero or one characters. The escap
e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu
t a '\\' in front of them. |
525 | 561 |
526 The specified list of plugins is always used in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph> if they are installed. The plugins are marked as ena
bled in 'about:plugins' and users cannot disable them. | 562 The specified list of plugins is always used in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph> if they are installed. The plugins are marked as ena
bled in 'about:plugins' and users cannot disable them. |
527 | 563 |
528 Note that this policy overrides both DisabledPlugins and DisabledPluginsEx
ceptions.''', | 564 Note that this policy overrides both DisabledPlugins and DisabledPluginsEx
ceptions. |
| 565 |
| 566 If this policy is left not set the user can disable any plugin installed o
n the system.''', |
529 'label': '''List of enabled plugins''', | 567 'label': '''List of enabled plugins''', |
530 }, | 568 }, |
531 { | 569 { |
532 'name': 'DisabledPluginsExceptions', | 570 'name': 'DisabledPluginsExceptions', |
533 'type': 'list', | 571 'type': 'list', |
534 'supported_on': ['chrome.*:11-'], | 572 'supported_on': ['chrome.*:11-'], |
535 'features': {'dynamic_refresh': 1}, | 573 'features': {'dynamic_refresh': 1}, |
536 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], | 574 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], |
537 'id': 79, | 575 'id': 79, |
538 'caption': '''Specify a list of plugins that the user can enable or disabl
e''', | 576 'caption': '''Specify a list of plugins that the user can enable or disabl
e''', |
539 'desc': '''Specifies a list of plugins that user can enable or disable in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 577 'desc': '''Specifies a list of plugins that user can enable or disable in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
540 | 578 |
541 The wildcard characters '*' and '?' can be used to match sequences of arbi
trary characters. '*' matches an arbitrary number of characters while '?' specif
ies an optional single character, i.e. matches zero or one characters. The escap
e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu
t a '\\' in front of them. | 579 The wildcard characters '*' and '?' can be used to match sequences of arbi
trary characters. '*' matches an arbitrary number of characters while '?' specif
ies an optional single character, i.e. matches zero or one characters. The escap
e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu
t a '\\' in front of them. |
542 | 580 |
543 If you enable this setting, the specified list of plugins can be used in <
ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Users can enable or disabl
e them in 'about:plugins', even if the plugin also matches a pattern in Disabled
Plugins. Users can also enable and disable plugins that don't match any patterns
in DisabledPlugins, DisabledPluginsExceptions and EnabledPlugins.''', | 581 If you enable this setting, the specified list of plugins can be used in <
ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Users can enable or disabl
e them in 'about:plugins', even if the plugin also matches a pattern in Disabled
Plugins. Users can also enable and disable plugins that don't match any patterns
in DisabledPlugins, DisabledPluginsExceptions and EnabledPlugins. |
| 582 |
| 583 This policy is meant to allow for strict plugin balcklisting where the 'Di
sabledPlugins' list contains wildcarded entries like disable all plugins '*' or
disable all Java plugins '*Java*' but the administrator wishes to enable some pa
rticular version like 'IcedTea Java 2.3'. This particular versions can be specif
ied in this policy. |
| 584 |
| 585 If this policy is left not set any plugin that matches the patterns in the
'DisabledPlugins' will be locked disabled and the user won't be able to enable
them.''', |
544 'label': '''List of exceptions to the list of disabled plugins''', | 586 'label': '''List of exceptions to the list of disabled plugins''', |
545 }, | 587 }, |
546 { | 588 { |
547 'name': 'DisablePluginFinder', | 589 'name': 'DisablePluginFinder', |
548 'type': 'main', | 590 'type': 'main', |
549 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 591 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
550 'features': {'dynamic_refresh': 1}, | 592 'features': {'dynamic_refresh': 1}, |
551 'example_value': True, | 593 'example_value': True, |
552 'id': 66, | 594 'id': 66, |
553 'caption': '''Specify whether the plugin finder should be disabled''', | 595 'caption': '''Specify whether the plugin finder should be disabled''', |
554 'desc': '''If you set this setting to True the automatic search and instal
lation of missing plugins will be disabled in <ph name="PRODUCT_NAME">$1<ex>Goog
le Chrome</ex></ph>.''', | 596 'desc': '''If you set this setting to enabled the automatic search and ins
tallation of missing plugins will be disabled in <ph name="PRODUCT_NAME">$1<ex>G
oogle Chrome</ex></ph>. |
| 597 |
| 598 Setting this option to disabled or leave it not set the plugin finder will
be active.''', |
555 'label': '''Disable plugin finder''', | 599 'label': '''Disable plugin finder''', |
556 }, | 600 }, |
557 { | 601 { |
558 'name': 'SyncDisabled', | 602 'name': 'SyncDisabled', |
559 'type': 'main', | 603 'type': 'main', |
560 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 604 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
561 'features': {'dynamic_refresh': 1}, | 605 'features': {'dynamic_refresh': 1}, |
562 'example_value': True, | 606 'example_value': True, |
563 'id': 20, | 607 'id': 20, |
564 'caption': '''Disable synchronization of data with Google''', | 608 'caption': '''Disable synchronization of data with Google''', |
565 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex>
Google Chrome</ex></ph> using Google-hosted synchronization services and prevent
s users from changing this setting. | 609 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex>
Google Chrome</ex></ph> using Google-hosted synchronization services and prevent
s users from changing this setting. |
566 | 610 |
567 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | 611 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 612 |
| 613 If this policy is left not set Google Sync will be available for the user
to choose whether to use it or not.''', |
568 }, | 614 }, |
569 { | 615 { |
570 'name': 'UserDataDir', | 616 'name': 'UserDataDir', |
571 'type': 'string', | 617 'type': 'string', |
572 'supported_on': ['chrome.win:11-', 'chrome.mac:11-'], | 618 'supported_on': ['chrome.win:11-', 'chrome.mac:11-'], |
573 'features': {'dynamic_refresh': 0}, | 619 'features': {'dynamic_refresh': 0}, |
574 'example_value': '${users}/${user_name}/Chrome', | 620 'example_value': '${users}/${user_name}/Chrome', |
575 'id': 63, | 621 'id': 63, |
576 'caption': '''Set user data directory''', | 622 'caption': '''Set user data directory''', |
577 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for storing user data. | 623 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for storing user data. |
578 | 624 |
579 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 th
e '--user-data-dir' flag or not.''', | 625 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 th
e '--user-data-dir' flag or not. |
| 626 |
| 627 If this policy is left not set the default profile path will be used and t
he user will be able to override it with the '--user-data-dir' command line flag
.''', |
580 'label': '''Set user data directory''', | 628 'label': '''Set user data directory''', |
581 }, | 629 }, |
582 { | 630 { |
583 'name': 'DiskCacheDir', | 631 'name': 'DiskCacheDir', |
584 'type': 'string', | 632 'type': 'string', |
585 'supported_on': ['chrome.*:13-'], | 633 'supported_on': ['chrome.*:13-'], |
586 'features': {'dynamic_refresh': 0}, | 634 'features': {'dynamic_refresh': 0}, |
587 'example_value': '${user_home}/Chrome_cache', | 635 'example_value': '${user_home}/Chrome_cache', |
588 'id': 88, | 636 'id': 88, |
589 'caption': '''Set disk cache directory''', | 637 'caption': '''Set disk cache directory''', |
590 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for storing cached files on the disk. | 638 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for storing cached files on the disk. |
591 | 639 |
592 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 th
e '--disk-cache-dir' flag or not.''', | 640 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 th
e '--disk-cache-dir' flag or not. |
| 641 |
| 642 If this policy is left not set the default cache directory will be used an
d the user will be able to override it with the '--disk-cache-dir' command line
flag.''', |
593 'label': '''Set disk cache directory''', | 643 'label': '''Set disk cache directory''', |
594 }, | 644 }, |
595 { | 645 { |
596 'name': 'DownloadDirectory', | 646 'name': 'DownloadDirectory', |
597 'type': 'string', | 647 'type': 'string', |
598 'supported_on': ['chrome.*:11-'], | 648 'supported_on': ['chrome.*:11-'], |
599 'features': {'dynamic_refresh': 1}, | 649 'features': {'dynamic_refresh': 1}, |
600 'example_value': '/home/${user_name}/Downloads', | 650 'example_value': '/home/${user_name}/Downloads', |
601 'id': 64, | 651 'id': 64, |
602 'caption': '''Set download directory''', | 652 'caption': '''Set download directory''', |
603 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for downloading files. | 653 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for downloading files. |
604 | 654 |
605 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.''', | 655 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. |
| 656 |
| 657 If this policy is left not set the default download directory will be used
and the user will be able to change it.''', |
606 'label': '''Set download directory''', | 658 'label': '''Set download directory''', |
607 }, | 659 }, |
608 { | 660 { |
609 'name': 'ClearSiteDataOnExit', | 661 'name': 'ClearSiteDataOnExit', |
610 'type': 'main', | 662 'type': 'main', |
611 'supported_on': ['chrome.*:11-', 'chrome_os:1.0-'], | 663 'supported_on': ['chrome.*:11-', 'chrome_os:1.0-'], |
612 'features': {'dynamic_refresh': 1}, | 664 'features': {'dynamic_refresh': 1}, |
613 'example_value': True, | 665 'example_value': True, |
614 'id': 65, | 666 'id': 65, |
615 'caption': '''Clear site data on browser shutdown''', | 667 'caption': '''Clear site data on browser shutdown''', |
616 'desc': '''This policy is an override for the "Clear cookies and other sit
e data when I close my browser" content settings option. | 668 'desc': '''This policy is an override for the "Clear cookies and other sit
e data when I close my browser" content settings option. |
617 | 669 |
618 When set to true <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> wil
l delete all locally stored data from the browser when it is shut down.''', | 670 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. |
| 671 |
| 672 If set to disabled site data will not be cleared on exit. |
| 673 |
| 674 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.''', |
619 'label': '''Clear site data on browser shutdown''', | 675 'label': '''Clear site data on browser shutdown''', |
620 }, | 676 }, |
621 { | 677 { |
622 'name': 'Proxy', | 678 'name': 'Proxy', |
623 'type': 'group', | 679 'type': 'group', |
624 'caption': '''Proxy server''', | 680 'caption': '''Proxy server''', |
625 '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. | 681 '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. |
626 | 682 |
627 If you choose to never use a proxy server and always connect directly, all
other options are ignored. | 683 If you choose to never use a proxy server and always connect directly, all
other options are ignored. |
628 | 684 |
629 If you choose to auto detect the proxy server, all other options are ignor
ed. | 685 If you choose to auto detect the proxy server, all other options are ignor
ed. |
630 | 686 |
631 For detailed examples, visit: | 687 For detailed examples, visit: |
632 <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> | 688 <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> |
633 | 689 |
634 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> ignores all proxy-related options specified from the command line.''', | 690 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> ignores all proxy-related options specified from the command line. |
| 691 |
| 692 Leaving these policies not set will allow the users to choose the proxy se
ttings on their own.''', |
635 'policies': [ | 693 'policies': [ |
636 { | 694 { |
637 'name': 'ProxyMode', | 695 'name': 'ProxyMode', |
638 'type': 'string-enum', | 696 'type': 'string-enum', |
639 'items': [ | 697 'items': [ |
640 { | 698 { |
641 'name': 'ProxyDisabled', | 699 'name': 'ProxyDisabled', |
642 'value': 'direct', | 700 'value': 'direct', |
643 'caption': '''Never use a proxy''' | 701 'caption': '''Never use a proxy''' |
644 }, | 702 }, |
(...skipping 29 matching lines...) Expand all Loading... |
674 | 732 |
675 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. | 733 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. |
676 | 734 |
677 If you choose fixed server proxy mode, you can specify further options
in 'Address or URL of proxy server' and 'Comma-separated list of proxy bypass r
ules'. | 735 If you choose fixed server proxy mode, you can specify further options
in 'Address or URL of proxy server' and 'Comma-separated list of proxy bypass r
ules'. |
678 | 736 |
679 If you choose to use a .pac proxy script, you must specify the URL to
the script in 'URL to a proxy .pac file'. | 737 If you choose to use a .pac proxy script, you must specify the URL to
the script in 'URL to a proxy .pac file'. |
680 | 738 |
681 For detailed examples, visit: | 739 For detailed examples, visit: |
682 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do
cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c
hromium.org/developers/design-documents/network-settings#TOC-Command-line-option
s-for-proxy-sett</ex></ph> | 740 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do
cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c
hromium.org/developers/design-documents/network-settings#TOC-Command-line-option
s-for-proxy-sett</ex></ph> |
683 | 741 |
684 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> ignores all proxy-related options specified from the command line.''
', | 742 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> ignores all proxy-related options specified from the command line. |
| 743 |
| 744 Leaving this policy not set will allow the users to choose the proxy s
ettings on their own.''', |
685 }, | 745 }, |
686 { | 746 { |
687 'name': 'ProxyServerMode', | 747 'name': 'ProxyServerMode', |
688 'type': 'int-enum', | 748 'type': 'int-enum', |
689 'items': [ | 749 'items': [ |
690 { | 750 { |
691 'name': 'ProxyServerDisabled', | 751 'name': 'ProxyServerDisabled', |
692 'value': 0, | 752 'value': 0, |
693 'caption': '''Never use a proxy''' | 753 'caption': '''Never use a proxy''' |
694 }, | 754 }, |
(...skipping 25 matching lines...) Expand all Loading... |
720 | 780 |
721 If you choose to never use a proxy server and always connect directly,
all other options are ignored. | 781 If you choose to never use a proxy server and always connect directly,
all other options are ignored. |
722 | 782 |
723 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. | 783 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. |
724 | 784 |
725 If you choose manual proxy settings, you can specify further options i
n 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separa
ted list of proxy bypass rules'. | 785 If you choose manual proxy settings, you can specify further options i
n 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separa
ted list of proxy bypass rules'. |
726 | 786 |
727 For detailed examples, visit: | 787 For detailed examples, visit: |
728 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do
cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c
hromium.org/developers/design-documents/network-settings#TOC-Command-line-option
s-for-proxy-sett</ex></ph> | 788 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do
cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c
hromium.org/developers/design-documents/network-settings#TOC-Command-line-option
s-for-proxy-sett</ex></ph> |
729 | 789 |
730 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> ignores all proxy-related options specified from the command line.''
', | 790 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> ignores all proxy-related options specified from the command line. |
| 791 |
| 792 Leaving this policy not set will allow the users to choose the proxy s
ettings on their own.''', |
731 }, | 793 }, |
732 { | 794 { |
733 'name': 'ProxyServer', | 795 'name': 'ProxyServer', |
734 'type': 'string', | 796 'type': 'string', |
735 'supported_on': ['chrome.*:8-'], | 797 'supported_on': ['chrome.*:8-'], |
736 'features': {'dynamic_refresh': 1}, | 798 'features': {'dynamic_refresh': 1}, |
737 'example_value': '123.123.123.123:8080', | 799 'example_value': '123.123.123.123:8080', |
738 'id': 23, | 800 'id': 23, |
739 'caption': '''Address or URL of proxy server''', | 801 'caption': '''Address or URL of proxy server''', |
740 'desc': '''You can specify the URL of the proxy server here. | 802 'desc': '''You can specify the URL of the proxy server here. |
741 | 803 |
742 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. | 804 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. |
743 | 805 |
| 806 You should leave this policy not set if you have selected any other mo
de for setting proxy policies. |
| 807 |
744 For more options and detailed examples, visit: | 808 For more options and detailed examples, visit: |
745 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do
cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c
hromium.org/developers/design-documents/network-settings#TOC-Command-line-option
s-for-proxy-sett</ex></ph>''', | 809 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do
cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c
hromium.org/developers/design-documents/network-settings#TOC-Command-line-option
s-for-proxy-sett</ex></ph>''', |
746 }, | 810 }, |
747 { | 811 { |
748 'name': 'ProxyPacUrl', | 812 'name': 'ProxyPacUrl', |
749 'type': 'string', | 813 'type': 'string', |
750 'supported_on': ['chrome.*:8-'], | 814 'supported_on': ['chrome.*:8-'], |
751 'features': {'dynamic_refresh': 1}, | 815 'features': {'dynamic_refresh': 1}, |
752 'example_value': 'http://internal.site/example.pac', | 816 'example_value': 'http://internal.site/example.pac', |
753 'id': 24, | 817 'id': 24, |
754 'caption': '''URL to a proxy .pac file''', | 818 'caption': '''URL to a proxy .pac file''', |
755 'desc': '''You can specify a URL to a proxy .pac file here. | 819 'desc': '''You can specify a URL to a proxy .pac file here. |
756 | 820 |
757 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. | 821 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. |
758 | 822 |
| 823 You should leave this policy not set if you have selected any other mo
de for setting proxy policies. |
| 824 |
759 For detailed examples, visit: | 825 For detailed examples, visit: |
760 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do
cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c
hromium.org/developers/design-documents/network-settings#TOC-Command-line-option
s-for-proxy-sett</ex></ph>''', | 826 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do
cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c
hromium.org/developers/design-documents/network-settings#TOC-Command-line-option
s-for-proxy-sett</ex></ph>''', |
761 }, | 827 }, |
762 { | 828 { |
763 'name': 'ProxyBypassList', | 829 'name': 'ProxyBypassList', |
764 'type': 'string', | 830 'type': 'string', |
765 'supported_on': ['chrome.*:8-'], | 831 'supported_on': ['chrome.*:8-'], |
766 'features': {'dynamic_refresh': 1}, | 832 'features': {'dynamic_refresh': 1}, |
767 'example_value': 'http://www.example1.com,http://www.example2.com,http
://internalsite/', | 833 'example_value': 'http://www.example1.com,http://www.example2.com,http
://internalsite/', |
768 'id': 25, | 834 'id': 25, |
769 'caption': '''Proxy bypass rules''', | 835 'caption': '''Proxy bypass rules''', |
770 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will
bypass any proxy for the list of hosts given here. | 836 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will
bypass any proxy for the list of hosts given here. |
771 | 837 |
772 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. | 838 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. |
773 | 839 |
| 840 You should leave this policy not set if you have selected any other mo
de for setting proxy policies. |
| 841 |
774 For more detailed examples, visit: | 842 For more detailed examples, visit: |
775 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do
cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c
hromium.org/developers/design-documents/network-settings#TOC-Command-line-option
s-for-proxy-sett</ex></ph>''', | 843 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do
cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c
hromium.org/developers/design-documents/network-settings#TOC-Command-line-option
s-for-proxy-sett</ex></ph>''', |
776 'label': '''Comma-separated list of proxy bypass rules''', | 844 'label': '''Comma-separated list of proxy bypass rules''', |
777 }, | 845 }, |
778 ], | 846 ], |
779 }, | 847 }, |
780 { | 848 { |
781 'name': 'HTTPAuthentication', | 849 'name': 'HTTPAuthentication', |
782 'type': 'group', | 850 'type': 'group', |
783 'caption': '''Policies for HTTP Authentication''', | 851 'caption': '''Policies for HTTP Authentication''', |
784 'desc': '''Policies related to integrated HTTP authentication.''', | 852 'desc': '''Policies related to integrated HTTP authentication.''', |
785 'policies': [ | 853 'policies': [ |
786 { | 854 { |
787 'name': 'AuthSchemes', | 855 'name': 'AuthSchemes', |
788 'type': 'string', | 856 'type': 'string', |
789 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 857 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
790 'features': {'dynamic_refresh': 0}, | 858 'features': {'dynamic_refresh': 0}, |
791 'example_value': 'basic,digest,ntlm,negotiate', | 859 'example_value': 'basic,digest,ntlm,negotiate', |
792 'id': 26, | 860 'id': 26, |
793 'caption': '''Supported authentication schemes''', | 861 'caption': '''Supported authentication schemes''', |
794 'desc': '''Specifies which HTTP Authentication schemes are supported b
y <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 862 'desc': '''Specifies which HTTP Authentication schemes are supported b
y <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
795 | 863 |
796 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separat
e multiple values with commas.''', | 864 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separat
e multiple values with commas. |
| 865 |
| 866 If this policy is left not set, all four schemes will be used.''', |
797 }, | 867 }, |
798 { | 868 { |
799 'name': 'DisableAuthNegotiateCnameLookup', | 869 'name': 'DisableAuthNegotiateCnameLookup', |
800 'type': 'main', | 870 'type': 'main', |
801 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 871 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
802 'features': {'dynamic_refresh': 0}, | 872 'features': {'dynamic_refresh': 0}, |
803 'example_value': False, | 873 'example_value': False, |
804 'id': 27, | 874 'id': 27, |
805 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic
ation''', | 875 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic
ation''', |
806 'desc': '''Specifies whether the generated Kerberos SPN is based on th
e canonical DNS name or the original name entered. | 876 'desc': '''Specifies whether the generated Kerberos SPN is based on th
e canonical DNS name or the original name entered. |
807 | 877 |
808 If you enable this setting, CNAME lookup will be skipped and the serve
r name will be used as entered. | 878 If you enable this setting, CNAME lookup will be skipped and the serve
r name will be used as entered. |
809 | 879 |
810 If you disable this setting, the canonical name of the server will be
determined via CNAME lookup.''', | 880 If you disable this setting or leave it not set, the canonical name of
the server will be determined via CNAME lookup.''', |
811 }, | 881 }, |
812 { | 882 { |
813 'name': 'EnableAuthNegotiatePort', | 883 'name': 'EnableAuthNegotiatePort', |
814 'type': 'main', | 884 'type': 'main', |
815 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 885 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
816 'features': {'dynamic_refresh': 0}, | 886 'features': {'dynamic_refresh': 0}, |
817 'example_value': False, | 887 'example_value': False, |
818 'id': 28, | 888 'id': 28, |
819 'caption': '''Include non-standard port in Kerberos SPN''', | 889 'caption': '''Include non-standard port in Kerberos SPN''', |
820 'desc': '''Specifies whether the generated Kerberos SPN should include
a non-standard port. | 890 'desc': '''Specifies whether the generated Kerberos SPN should include
a non-standard port. |
821 | 891 |
822 If you enable this setting, and a non-standard port (i.e., a port othe
r than 80 or 443) is entered, it will be included in the generated Kerberos SPN. | 892 If you enable this setting, and a non-standard port (i.e., a port othe
r than 80 or 443) is entered, it will be included in the generated Kerberos SPN. |
823 | 893 |
824 If you disable this setting, the generated Kerberos SPN will not inclu
de a port in any case.''', | 894 If you disable this setting or leave it not set, the generated Kerbero
s SPN will not include a port in any case.''', |
825 }, | 895 }, |
826 { | 896 { |
827 'name': 'AuthServerWhitelist', | 897 'name': 'AuthServerWhitelist', |
828 'type': 'string', | 898 'type': 'string', |
829 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 899 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
830 'features': {'dynamic_refresh': 0}, | 900 'features': {'dynamic_refresh': 0}, |
831 'example_value': '*example.com,foobar.com,*baz', | 901 'example_value': '*example.com,foobar.com,*baz', |
832 'id': 29, | 902 'id': 29, |
833 'caption': '''Authentication server whitelist''', | 903 'caption': '''Authentication server whitelist''', |
834 'desc': '''Specifies which servers should be whitelisted for integrate
d authentication. Integrated authentication is only enabled when <ph name="PRODU
CT_NAME">$1<ex>Google Chrome</ex></ph> receives an authentication challenge from
a proxy or from a server which is in this permitted list. | 904 'desc': '''Specifies which servers should be whitelisted for integrate
d authentication. Integrated authentication is only enabled when <ph name="PRODU
CT_NAME">$1<ex>Google Chrome</ex></ph> receives an authentication challenge from
a proxy or from a server which is in this permitted list. |
835 | 905 |
836 Separate multiple server names with commas. Wildcards (*) are allowed.
''', | 906 Separate multiple server names with commas. Wildcards (*) are allowed. |
| 907 |
| 908 If you leave this policy not set any server will be accepted for integ
rated authentication.''', |
837 }, | 909 }, |
838 { | 910 { |
839 'name': 'AuthNegotiateDelegateWhitelist', | 911 'name': 'AuthNegotiateDelegateWhitelist', |
840 'type': 'string', | 912 'type': 'string', |
841 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 913 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
842 'features': {'dynamic_refresh': 0}, | 914 'features': {'dynamic_refresh': 0}, |
843 'example_value': 'foobar.example.com', | 915 'example_value': 'foobar.example.com', |
844 'id': 30, | 916 'id': 30, |
845 'caption': '''Kerberos delegation server whitelist''', | 917 'caption': '''Kerberos delegation server whitelist |
| 918 |
| 919 If you leave this policy not set any server will be accepted for integ
rated authentication.''', |
846 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> may delegate to.''', | 920 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> may delegate to.''', |
847 }, | 921 }, |
848 { | 922 { |
849 'name': 'GSSAPILibraryName', | 923 'name': 'GSSAPILibraryName', |
850 'type': 'string', | 924 'type': 'string', |
851 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], | 925 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], |
852 'features': {'dynamic_refresh': 0}, | 926 'features': {'dynamic_refresh': 0}, |
853 'example_value': 'libgssapi_krb5.so.2', | 927 'example_value': 'libgssapi_krb5.so.2', |
854 'id': 31, | 928 'id': 31, |
855 'caption': '''GSSAPI library name''', | 929 'caption': '''GSSAPI library name''', |
856 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati
on. You can set either just a library name, or a full path. If no setting is pro
vided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to u
sing a default library name.''', | 930 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati
on. You can set either just a library name, or a full path. |
| 931 |
| 932 If no setting is provided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome
</ex></ph> will fall back to using a default library name.''', |
857 }, | 933 }, |
858 { | 934 { |
859 'name': 'AllowCrossOriginAuthPrompt', | 935 'name': 'AllowCrossOriginAuthPrompt', |
860 'type': 'main', | 936 'type': 'main', |
861 'supported_on': ['chrome.*:13-'], | 937 'supported_on': ['chrome.*:13-'], |
862 'features': {'dynamic_refresh': 1}, | 938 'features': {'dynamic_refresh': 1}, |
863 'example_value': False, | 939 'example_value': False, |
864 'id': 89, | 940 'id': 89, |
865 'caption': '''Cross-origin HTTP Basic Auth propmts''', | 941 'caption': '''Cross-origin HTTP Basic Auth prompts''', |
866 'desc': '''Controls whether third-party sub-content on a page is allow
ed to pop-up an HTTP Basic Auth dialog box. Typically this is disabled as a phi
shing defense.''', | 942 'desc': '''Controls whether third-party sub-content on a page is allow
ed to pop-up an HTTP Basic Auth dialog box. |
| 943 |
| 944 Typically this is disabled as a phishing defense. If this policy is no
t set, this is disabled and third-party sub-content will not be allowed to pop u
p a HTTP Basic Auth dialog box.''', |
867 }, | 945 }, |
868 ], | 946 ], |
869 }, | 947 }, |
870 { | 948 { |
871 'name': 'Extensions', | 949 'name': 'Extensions', |
872 'type': 'group', | 950 'type': 'group', |
873 'caption': '''Extensions''', | 951 'caption': '''Extensions''', |
874 'desc': '''Configures extension-related policies. The user is not allowed
to install blacklisted extensions unless they are whitelisted. You can also forc
e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install
extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAM
E">ExtensionInstallForcelist</ph>. The blacklist takes precedence over the list
of forced extensions.''', | 952 'desc': '''Configures extension-related policies. The user is not allowed
to install blacklisted extensions unless they are whitelisted. You can also forc
e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install
extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAM
E">ExtensionInstallForcelist</ph>. The blacklist takes precedence over the list
of forced extensions.''', |
875 'policies': [ | 953 'policies': [ |
876 { | 954 { |
877 'name': 'ExtensionInstallBlacklist', | 955 'name': 'ExtensionInstallBlacklist', |
878 'type': 'list', | 956 'type': 'list', |
879 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 957 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
880 'features': {'dynamic_refresh': 1}, | 958 'features': {'dynamic_refresh': 1}, |
881 'example_value': ['extension_id1', 'extension_id2'], | 959 'example_value': ['extension_id1', 'extension_id2'], |
882 'id': 32, | 960 'id': 32, |
883 'caption': '''Configure extension installation blacklist''', | 961 'caption': '''Configure extension installation blacklist''', |
884 'desc': '''Allows you to specify which extensions the users can NOT in
stall. Extensions already installed will be removed if blacklisted. | 962 'desc': '''Allows you to specify which extensions the users can NOT in
stall. Extensions already installed will be removed if blacklisted. |
885 | 963 |
886 A blacklist value of * means all extensions are blacklisted unless the
y are explicitly listed in the whitelist.''', | 964 A blacklist value of '*' means all extensions are blacklisted unless t
hey are explicitly listed in the whitelist. |
| 965 |
| 966 If this policy is left not set the user can install any extension in <
ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
887 'label': '''Extension IDs the user should be prevented from installing
(or * for all)''', | 967 'label': '''Extension IDs the user should be prevented from installing
(or * for all)''', |
888 }, | 968 }, |
889 { | 969 { |
890 'name': 'ExtensionInstallWhitelist', | 970 'name': 'ExtensionInstallWhitelist', |
891 'type': 'list', | 971 'type': 'list', |
892 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 972 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
893 'features': {'dynamic_refresh': 1}, | 973 'features': {'dynamic_refresh': 1}, |
894 'example_value': ['extension_id1', 'extension_id2'], | 974 'example_value': ['extension_id1', 'extension_id2'], |
895 'id': 33, | 975 'id': 33, |
896 'caption': '''Configure extension installation whitelist''', | 976 'caption': '''Configure extension installation whitelist''', |
897 'desc': '''Allows you to specify which extensions are not subject to t
he blacklist. | 977 'desc': '''Allows you to specify which extensions are not subject to t
he blacklist. |
898 | 978 |
899 A blacklist value of * means all extensions are blacklisted and users
can only install extensions listed in the whitelist. | 979 A blacklist value of * means all extensions are blacklisted and users
can only install extensions listed in the whitelist. |
900 | 980 |
901 By default, all extensions are whitelisted, but if all extensions have
been blacklisted by policy, the whitelist can be used to override that policy.'
'', | 981 By default, all extensions are whitelisted, but if all extensions have
been blacklisted by policy, the whitelist can be used to override that policy.'
'', |
902 'label': '''Extension IDs to exempt from the blacklist''', | 982 'label': '''Extension IDs to exempt from the blacklist''', |
903 }, | 983 }, |
904 { | 984 { |
905 'name': 'ExtensionInstallForcelist', | 985 'name': 'ExtensionInstallForcelist', |
906 'type': 'list', | 986 'type': 'list', |
907 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 987 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
908 'features': {'dynamic_refresh': 1}, | 988 'features': {'dynamic_refresh': 1}, |
909 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.g
oogle.com/service/update2/crx'], | 989 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.g
oogle.com/service/update2/crx'], |
910 'id': 34, | 990 'id': 34, |
911 'caption': '''Configure the list of force-installed extensions''', | 991 'caption': '''Configure the list of force-installed extensions''', |
912 'desc': '''Allows you to specify a list of extensions that will be ins
talled silently, without user interaction. | 992 'desc': '''Allows you to specify a list of extensions that will be ins
talled silently, without user interaction. |
913 | 993 |
914 Each item of the list is a string, that contains an extension ID and a
n update URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). For example
: <ph name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://c
lients2.google.com/service/update2/crx</ph>. For each item, <ph name="PRODUCT_NA
ME">$1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the I
D from the specified URL and silently install it. The following pages explain ho
w you can host extensions on your own server. About update URLs: <ph name="LINK_
TO_EXTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph>
, about hosting extensions in general: <ph name="LINK_TO_EXTENSION_DOC2">http:/
/code.google.com/chrome/extensions/hosting.html</ph>. | 994 Each item of the list is a string, that contains an extension ID and a
n update URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). For example
: <ph name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://c
lients2.google.com/service/update2/crx</ph>. For each item, <ph name="PRODUCT_NA
ME">$1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the I
D from the specified URL and silently install it. The following pages explain ho
w you can host extensions on your own server. About update URLs: <ph name="LINK_
TO_EXTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph>
, about hosting extensions in general: <ph name="LINK_TO_EXTENSION_DOC2">http:/
/code.google.com/chrome/extensions/hosting.html</ph>. |
915 | 995 |
916 Users will be unable to uninstall extensions that are specified by thi
s policy. If you remove an extension from this list, then it will be automatical
ly uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensi
ons that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, can
not be force-installed by this policy.''', | 996 Users will be unable to uninstall extensions that are specified by thi
s policy. If you remove an extension from this list, then it will be automatical
ly uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensi
ons that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, can
not be force-installed by this policy. |
| 997 |
| 998 If this policy is left not set the user can uninstall any extension i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
917 'label': '''Extension IDs and update URLs to be silently installed''', | 999 'label': '''Extension IDs and update URLs to be silently installed''', |
918 }, | 1000 }, |
919 ], | 1001 ], |
920 }, | 1002 }, |
921 { | 1003 { |
922 'name': 'ShowHomeButton', | 1004 'name': 'ShowHomeButton', |
923 'type': 'main', | 1005 'type': 'main', |
924 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1006 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
925 'features': {'dynamic_refresh': 1}, | 1007 'features': {'dynamic_refresh': 1}, |
926 'example_value': True, | 1008 'example_value': True, |
927 'id': 35, | 1009 'id': 35, |
928 'caption': '''Show Home button on toolbar''', | 1010 'caption': '''Show Home button on toolbar''', |
929 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C
hrome</ex></ph>'s toolbar. | 1011 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C
hrome</ex></ph>'s toolbar. |
930 | 1012 |
931 If you enable this setting, the Home button is always shown. | 1013 If you enable this setting, the Home button is always shown. |
932 | 1014 |
933 If you disable this setting, the Home button is never shown. | 1015 If you disable this setting, the Home button is never shown. |
934 | 1016 |
935 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>.''', | 1017 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>. |
| 1018 |
| 1019 Leaving this policy not set will allow the user to choose whether to show
the home button.''', |
936 }, | 1020 }, |
937 { | 1021 { |
938 'name': 'DeveloperToolsDisabled', | 1022 'name': 'DeveloperToolsDisabled', |
939 'type': 'main', | 1023 'type': 'main', |
940 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 1024 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
941 'features': {'dynamic_refresh': 1}, | 1025 'features': {'dynamic_refresh': 1}, |
942 'example_value': False, | 1026 'example_value': False, |
943 'id': 36, | 1027 'id': 36, |
944 'caption': '''Disable Developer Tools''', | 1028 'caption': '''Disable Developer Tools''', |
945 'desc': '''Disables the Developer Tools and the JavaScript console. | 1029 'desc': '''Disables the Developer Tools and the JavaScript console. |
946 | 1030 |
947 If you enable this setting, the Developer Tools can not be accessed and we
b-site elements can not be inspected anymore. Any keyboard shortcuts and any men
u or context menu entries to open the Developer Tools or the JavaScript Console
will be disabled.''', | 1031 If you enable this setting, the Developer Tools can not be accessed and we
b-site elements can not be inspected anymore. Any keyboard shortcuts and any men
u or context menu entries to open the Developer Tools or the JavaScript Console
will be disabled. |
| 1032 |
| 1033 Setting this option to disabled or leaving it not set will allow the use t
o use the Developer Tools and the JavaScript console.''', |
948 }, | 1034 }, |
949 { | 1035 { |
950 'name': 'RestoreOnStartupGroup', | 1036 'name': 'RestoreOnStartupGroup', |
951 'type': 'group', | 1037 'type': 'group', |
952 'caption': '''Startup pages''', | 1038 'caption': '''Startup pages''', |
953 'desc': '''Allows you to configure the pages that are loaded on startup. | 1039 'desc': '''Allows you to configure the pages that are loaded on startup. |
954 | 1040 |
955 The contents of the list 'URLs to open at startup' are ignored unless you
select 'Open a list of URLs' in 'Action on startup'.''', | 1041 The contents of the list 'URLs to open at startup' are ignored unless you
select 'Open a list of URLs' in 'Action on startup'.''', |
956 'policies': [ | 1042 'policies': [ |
957 { | 1043 { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 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>.''', | 1078 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>.''', |
993 }, | 1079 }, |
994 { | 1080 { |
995 'name': 'RestoreOnStartupURLs', | 1081 'name': 'RestoreOnStartupURLs', |
996 'type': 'list', | 1082 'type': 'list', |
997 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1083 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
998 'features': {'dynamic_refresh': 1}, | 1084 'features': {'dynamic_refresh': 1}, |
999 'example_value': ['http://example.com', 'http://chromium.org'], | 1085 'example_value': ['http://example.com', 'http://chromium.org'], |
1000 'id': 38, | 1086 'id': 38, |
1001 'caption': '''URLs to open on startup''', | 1087 'caption': '''URLs to open on startup''', |
1002 '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.''', | 1088 '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. |
| 1089 |
| 1090 This policy only works if the 'RestoreOnStartup' policy is set to 'Res
toreOnStartupIsURLs'.''', |
1003 }, | 1091 }, |
1004 ], | 1092 ], |
1005 }, | 1093 }, |
1006 { | 1094 { |
1007 'name': 'BlockThirdPartyCookies', | 1095 'name': 'BlockThirdPartyCookies', |
1008 'type': 'main', | 1096 'type': 'main', |
1009 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1097 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1010 'features': {'dynamic_refresh': 1}, | 1098 'features': {'dynamic_refresh': 1}, |
1011 'example_value': False, | 1099 'example_value': False, |
1012 'id': 39, | 1100 'id': 39, |
1013 'caption': '''Block third party cookies''', | 1101 'caption': '''Block third party cookies''', |
1014 'desc': '''Blocks third party cookies. | 1102 'desc': '''Blocks third party cookies. |
1015 | 1103 |
1016 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. | 1104 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. |
1017 | 1105 |
1018 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.''', | 1106 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. |
| 1107 |
| 1108 If this policy is left not set, third party cookies will be enabled but th
e user will be able to change that.''', |
1019 }, | 1109 }, |
1020 { | 1110 { |
1021 'name': 'DefaultSearchProvider', | 1111 'name': 'DefaultSearchProvider', |
1022 'type': 'group', | 1112 'type': 'group', |
1023 'caption': '''Default search provider''', | 1113 'caption': '''Default search provider''', |
1024 'desc': '''Configures the default search provider. You can specify the def
ault search provider that the user will use or choose to disable default search.
''', | 1114 'desc': '''Configures the default search provider. You can specify the def
ault search provider that the user will use or choose to disable default search.
''', |
1025 'policies': [ | 1115 'policies': [ |
1026 { | 1116 { |
1027 'name': 'DefaultSearchProviderEnabled', | 1117 'name': 'DefaultSearchProviderEnabled', |
1028 'type': 'main', | 1118 'type': 'main', |
1029 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1119 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1030 'features': {'dynamic_refresh': 1}, | 1120 'features': {'dynamic_refresh': 1}, |
1031 'example_value': True, | 1121 'example_value': True, |
1032 'id': 40, | 1122 'id': 40, |
1033 'caption': '''Enable the default search provider''', | 1123 'caption': '''Enable the default search provider''', |
1034 'desc': '''Enables the use of a default search provider. | 1124 'desc': '''Enables the use of a default search provider. |
1035 | 1125 |
1036 If you enable this setting, a default search is performed when the use
r types text in the omnibox that is not a URL. | 1126 If you enable this setting, a default search is performed when the use
r types text in the omnibox that is not a URL. |
1037 | 1127 |
1038 You can specify the default search provider to be used by setting the
rest of the default search policies. If these are left empty, the user can choos
e the default provider. | 1128 You can specify the default search provider to be used by setting the
rest of the default search policies. If these are left empty, the user can choos
e the default provider. |
1039 | 1129 |
1040 If you disable this setting, no search is performed when the user ente
rs non-URL text in the omnibox. | 1130 If you disable this setting, no search is performed when the user ente
rs non-URL text in the omnibox. |
1041 | 1131 |
1042 If you enable or disable this setting, users cannot change or override
this setting in <ph name="PRODUCT_NAME"> | 1132 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>. |
1043 $1<ex>Google Chrome</ex> | 1133 |
1044 </ph>.''', | 1134 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.''', |
1045 }, | 1135 }, |
1046 { | 1136 { |
1047 'name': 'DefaultSearchProviderName', | 1137 'name': 'DefaultSearchProviderName', |
1048 'type': 'string', | 1138 'type': 'string', |
1049 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1139 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1050 'features': {'dynamic_refresh': 1}, | 1140 'features': {'dynamic_refresh': 1}, |
1051 'example_value': 'My Intranet Search', | 1141 'example_value': 'My Intranet Search', |
1052 'id': 41, | 1142 'id': 41, |
1053 'caption': '''Default search provider name''', | 1143 'caption': '''Default search provider name''', |
1054 'desc': '''Specifies the name of the default search provider. If left
empty, the host name specified by the search URL will be used.''', | 1144 '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. |
| 1145 |
| 1146 This policy is only considered if the 'DefaultSearchProviderEnabled' p
olicy is enabled.''', |
1055 }, | 1147 }, |
1056 { | 1148 { |
1057 'name': 'DefaultSearchProviderKeyword', | 1149 'name': 'DefaultSearchProviderKeyword', |
1058 'type': 'string', | 1150 'type': 'string', |
1059 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1151 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1060 'features': {'dynamic_refresh': 1}, | 1152 'features': {'dynamic_refresh': 1}, |
1061 'example_value': 'mis', | 1153 'example_value': 'mis', |
1062 'id': 42, | 1154 'id': 42, |
1063 'caption': '''Default search provider keyword''', | 1155 'caption': '''Default search provider keyword''', |
1064 'desc': '''Specifies the keyword, which is the shortcut used in the om
nibox to trigger the search for this provider. Optional.''', | 1156 'desc': '''Specifies the keyword, which is the shortcut used in the om
nibox to trigger the search for this provider. |
| 1157 |
| 1158 This policy is optional. If not set, no keyword will activate the sear
ch provider. |
| 1159 |
| 1160 This policy is only considered if the 'DefaultSearchProviderEnabled' p
olicy is enabled.''', |
1065 }, | 1161 }, |
1066 { | 1162 { |
1067 'name': 'DefaultSearchProviderSearchURL', | 1163 'name': 'DefaultSearchProviderSearchURL', |
1068 'type': 'string', | 1164 'type': 'string', |
1069 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1165 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1070 'features': {'dynamic_refresh': 1}, | 1166 'features': {'dynamic_refresh': 1}, |
1071 'example_value': 'http://search.my.company/search?q={searchTerms}', | 1167 'example_value': 'http://search.my.company/search?q={searchTerms}', |
1072 'id': 43, | 1168 'id': 43, |
1073 'caption': '''Default search provider search URL''', | 1169 'caption': '''Default search provider search URL''', |
1074 '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.''', | 1170 '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. |
| 1171 |
| 1172 This option must be set when the 'DefaultSearchProviderEnabled' policy
is enabled and will only be respected if this is the case.''', |
1075 }, | 1173 }, |
1076 { | 1174 { |
1077 'name': 'DefaultSearchProviderSuggestURL', | 1175 'name': 'DefaultSearchProviderSuggestURL', |
1078 'type': 'string', | 1176 'type': 'string', |
1079 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1177 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1080 'features': {'dynamic_refresh': 1}, | 1178 'features': {'dynamic_refresh': 1}, |
1081 'example_value': 'http://search.my.company/suggest?q={searchTerms}', | 1179 'example_value': 'http://search.my.company/suggest?q={searchTerms}', |
1082 'id': 44, | 1180 'id': 44, |
1083 'caption': '''Default search provider suggest URL''', | 1181 'caption': '''Default search provider suggest URL''', |
1084 '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. Optional.''', | 1182 '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. |
| 1183 |
| 1184 This policy is optional. If not set, no suggest URL will be used. |
| 1185 |
| 1186 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', |
1085 }, | 1187 }, |
1086 { | 1188 { |
1087 'name': 'DefaultSearchProviderInstantURL', | 1189 'name': 'DefaultSearchProviderInstantURL', |
1088 'type': 'string', | 1190 'type': 'string', |
1089 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1191 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1090 'features': {'dynamic_refresh': 1}, | 1192 'features': {'dynamic_refresh': 1}, |
1091 'example_value': 'http://search.my.company/suggest?q={searchTerms}', | 1193 'example_value': 'http://search.my.company/suggest?q={searchTerms}', |
1092 'id': 45, | 1194 'id': 45, |
1093 'caption': '''Default search provider instant URL''', | 1195 'caption': '''Default search provider instant URL''', |
1094 '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. Optional.''', | 1196 '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. |
| 1197 |
| 1198 This policy is optional. If not set, no instant search results will be
provided. |
| 1199 |
| 1200 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', |
1095 }, | 1201 }, |
1096 { | 1202 { |
1097 'name': 'DefaultSearchProviderIconURL', | 1203 'name': 'DefaultSearchProviderIconURL', |
1098 'type': 'string', | 1204 'type': 'string', |
1099 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1205 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1100 'features': {'dynamic_refresh': 1}, | 1206 'features': {'dynamic_refresh': 1}, |
1101 'example_value': 'http://search.my.company/favicon.ico', | 1207 'example_value': 'http://search.my.company/favicon.ico', |
1102 'id': 46, | 1208 'id': 46, |
1103 'caption': '''Default search provider icon''', | 1209 'caption': '''Default search provider icon''', |
1104 'desc': '''Specifies the favorite icon URL of the default search provi
der. Optional.''', | 1210 'desc': '''Specifies the favorite icon URL of the default search provi
der. |
| 1211 |
| 1212 This policy is optional. If not set, no icon will be present for the s
earch provider. |
| 1213 |
| 1214 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', |
1105 }, | 1215 }, |
1106 { | 1216 { |
1107 'name': 'DefaultSearchProviderEncodings', | 1217 'name': 'DefaultSearchProviderEncodings', |
1108 'type': 'list', | 1218 'type': 'list', |
1109 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1219 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1110 'features': {'dynamic_refresh': 1}, | 1220 'features': {'dynamic_refresh': 1}, |
1111 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'], | 1221 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'], |
1112 'id': 47, | 1222 'id': 47, |
1113 'caption': '''Default search provider encodings''', | 1223 'caption': '''Default search provider encodings''', |
1114 '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. The default is UTF-8.''', | 1224 '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. |
| 1225 |
| 1226 This policy is optional. If not set, the default will be used which is
UTF-8. |
| 1227 |
| 1228 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', |
1115 }, | 1229 }, |
1116 ], | 1230 ], |
1117 }, | 1231 }, |
1118 { | 1232 { |
1119 'name': 'ContentSettings', | 1233 'name': 'ContentSettings', |
1120 'type': 'group', | 1234 'type': 'group', |
1121 'caption': '''Content Settings''', | 1235 'caption': '''Content Settings''', |
1122 'desc': '''Content Settings allow you to specify how contents of a specifi
c type (for example Cookies, Images or JavaScript) is handled.''', | 1236 'desc': '''Content Settings allow you to specify how contents of a specifi
c type (for example Cookies, Images or JavaScript) is handled.''', |
1123 'policies': [ | 1237 'policies': [ |
1124 { | 1238 { |
1125 'name': 'DefaultCookiesSetting', | 1239 'name': 'DefaultCookiesSetting', |
1126 'type': 'int-enum', | 1240 'type': 'int-enum', |
1127 'items': [ | 1241 'items': [ |
1128 { | 1242 { |
1129 'name': 'AllowCookies', | 1243 'name': 'AllowCookies', |
1130 'value': 1, | 1244 'value': 1, |
1131 'caption': '''Allow all sites to set local data.''' | 1245 'caption': '''Allow all sites to set local data.''' |
1132 }, | 1246 }, |
1133 { | 1247 { |
1134 'name': 'BlockCookies', | 1248 'name': 'BlockCookies', |
1135 'value': 2, | 1249 'value': 2, |
1136 'caption': '''Do not allow any site to set local data''' | 1250 'caption': '''Do not allow any site to set local data''' |
1137 }, | 1251 }, |
1138 ], | 1252 ], |
1139 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1253 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1140 'features': {'dynamic_refresh': 1}, | 1254 'features': {'dynamic_refresh': 1}, |
1141 'example_value': 1, | 1255 'example_value': 1, |
1142 'id': 48, | 1256 'id': 48, |
1143 'caption': '''Default cookies setting''', | 1257 'caption': '''Default cookies setting''', |
1144 '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.''', | 1258 '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. |
| 1259 |
| 1260 If this policy is left not set, 'AllowCookies' will be used and the us
er will be able to change it.''', |
1145 }, | 1261 }, |
1146 { | 1262 { |
1147 'name': 'DefaultImagesSetting', | 1263 'name': 'DefaultImagesSetting', |
1148 'type': 'int-enum', | 1264 'type': 'int-enum', |
1149 'items': [ | 1265 'items': [ |
1150 { | 1266 { |
1151 'name': 'AllowImages', | 1267 'name': 'AllowImages', |
1152 'value': 1, | 1268 'value': 1, |
1153 'caption': '''Allow all sites to show all images''' | 1269 'caption': '''Allow all sites to show all images''' |
1154 }, | 1270 }, |
1155 { | 1271 { |
1156 'name': 'BlockImages', | 1272 'name': 'BlockImages', |
1157 'value': 2, | 1273 'value': 2, |
1158 'caption': '''Do not allow any site to show images''' | 1274 'caption': '''Do not allow any site to show images''' |
1159 }, | 1275 }, |
1160 ], | 1276 ], |
1161 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1277 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1162 'features': {'dynamic_refresh': 1}, | 1278 'features': {'dynamic_refresh': 1}, |
1163 'example_value': 1, | 1279 'example_value': 1, |
1164 'id': 49, | 1280 'id': 49, |
1165 'caption': '''Default images setting''', | 1281 'caption': '''Default images setting''', |
1166 '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.''', | 1282 '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. |
| 1283 |
| 1284 If this policy is left not set, 'AllowImages' will be used and the use
r will be able to change it.''', |
1167 }, | 1285 }, |
1168 { | 1286 { |
1169 'name': 'DefaultJavaScriptSetting', | 1287 'name': 'DefaultJavaScriptSetting', |
1170 'type': 'int-enum', | 1288 'type': 'int-enum', |
1171 'items': [ | 1289 'items': [ |
1172 { | 1290 { |
1173 'name': 'AllowJavaScript', | 1291 'name': 'AllowJavaScript', |
1174 'value': 1, | 1292 'value': 1, |
1175 'caption': '''Allow all sites to run JavaScript''' | 1293 'caption': '''Allow all sites to run JavaScript''' |
1176 }, | 1294 }, |
1177 { | 1295 { |
1178 'name': 'BlockJavaScript', | 1296 'name': 'BlockJavaScript', |
1179 'value': 2, | 1297 'value': 2, |
1180 'caption': '''Do not allow any site to run JavaScript''' | 1298 'caption': '''Do not allow any site to run JavaScript''' |
1181 }, | 1299 }, |
1182 ], | 1300 ], |
1183 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1301 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1184 'features': {'dynamic_refresh': 1}, | 1302 'features': {'dynamic_refresh': 1}, |
1185 'example_value': 1, | 1303 'example_value': 1, |
1186 'id': 50, | 1304 'id': 50, |
1187 'caption': '''Default JavaScript setting''', | 1305 'caption': '''Default JavaScript setting''', |
1188 '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.''', | 1306 '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. |
| 1307 |
| 1308 If this policy is left not set, 'AllowJavaScript' will be used and the
user will be able to change it.''', |
1189 }, | 1309 }, |
1190 { | 1310 { |
1191 'name': 'DefaultPluginsSetting', | 1311 'name': 'DefaultPluginsSetting', |
1192 'type': 'int-enum', | 1312 'type': 'int-enum', |
1193 'items': [ | 1313 'items': [ |
1194 { | 1314 { |
1195 'name': 'AllowPlugins', | 1315 'name': 'AllowPlugins', |
1196 'value': 1, | 1316 'value': 1, |
1197 'caption': '''Allow all sites to automatically run plugins''' | 1317 'caption': '''Allow all sites to automatically run plugins''' |
1198 }, | 1318 }, |
1199 { | 1319 { |
1200 'name': 'BlockPlugins', | 1320 'name': 'BlockPlugins', |
1201 'value': 2, | 1321 'value': 2, |
1202 'caption': '''Block all plugins''' | 1322 'caption': '''Block all plugins''' |
1203 }, | 1323 }, |
1204 ], | 1324 ], |
1205 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1325 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1206 'features': {'dynamic_refresh': 1}, | 1326 'features': {'dynamic_refresh': 1}, |
1207 'example_value': 1, | 1327 'example_value': 1, |
1208 'id': 51, | 1328 'id': 51, |
1209 'caption': '''Default plugins setting''', | 1329 'caption': '''Default plugins setting''', |
1210 '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.''', | 1330 '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. |
| 1331 |
| 1332 If this policy is left not set, 'AllowPlugins' will be used and the us
er will be able to change it.''', |
1211 }, | 1333 }, |
1212 { | 1334 { |
1213 'name': 'DefaultPopupsSetting', | 1335 'name': 'DefaultPopupsSetting', |
1214 'type': 'int-enum', | 1336 'type': 'int-enum', |
1215 'items': [ | 1337 'items': [ |
1216 { | 1338 { |
1217 'name': 'AllowPopups', | 1339 'name': 'AllowPopups', |
1218 'value': 1, | 1340 'value': 1, |
1219 'caption': '''Allow all sites to show pop-ups''' | 1341 'caption': '''Allow all sites to show pop-ups''' |
1220 }, | 1342 }, |
1221 { | 1343 { |
1222 'name': 'BlockPopups', | 1344 'name': 'BlockPopups', |
1223 'value': 2, | 1345 'value': 2, |
1224 'caption': '''Do not allow any site to show popups''' | 1346 'caption': '''Do not allow any site to show popups''' |
1225 }, | 1347 }, |
1226 ], | 1348 ], |
1227 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1349 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1228 'features': {'dynamic_refresh': 1}, | 1350 'features': {'dynamic_refresh': 1}, |
1229 'example_value': 1, | 1351 'example_value': 1, |
1230 'id': 52, | 1352 'id': 52, |
1231 'caption': '''Default popups setting''', | 1353 'caption': '''Default popups setting''', |
1232 '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.''', | 1354 '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. |
| 1355 |
| 1356 If this policy is left not set, 'BlockPopups' will be used and the use
r will be able to change it.''', |
1233 }, | 1357 }, |
1234 { | 1358 { |
1235 'name': 'DefaultNotificationsSetting', | 1359 'name': 'DefaultNotificationsSetting', |
1236 'type': 'int-enum', | 1360 'type': 'int-enum', |
1237 'items': [ | 1361 'items': [ |
1238 { | 1362 { |
1239 'name': 'AllowNotifications', | 1363 'name': 'AllowNotifications', |
1240 'value': 1, | 1364 'value': 1, |
1241 'caption': '''Allow sites to show desktop notifications''' | 1365 'caption': '''Allow sites to show desktop notifications''' |
1242 }, | 1366 }, |
1243 { | 1367 { |
1244 'name': 'BlockNotifications', | 1368 'name': 'BlockNotifications', |
1245 'value': 2, | 1369 'value': 2, |
1246 'caption': '''Do not allow any site to show desktop notifications'
'' | 1370 'caption': '''Do not allow any site to show desktop notifications'
'' |
1247 }, | 1371 }, |
1248 { | 1372 { |
1249 'name': 'AskNotifications', | 1373 'name': 'AskNotifications', |
1250 'value': 3, | 1374 'value': 3, |
1251 'caption': '''Ask every time a site wants to show desktop notifica
tions''' | 1375 'caption': '''Ask every time a site wants to show desktop notifica
tions''' |
1252 }, | 1376 }, |
1253 ], | 1377 ], |
1254 'supported_on': ['chrome.*:10-'], | 1378 'supported_on': ['chrome.*:10-'], |
1255 'features': {'dynamic_refresh': 1}, | 1379 'features': {'dynamic_refresh': 1}, |
1256 'example_value': 2, | 1380 'example_value': 2, |
1257 'id': 53, | 1381 'id': 53, |
1258 'caption': '''Default notification setting''', | 1382 'caption': '''Default notification setting''', |
1259 '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 everytime a website wants to show d
esktop notifications.''', | 1383 '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. |
| 1384 |
| 1385 If this policy is left not set, 'AskNotifications' will be used and th
e user will be able to change it.''', |
1260 }, | 1386 }, |
1261 { | 1387 { |
1262 'name': 'DefaultGeolocationSetting', | 1388 'name': 'DefaultGeolocationSetting', |
1263 'type': 'int-enum', | 1389 'type': 'int-enum', |
1264 'items': [ | 1390 'items': [ |
1265 { | 1391 { |
1266 'name': 'AllowGeolocation', | 1392 'name': 'AllowGeolocation', |
1267 'value': 1, | 1393 'value': 1, |
1268 'caption': '''Allow sites to track the users' physical location''' | 1394 'caption': '''Allow sites to track the users' physical location''' |
1269 }, | 1395 }, |
1270 { | 1396 { |
1271 'name': 'BlockGeolocation', | 1397 'name': 'BlockGeolocation', |
1272 'value': 2, | 1398 'value': 2, |
1273 'caption': '''Do not allow any site to track the users' physical l
ocation''' | 1399 'caption': '''Do not allow any site to track the users' physical l
ocation''' |
1274 }, | 1400 }, |
1275 { | 1401 { |
1276 'name': 'AskGeolocation', | 1402 'name': 'AskGeolocation', |
1277 'value': 3, | 1403 'value': 3, |
1278 'caption': '''Ask whenever a site wants to track the users' physic
al location''' | 1404 'caption': '''Ask whenever a site wants to track the users' physic
al location''' |
1279 }, | 1405 }, |
1280 ], | 1406 ], |
1281 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1407 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1282 'features': {'dynamic_refresh': 1}, | 1408 'features': {'dynamic_refresh': 1}, |
1283 'example_value': 0, | 1409 'example_value': 0, |
1284 'id': 54, | 1410 'id': 54, |
1285 'caption': '''Default geolocation setting''', | 1411 'caption': '''Default geolocation setting''', |
1286 '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 everytime a website reque
sts the pysical location.''', | 1412 '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. |
| 1413 |
| 1414 If this policy is left not set, 'AskGeolocation' will be used and the
user will be able to change it.''', |
1287 }, | 1415 }, |
1288 { | 1416 { |
1289 'name': 'AutoSelectCertificateForUrls', | 1417 'name': 'AutoSelectCertificateForUrls', |
1290 'type': 'list', | 1418 'type': 'list', |
1291 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], | 1419 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], |
1292 'features': {'dynamic_refresh': 1}, | 1420 'features': {'dynamic_refresh': 1}, |
1293 'example_value': ["{\\\"pattern\\\":\\\"https://www.example.com\\\",\\
\"filter\\\":{\\\"ISSUER\\\":{\\\"CN\\\":\\\"certificate issuer name\\\"}}}"], | 1421 'example_value': ["{\\\"pattern\\\":\\\"https://www.example.com\\\",\\
\"filter\\\":{\\\"ISSUER\\\":{\\\"CN\\\":\\\"certificate issuer name\\\"}}}"], |
1294 'id': 102, | 1422 'id': 102, |
1295 'caption': '''Automatically select client certificates for these sites
''', | 1423 'caption': '''Automatically select client certificates for these sites
''', |
1296 '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.''', | 1424 '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. |
| 1425 |
| 1426 If this policy is left not set no auto-selection will be done for any
site.''', |
1297 }, | 1427 }, |
1298 { | 1428 { |
1299 'name': 'CookiesAllowedForUrls', | 1429 'name': 'CookiesAllowedForUrls', |
1300 'type': 'list', | 1430 'type': 'list', |
1301 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1431 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1302 'features': {'dynamic_refresh': 1}, | 1432 'features': {'dynamic_refresh': 1}, |
1303 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1433 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1304 'id': 77, | 1434 'id': 77, |
1305 'caption': '''Allow cookies on these sites''', | 1435 'caption': '''Allow cookies on these sites''', |
1306 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to set cookies.''', | 1436 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to set cookies. |
| 1437 |
| 1438 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.''', |
1307 }, | 1439 }, |
1308 { | 1440 { |
1309 'name': 'CookiesBlockedForUrls', | 1441 'name': 'CookiesBlockedForUrls', |
1310 'type': 'list', | 1442 'type': 'list', |
1311 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1443 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1312 'features': {'dynamic_refresh': 1}, | 1444 'features': {'dynamic_refresh': 1}, |
1313 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1445 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1314 'id': 67, | 1446 'id': 67, |
1315 'caption': '''Block cookies on these sites''', | 1447 'caption': '''Block cookies on these sites''', |
1316 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to set cookies.''', | 1448 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to set cookies. |
| 1449 |
| 1450 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.''', |
1317 }, | 1451 }, |
1318 { | 1452 { |
1319 'name': 'CookiesSessionOnlyForUrls', | 1453 'name': 'CookiesSessionOnlyForUrls', |
1320 'type': 'list', | 1454 'type': 'list', |
1321 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1455 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1322 'features': {'dynamic_refresh': 1}, | 1456 'features': {'dynamic_refresh': 1}, |
1323 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1457 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1324 'id': 68, | 1458 'id': 68, |
1325 'caption': '''Allow session only cookies on these sites''', | 1459 'caption': '''Allow session only cookies on these sites''', |
1326 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to set session only cookies.''', | 1460 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to set session only cookies. |
| 1461 |
| 1462 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.''', |
1327 }, | 1463 }, |
1328 { | 1464 { |
1329 'name': 'ImagesAllowedForUrls', | 1465 'name': 'ImagesAllowedForUrls', |
1330 'type': 'list', | 1466 'type': 'list', |
1331 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1467 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1332 'features': {'dynamic_refresh': 1}, | 1468 'features': {'dynamic_refresh': 1}, |
1333 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1469 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1334 'id': 69, | 1470 'id': 69, |
1335 'caption': '''Allow images on these sites''', | 1471 'caption': '''Allow images on these sites''', |
1336 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to display images.''', | 1472 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to display images. |
| 1473 |
| 1474 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.''', |
1337 }, | 1475 }, |
1338 { | 1476 { |
1339 'name': 'ImagesBlockedForUrls', | 1477 'name': 'ImagesBlockedForUrls', |
1340 'type': 'list', | 1478 'type': 'list', |
1341 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1479 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1342 'features': {'dynamic_refresh': 1}, | 1480 'features': {'dynamic_refresh': 1}, |
1343 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1481 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1344 'id': 70, | 1482 'id': 70, |
1345 'caption': '''Block images on these sites''', | 1483 'caption': '''Block images on these sites''', |
1346 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to display images.''', | 1484 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to display images. |
| 1485 |
| 1486 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.''', |
1347 }, | 1487 }, |
1348 { | 1488 { |
1349 'name': 'JavaScriptAllowedForUrls', | 1489 'name': 'JavaScriptAllowedForUrls', |
1350 'type': 'list', | 1490 'type': 'list', |
1351 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1491 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1352 'features': {'dynamic_refresh': 1}, | 1492 'features': {'dynamic_refresh': 1}, |
1353 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1493 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1354 'id': 71, | 1494 'id': 71, |
1355 'caption': '''Allow JavaScript on these sites''', | 1495 'caption': '''Allow JavaScript on these sites''', |
1356 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to run JavaScript.''', | 1496 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to run JavaScript. |
| 1497 |
| 1498 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.''', |
1357 }, | 1499 }, |
1358 { | 1500 { |
1359 'name': 'JavaScriptBlockedForUrls', | 1501 'name': 'JavaScriptBlockedForUrls', |
1360 'type': 'list', | 1502 'type': 'list', |
1361 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1503 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1362 'features': {'dynamic_refresh': 1}, | 1504 'features': {'dynamic_refresh': 1}, |
1363 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1505 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1364 'id': 72, | 1506 'id': 72, |
1365 'caption': '''Block JavaScript on these sites''', | 1507 'caption': '''Block JavaScript on these sites''', |
1366 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to run JavaScript.''', | 1508 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to run JavaScript. |
| 1509 |
| 1510 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.''', |
1367 }, | 1511 }, |
1368 { | 1512 { |
1369 'name': 'PluginsAllowedForUrls', | 1513 'name': 'PluginsAllowedForUrls', |
1370 'type': 'list', | 1514 'type': 'list', |
1371 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1515 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1372 'features': {'dynamic_refresh': 1}, | 1516 'features': {'dynamic_refresh': 1}, |
1373 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1517 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1374 'id': 73, | 1518 'id': 73, |
1375 'caption': '''Allow plugins on these sites''', | 1519 'caption': '''Allow plugins on these sites''', |
1376 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to run plugins.''', | 1520 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to run plugins. |
| 1521 |
| 1522 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.''', |
1377 }, | 1523 }, |
1378 { | 1524 { |
1379 'name': 'PluginsBlockedForUrls', | 1525 'name': 'PluginsBlockedForUrls', |
1380 'type': 'list', | 1526 'type': 'list', |
1381 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1527 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1382 'features': {'dynamic_refresh': 1}, | 1528 'features': {'dynamic_refresh': 1}, |
1383 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1529 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1384 'id': 74, | 1530 'id': 74, |
1385 'caption': '''Block plugins on these sites''', | 1531 'caption': '''Block plugins on these sites''', |
1386 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to run plugins.''', | 1532 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to run plugins. |
| 1533 |
| 1534 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.''', |
1387 }, | 1535 }, |
1388 { | 1536 { |
1389 'name': 'PopupsAllowedForUrls', | 1537 'name': 'PopupsAllowedForUrls', |
1390 'type': 'list', | 1538 'type': 'list', |
1391 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1539 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1392 'features': {'dynamic_refresh': 1}, | 1540 'features': {'dynamic_refresh': 1}, |
1393 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1541 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1394 'id': 75, | 1542 'id': 75, |
1395 'caption': '''Allow popups on these sites''', | 1543 'caption': '''Allow popups on these sites''', |
1396 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to open popups.''', | 1544 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to open popups. |
| 1545 |
| 1546 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.''', |
1397 }, | 1547 }, |
1398 { | 1548 { |
1399 'name': 'PopupsBlockedForUrls', | 1549 'name': 'PopupsBlockedForUrls', |
1400 'type': 'list', | 1550 'type': 'list', |
1401 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1551 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1402 'features': {'dynamic_refresh': 1}, | 1552 'features': {'dynamic_refresh': 1}, |
1403 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1553 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1404 'id': 76, | 1554 'id': 76, |
1405 'caption': '''Block popups on these sites''', | 1555 'caption': '''Block popups on these sites''', |
1406 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to open popups.''', | 1556 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to open popups. |
| 1557 |
| 1558 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.''', |
1407 }, | 1559 }, |
1408 { | 1560 { |
1409 'name': 'NotificationsAllowedForUrls', | 1561 'name': 'NotificationsAllowedForUrls', |
1410 'type': 'list', | 1562 'type': 'list', |
1411 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], | 1563 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], |
1412 'features': {'dynamic_refresh': 1}, | 1564 'features': {'dynamic_refresh': 1}, |
1413 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1565 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1414 'id': 105, | 1566 'id': 105, |
1415 'caption': '''Allow notifications on these sites''', | 1567 'caption': '''Allow notifications on these sites''', |
1416 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to display notifications.''', | 1568 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to display notifications. |
| 1569 |
| 1570 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.''', |
1417 }, | 1571 }, |
1418 { | 1572 { |
1419 'name': 'NotificationsBlockedForUrls', | 1573 'name': 'NotificationsBlockedForUrls', |
1420 'type': 'list', | 1574 'type': 'list', |
1421 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], | 1575 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], |
1422 'features': {'dynamic_refresh': 1}, | 1576 'features': {'dynamic_refresh': 1}, |
1423 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1577 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1424 'id': 106, | 1578 'id': 106, |
1425 'caption': '''Block notifications on these sites''', | 1579 'caption': '''Block notifications on these sites''', |
1426 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to display notifications.''', | 1580 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to display notifications. |
| 1581 |
| 1582 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.''', |
1427 } | 1583 } |
1428 ], | 1584 ], |
1429 }, | 1585 }, |
1430 { | 1586 { |
1431 'name': 'Disable3DAPIs', | 1587 'name': 'Disable3DAPIs', |
1432 'type': 'main', | 1588 'type': 'main', |
1433 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 1589 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
1434 'features': {'dynamic_refresh': 0}, | 1590 'features': {'dynamic_refresh': 0}, |
1435 'example_value': False, | 1591 'example_value': False, |
1436 'id': 55, | 1592 'id': 55, |
1437 'caption': '''Disable support for 3D graphics APIs''', | 1593 'caption': '''Disable support for 3D graphics APIs''', |
1438 'desc': '''Disable support for 3D graphics APIs. | 1594 'desc': '''Disable support for 3D graphics APIs. |
1439 | 1595 |
1440 Enabling this setting prevents web pages from accessing the graphics proce
ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi
ns can not use the Pepper 3D API. | 1596 Enabling this setting prevents web pages from accessing the graphics proce
ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi
ns can not use the Pepper 3D API. |
1441 | 1597 |
1442 Disabling this setting potentially allows web pages to use the WebGL API a
nd plugins to use the Pepper 3D API. The default settings of the browser may sti
ll require command line arguments to be passed in order to use these APIs.''', | 1598 Disabling this setting or leaving it not set potentially allows web pages
to use the WebGL API and plugins to use the Pepper 3D API. The default settings
of the browser may still require command line arguments to be passed in order to
use these APIs.''', |
1443 }, | 1599 }, |
1444 { | 1600 { |
1445 'name': 'PolicyRefreshRate', | 1601 'name': 'PolicyRefreshRate', |
1446 'type': 'int', | 1602 'type': 'int', |
1447 'supported_on': ['chrome_os:1.0-'], | 1603 'supported_on': ['chrome_os:1.0-'], |
1448 'features': {'dynamic_refresh': 1}, | 1604 'features': {'dynamic_refresh': 1}, |
1449 'example_value': 3600000, | 1605 'example_value': 3600000, |
1450 'id': 56, | 1606 'id': 56, |
1451 'caption': '''Refresh rate for user policy''', | 1607 'caption': '''Refresh rate for user policy''', |
1452 'desc': '''Specifies the period in milliseconds at which the device manage
ment service is queried for user policy information. | 1608 'desc': '''Specifies the period in milliseconds at which the device manage
ment service is queried for user policy information. |
1453 | 1609 |
1454 Setting this policy overrides the default value of 3 hours. Valid values f
or this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). A
ny values not in this range will be clamped to the respective boundary.''', | 1610 Setting this policy overrides the default value of 3 hours. Valid values f
or this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). A
ny values not in this range will be clamped to the respective boundary. |
| 1611 |
| 1612 Leaving this policy not set will make <ph name="PRODUCT_FRAME_NAME">$3<ex>
Google Chrome Frame</ex></ph> use the default value of 3 hours.''', |
1455 }, | 1613 }, |
1456 { | 1614 { |
1457 'name': 'ChromeFrameRendererSettings', | 1615 'name': 'ChromeFrameRendererSettings', |
1458 'type': 'group', | 1616 'type': 'group', |
1459 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<e
x>Google Chrome Frame</ex></ph>''', | 1617 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<e
x>Google Chrome Frame</ex></ph>''', |
1460 'desc': '''Allows you to configure the default HTML renderer when <ph name
="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> | 1618 'desc': '''Allows you to configure the default HTML renderer when <ph name
="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> is installed. |
1461 </ph> is installed. | |
1462 The default setting is to allow the host browser do the rendering, but you | 1619 The default setting is to allow the host browser do the rendering, but you |
1463 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex> | 1620 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex> |
1464 Google Chrome Frame</ex></ph> render HTML pages by default.''', | 1621 Google Chrome Frame</ex></ph> render HTML pages by default.''', |
1465 'policies': [ | 1622 'policies': [ |
1466 { | 1623 { |
1467 'name': 'ChromeFrameRendererSettings', | 1624 'name': 'ChromeFrameRendererSettings', |
1468 'type': 'int-enum', | 1625 'type': 'int-enum', |
1469 'items': [ | 1626 'items': [ |
1470 { | 1627 { |
1471 'name': 'RenderInHost', | 1628 'name': 'RenderInHost', |
1472 'value': 0, | 1629 'value': 0, |
1473 'caption': '''Use the host browser by default''' | 1630 'caption': '''Use the host browser by default''' |
1474 }, | 1631 }, |
1475 { | 1632 { |
1476 'name': 'RenderInChromeFrame', | 1633 'name': 'RenderInChromeFrame', |
1477 'value': 1, | 1634 'value': 1, |
1478 'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom
e Frame</ex></ph> by default''' | 1635 'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom
e Frame</ex></ph> by default''' |
1479 }, | 1636 }, |
1480 ], | 1637 ], |
1481 'supported_on': ['chrome_frame:8-'], | 1638 'supported_on': ['chrome_frame:8-'], |
1482 'features': {'dynamic_refresh': 0}, | 1639 'features': {'dynamic_refresh': 0}, |
1483 'example_value': 1, | 1640 'example_value': 1, |
1484 'id': 57, | 1641 'id': 57, |
1485 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">
$3<ex>Google Chrome Frame</ex></ph>''', | 1642 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">
$3<ex>Google Chrome Frame</ex></ph>''', |
1486 'desc': '''Allows you to configure the default HTML renderer when <ph
name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> | 1643 'desc': '''Allows you to configure the default HTML renderer when <ph
name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> is installed. |
1487 </ph> is installed. | 1644 The default setting used when this policy is left not set is to allow
the host browser do the rendering, but you can optionally override this and have
<ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> render HTML p
ages by default.''', |
1488 The default setting is to allow the host browser do the rendering, but
you | |
1489 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3
<ex> | |
1490 Google Chrome Frame</ex></ph> render HTML pages by default.''', | |
1491 }, | 1645 }, |
1492 { | 1646 { |
1493 'name': 'RenderInChromeFrameList', | 1647 'name': 'RenderInChromeFrameList', |
1494 'type': 'list', | 1648 'type': 'list', |
1495 'supported_on': ['chrome_frame:8-'], | 1649 'supported_on': ['chrome_frame:8-'], |
1496 'features': {'dynamic_refresh': 0}, | 1650 'features': {'dynamic_refresh': 0}, |
1497 'example_value': ['http://www.example.com', 'http://www.example.edu'], | 1651 'example_value': ['http://www.example.com', 'http://www.example.edu'], |
1498 'id': 58, | 1652 'id': 58, |
1499 'caption': '''Always render the following URL patterns in <ph name="PR
ODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', | 1653 'caption': '''Always render the following URL patterns in <ph name="PR
ODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', |
1500 'desc': '''Customize the list of URL patterns that should always be re
ndered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>. | 1654 'desc': '''Customize the list of URL patterns that should always be re
ndered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>. |
1501 | 1655 |
| 1656 If this policy is not set the default renderer will be used for all si
tes as specified by the 'ChromeFrameRendererSettings' policy. |
| 1657 |
1502 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', | 1658 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', |
1503 }, | 1659 }, |
1504 { | 1660 { |
1505 'name': 'RenderInHostList', | 1661 'name': 'RenderInHostList', |
1506 'type': 'list', | 1662 'type': 'list', |
1507 'supported_on': ['chrome_frame:8-'], | 1663 'supported_on': ['chrome_frame:8-'], |
1508 'features': {'dynamic_refresh': 0}, | 1664 'features': {'dynamic_refresh': 0}, |
1509 'example_value': ['http://www.example.com', 'http://www.example.edu'], | 1665 'example_value': ['http://www.example.com', 'http://www.example.edu'], |
1510 'id': 59, | 1666 'id': 59, |
1511 'caption': '''Always render the following URL patterns in the host bro
wser''', | 1667 'caption': '''Always render the following URL patterns in the host bro
wser''', |
1512 'desc': '''Customize the list of URL patterns that should always be re
ndered by the host browser. | 1668 'desc': '''Customize the list of URL patterns that should always be re
ndered by the host browser. |
| 1669 |
| 1670 If this policy is not set the default renderer will be used for all si
tes as specified by the 'ChromeFrameRendererSettings' policy. |
| 1671 |
1513 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', | 1672 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', |
1514 }, | 1673 }, |
1515 ], | 1674 ], |
1516 }, | 1675 }, |
1517 { | 1676 { |
1518 'name': 'ChromeFrameContentTypes', | 1677 'name': 'ChromeFrameContentTypes', |
1519 'type': 'group', | 1678 'type': 'group', |
1520 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram
e</ex></ph> to handle the following content types.''', | 1679 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram
e</ex></ph> to handle the following content types.''', |
1521 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</
ex></ph> to handle the following content types.''', | 1680 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</
ex></ph> to handle the following content types.''', |
1522 'policies': [ | 1681 'policies': [ |
1523 { | 1682 { |
1524 'name': 'ChromeFrameContentTypes', | 1683 'name': 'ChromeFrameContentTypes', |
1525 'type': 'list', | 1684 'type': 'list', |
1526 'supported_on': ['chrome_frame:8-'], | 1685 'supported_on': ['chrome_frame:8-'], |
1527 'features': {'dynamic_refresh': 0}, | 1686 'features': {'dynamic_refresh': 0}, |
1528 'example_value': ['text/xml', 'application/xml'], | 1687 'example_value': ['text/xml', 'application/xml'], |
1529 'id': 60, | 1688 'id': 60, |
1530 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome
Frame</ex></ph> to handle the following content types.''', | 1689 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome
Frame</ex></ph> to handle the listed content types.''', |
1531 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra
me</ex></ph> to handle the following content types.''', | 1690 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra
me</ex></ph> to handle the listed content types. |
| 1691 |
| 1692 If this policy is not set the default renderer will be used for all si
tes as specified by the 'ChromeFrameRendererSettings' policy.''', |
1532 }, | 1693 }, |
1533 ], | 1694 ], |
1534 }, | 1695 }, |
1535 { | 1696 { |
1536 'name': 'ChromeOsLockOnIdleSuspend', | 1697 'name': 'ChromeOsLockOnIdleSuspend', |
1537 'type': 'main', | 1698 'type': 'main', |
1538 'supported_on': ['chrome_os:0.9-'], | 1699 'supported_on': ['chrome_os:0.9-'], |
1539 'features': {'dynamic_refresh': 1}, | 1700 'features': {'dynamic_refresh': 1}, |
1540 'example_value': True, | 1701 'example_value': True, |
1541 'id': 61, | 1702 'id': 61, |
1542 'caption': '''Enable lock when ChromeOS devices become idle or suspended.'
'', | 1703 'caption': '''Enable lock when ChromeOS devices become idle or suspended.'
'', |
1543 'desc': '''Enable lock when ChromeOS devices become idle or suspended. | 1704 'desc': '''Enable lock when ChromeOS devices become idle or suspended. |
1544 | 1705 |
1545 If you enable this setting, users will be asked for a password to unlock C
hromeOS devices from sleep. | 1706 If you enable this setting, users will be asked for a password to unlock C
hromeOS devices from sleep. |
1546 | 1707 |
1547 If you disable this setting, users will not be asked for a password to wak
e ChromeOS devices from sleep. | 1708 If you disable this setting, users will not be asked for a password to wak
e ChromeOS devices from sleep. |
1548 | 1709 |
1549 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>.''', | 1710 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>. |
| 1711 |
| 1712 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.''', |
1550 }, | 1713 }, |
1551 { | 1714 { |
1552 'name': 'InstantEnabled', | 1715 'name': 'InstantEnabled', |
1553 'type': 'main', | 1716 'type': 'main', |
1554 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1717 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1555 'features': {'dynamic_refresh': 1}, | 1718 'features': {'dynamic_refresh': 1}, |
1556 'example_value': True, | 1719 'example_value': True, |
1557 'id': 62, | 1720 'id': 62, |
1558 'caption': '''Enable Instant''', | 1721 'caption': '''Enable Instant''', |
1559 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Instant feature and prevents users from changing this setting. | 1722 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Instant feature and prevents users from changing this setting. |
1560 | 1723 |
1561 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> Instant is enabled. | 1724 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> Instant is enabled. |
1562 | 1725 |
1563 If you disable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</
ex></ph> Instant is disabled. | 1726 If you disable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</
ex></ph> Instant is disabled. |
1564 | 1727 |
1565 If you enable or disable this setting, users cannot change or override thi
s setting.''', | 1728 If you enable or disable this setting, users cannot change or override thi
s setting. |
| 1729 |
| 1730 If this setting is left not set the user can decide to use this function o
r not.''', |
1566 }, | 1731 }, |
1567 { | 1732 { |
1568 'name': 'TranslateEnabled', | 1733 'name': 'TranslateEnabled', |
1569 'type': 'main', | 1734 'type': 'main', |
1570 'supported_on': ['chrome.*:12-', 'chrome_os:0.11-'], | 1735 'supported_on': ['chrome.*:12-', 'chrome_os:0.11-'], |
1571 'features': {'dynamic_refresh': 1}, | 1736 'features': {'dynamic_refresh': 1}, |
1572 'example_value': True, | 1737 'example_value': True, |
1573 'id': 80, | 1738 'id': 80, |
1574 'caption': '''Enable Translate''', | 1739 'caption': '''Enable Translate''', |
1575 'desc': '''Enables the integrated Google Translate service on <ph name="PR
ODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 1740 'desc': '''Enables the integrated Google Translate service on <ph name="PR
ODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
1576 | 1741 |
1577 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. | 1742 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. |
1578 | 1743 |
1579 If you disable this setting, users will never see the translation bar. | 1744 If you disable this setting, users will never see the translation bar. |
1580 | 1745 |
1581 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>.''', | 1746 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>. |
| 1747 |
| 1748 If this setting is left not set the user can decide to use this function o
r not.''', |
1582 }, | 1749 }, |
1583 { | 1750 { |
1584 'name': 'AllowOutdatedPlugins', | 1751 'name': 'AllowOutdatedPlugins', |
1585 'type': 'main', | 1752 'type': 'main', |
1586 'supported_on': ['chrome.*:12-', 'chrome_os:0.11-'], | 1753 'supported_on': ['chrome.*:12-', 'chrome_os:0.11-'], |
1587 'features': {'dynamic_refresh': 1}, | 1754 'features': {'dynamic_refresh': 1}, |
1588 'example_value': True, | 1755 'example_value': True, |
1589 'id': 81, | 1756 'id': 81, |
1590 'caption': '''Allow running plugins that are outdated''', | 1757 'caption': '''Allow running plugins that are outdated''', |
1591 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to
run plugins that are outdated. | 1758 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to
run plugins that are outdated. |
(...skipping 25 matching lines...) Expand all Loading... |
1617 'features': {'dynamic_refresh': 1}, | 1784 'features': {'dynamic_refresh': 1}, |
1618 'example_value': True, | 1785 'example_value': True, |
1619 'id': 82, | 1786 'id': 82, |
1620 'caption': '''Enable Bookmark Bar''', | 1787 'caption': '''Enable Bookmark Bar''', |
1621 'desc': '''Enables the bookmark bar on <ph name="PRODUCT_NAME">$1<ex>Googl
e Chrome</ex></ph>. | 1788 'desc': '''Enables the bookmark bar on <ph name="PRODUCT_NAME">$1<ex>Googl
e Chrome</ex></ph>. |
1622 | 1789 |
1623 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will show a bookmark bar. | 1790 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will show a bookmark bar. |
1624 | 1791 |
1625 If you disable this setting, users will never see the bookmark bar. | 1792 If you disable this setting, users will never see the bookmark bar. |
1626 | 1793 |
1627 If you enable or disable this setting, users cannot change or override it
in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | 1794 If you enable or disable this setting, users cannot change or override it
in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 1795 |
| 1796 If this setting is left not set the user can decide to use this function o
r not.''', |
1628 }, | 1797 }, |
1629 { | 1798 { |
1630 'name': 'EditBookmarksEnabled', | 1799 'name': 'EditBookmarksEnabled', |
1631 'type': 'main', | 1800 'type': 'main', |
1632 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], | 1801 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], |
1633 'features': {'dynamic_refresh': 1}, | 1802 'features': {'dynamic_refresh': 1}, |
1634 'example_value': False, | 1803 'example_value': False, |
1635 'id': 83, | 1804 'id': 83, |
1636 'caption': '''Enables or disables bookmark editing''', | 1805 'caption': '''Enables or disables bookmark editing''', |
1637 'desc': '''Enables or disables editing bookmarks in <ph name="PRODUCT_NAME
">$1<ex>Google Chrome</ex></ph>. | 1806 'desc': '''Enables or disables editing bookmarks in <ph name="PRODUCT_NAME
">$1<ex>Google Chrome</ex></ph>. |
1638 | 1807 |
1639 If you enable this setting, bookmarks can be added, removed or modified. T
his is the default. | 1808 If you enable this setting, bookmarks can be added, removed or modified. T
his is the default also when this policy is not set. |
1640 | 1809 |
1641 If you disable this setting, bookmarks can not be added, removed or modifi
ed. Existing bookmarks are still available.''', | 1810 If you disable this setting, bookmarks can not be added, removed or modifi
ed. Existing bookmarks are still available.''', |
1642 }, | 1811 }, |
1643 { | 1812 { |
1644 'name': 'AllowFileSelectionDialogs', | 1813 'name': 'AllowFileSelectionDialogs', |
1645 'type': 'main', | 1814 'type': 'main', |
1646 'supported_on': ['chrome.*:12-'], | 1815 'supported_on': ['chrome.*:12-'], |
1647 'features': {'dynamic_refresh': 1}, | 1816 'features': {'dynamic_refresh': 1}, |
1648 'example_value': True, | 1817 'example_value': True, |
1649 'id': 84, | 1818 'id': 84, |
1650 'caption': '''Allow invocation of file selection dialogs.''', | 1819 'caption': '''Allow invocation of file selection dialogs.''', |
1651 'desc': '''Allows access to local files on the machine by allowing <ph nam
e="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to display file selection dialogs
. | 1820 'desc': '''Allows access to local files on the machine by allowing <ph nam
e="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to display file selection dialogs
. |
1652 | 1821 |
1653 If you enable this setting, users can open file selection dialogs as norma
l. | 1822 If you enable this setting, users can open file selection dialogs as norma
l. |
1654 | 1823 |
1655 If you disable this setting, whenever the user perfoms an action which wou
ld provoke a file selection dialog (like importing bookmarks, uploading files, s
aving links, etc.) a message is displayed instead and the user is assumed to hav
e clicked Cancel on the file selection dialog. | 1824 If you disable this setting, whenever the user performs an action which wo
uld provoke a file selection dialog (like importing bookmarks, uploading files,
saving links, etc.) a message is displayed instead and the user is assumed to ha
ve clicked Cancel on the file selection dialog. |
1656 | 1825 |
1657 If this setting is not set, users can open file selection dialogs as norma
l.''', | 1826 If this setting is not set, users can open file selection dialogs as norma
l.''', |
1658 }, | 1827 }, |
1659 { | 1828 { |
1660 'name': 'GCFUserDataDir', | 1829 'name': 'GCFUserDataDir', |
1661 'type': 'string', | 1830 'type': 'string', |
1662 'supported_on': ['chrome_frame:12-'], | 1831 'supported_on': ['chrome_frame:12-'], |
1663 'features': {'dynamic_refresh': 0}, | 1832 'features': {'dynamic_refresh': 0}, |
1664 'example_value': '${user_home}/Chrome Frame', | 1833 'example_value': '${user_home}/Chrome Frame', |
1665 'id': 87, | 1834 'id': 87, |
1666 'caption': '''Set <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame</ex></
ph> user data directory''', | 1835 'caption': '''Set <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame</ex></
ph> user data directory''', |
1667 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$3<ex>Goo
gle Chrome Frame</ex></ph> will use for storing user data. | 1836 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$3<ex>Goo
gle Chrome Frame</ex></ph> will use for storing user data. |
1668 | 1837 |
1669 If you set this policy, <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame<
/ex></ph> will use the provided directory.''', | 1838 If you set this policy, <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame<
/ex></ph> will use the provided directory. |
| 1839 |
| 1840 If this setting is left not set the default profile directory will be used
.''', |
1670 'label': '''Set user data directory''', | 1841 'label': '''Set user data directory''', |
1671 }, | 1842 }, |
1672 { | 1843 { |
1673 'name': 'DevicePolicyRefreshRate', | 1844 'name': 'DevicePolicyRefreshRate', |
1674 'type': 'int', | 1845 'type': 'int', |
1675 'supported_on': ['chrome_os:1.0-'], | 1846 'supported_on': ['chrome_os:1.0-'], |
1676 'device_only': True, | 1847 'device_only': True, |
1677 'features': {'dynamic_refresh': 1}, | 1848 'features': {'dynamic_refresh': 1}, |
1678 'example_value': 3600000, | 1849 'example_value': 3600000, |
1679 'id': 90, | 1850 'id': 90, |
1680 'caption': '''Refresh rate for Device Policy''', | 1851 'caption': '''Refresh rate for Device Policy''', |
1681 'desc': '''Specifies the period in milliseconds at which the device manage
ment service is queried for device policy information. | 1852 'desc': '''Specifies the period in milliseconds at which the device manage
ment service is queried for device policy information. |
1682 | 1853 |
1683 Setting this policy overrides the default value of 3 hours. Valid values f
or this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). A
ny values not in this range will be clamped to the respective boundary.''', | 1854 Setting this policy overrides the default value of 3 hours. Valid values f
or this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). A
ny values not in this range will be clamped to the respective boundary. |
| 1855 |
| 1856 Leaving this policy not set will make <ph name="PRODUCT_FRAME_NAME">$3<ex>
Google Chrome Frame</ex></ph> use the default value of 3 hours.''', |
1684 }, | 1857 }, |
1685 { | 1858 { |
1686 'name': 'ChromeOsReleaseChannel', | 1859 'name': 'ChromeOsReleaseChannel', |
1687 'type': 'string-enum', | 1860 'type': 'string-enum', |
1688 'items': [ | 1861 'items': [ |
1689 { | 1862 { |
1690 'name': 'StableChannel', | 1863 'name': 'StableChannel', |
1691 'value': 'stable-channel', | 1864 'value': 'stable-channel', |
1692 'caption': '''Stable channel''' | 1865 'caption': '''Stable channel''' |
1693 }, | 1866 }, |
1694 { | 1867 { |
1695 'name': 'BetaChannel', | 1868 'name': 'BetaChannel', |
1696 'value': 'beta-channel', | 1869 'value': 'beta-channel', |
1697 'caption': '''Beta channel''' | 1870 'caption': '''Beta channel''' |
1698 }, | 1871 }, |
1699 { | 1872 { |
1700 'name': 'DevChannel', | 1873 'name': 'DevChannel', |
1701 'value': 'dev-channel', | 1874 'value': 'dev-channel', |
1702 'caption': '''Dev channel (may be unstable)''' | 1875 'caption': '''Dev channel (may be unstable)''' |
1703 } | 1876 } |
1704 ], | 1877 ], |
1705 'supported_on': ['chrome_os:1.0-'], | 1878 'supported_on': ['chrome_os:1.0-'], |
1706 'device_only': True, | 1879 'device_only': True, |
1707 'features': {'dynamic_refresh': 1}, | 1880 'features': {'dynamic_refresh': 1}, |
1708 'example_value': 'stable-channel', | 1881 'example_value': 'stable-channel', |
1709 'id': 91, | 1882 'id': 91, |
1710 'caption': '''Release channel''', | 1883 'caption': '''Release channel''', |
1711 'desc': '''Specifies the release channel that this device should be locked
to. This policy is a work in progress; currently, the user can still change the
release channel even if it's specified by the policy.''' | 1884 'desc': '''Specifies the release channel that this device should be locked
to.''' |
1712 }, | 1885 }, |
1713 { | 1886 { |
1714 'name': 'ImportBookmarks', | 1887 'name': 'ImportBookmarks', |
1715 'type': 'main', | 1888 'type': 'main', |
1716 'supported_on': ['chrome.*:15-'], | 1889 'supported_on': ['chrome.*:15-'], |
1717 'features': {'dynamic_refresh': 1}, | 1890 'features': {'dynamic_refresh': 1}, |
1718 'example_value': True, | 1891 'example_value': True, |
1719 'id': 97, | 1892 'id': 97, |
1720 'caption': '''Import bookmarks from default browser on first run''', | 1893 'caption': '''Import bookmarks from default browser on first run''', |
1721 'desc': '''This policy forces bookmarks to be imported from the current de
fault browser if enabled. If disabled, no bookmarks are imported. If it is not c
onfigured, the default behaviour is used. If enabled, this policy also affects t
he import dialog.''', | 1894 '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
. |
| 1895 |
| 1896 If disabled, no bookmarks are imported. |
| 1897 |
| 1898 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', |
1722 'label': '''Import bookmarks from default browser on first run''', | 1899 'label': '''Import bookmarks from default browser on first run''', |
1723 }, | 1900 }, |
1724 { | 1901 { |
1725 'name': 'ImportHistory', | 1902 'name': 'ImportHistory', |
1726 'type': 'main', | 1903 'type': 'main', |
1727 'supported_on': ['chrome.*:15-'], | 1904 'supported_on': ['chrome.*:15-'], |
1728 'features': {'dynamic_refresh': 1}, | 1905 'features': {'dynamic_refresh': 1}, |
1729 'example_value': True, | 1906 'example_value': True, |
1730 'id': 98, | 1907 'id': 98, |
1731 'caption': '''Import browsing history from default browser on first run'''
, | 1908 'caption': '''Import browsing history from default browser on first run'''
, |
1732 'desc': '''This policy forces the browsing history to be imported from the
current default browser if enabled. If disabled, no browsing history is importe
d. If it is not configured, the default behaviour is used. If enabled, this poli
cy also affects the import dialog.''', | 1909 '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. |
| 1910 |
| 1911 If disabled, no browsing history is imported. |
| 1912 |
| 1913 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', |
1733 'label': '''Import browsing history from default browser on first run''', | 1914 'label': '''Import browsing history from default browser on first run''', |
1734 }, | 1915 }, |
1735 { | 1916 { |
1736 'name': 'ImportHomepage', | 1917 'name': 'ImportHomepage', |
1737 'type': 'main', | 1918 'type': 'main', |
1738 'supported_on': ['chrome.*:15-'], | 1919 'supported_on': ['chrome.*:15-'], |
1739 'features': {'dynamic_refresh': 1}, | 1920 'features': {'dynamic_refresh': 1}, |
1740 'example_value': True, | 1921 'example_value': True, |
1741 'id': 99, | 1922 'id': 99, |
1742 'caption': '''Import of homepage from default browser on first run''', | 1923 'caption': '''Import of homepage from default browser on first run''', |
1743 'desc': '''This policy forces the home page to be imported from the curren
t default browser if enabled. If disabled, the home page is not imported. If it
is not configured, the default behaviour is used.''', | 1924 'desc': '''This policy forces the home page to be imported from the curren
t default browser if enabled. |
| 1925 |
| 1926 If disabled, the home page is not imported. |
| 1927 |
| 1928 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', |
1744 'label': '''Import of homepage from default browser on first run''', | 1929 'label': '''Import of homepage from default browser on first run''', |
1745 }, | 1930 }, |
1746 { | 1931 { |
1747 'name': 'ImportSearchEngine', | 1932 'name': 'ImportSearchEngine', |
1748 'type': 'main', | 1933 'type': 'main', |
1749 'supported_on': ['chrome.*:15-'], | 1934 'supported_on': ['chrome.*:15-'], |
1750 'features': {'dynamic_refresh': 1}, | 1935 'features': {'dynamic_refresh': 1}, |
1751 'example_value': True, | 1936 'example_value': True, |
1752 'id': 100, | 1937 'id': 100, |
1753 'caption': '''Import search engines from default browser on first run''', | 1938 'caption': '''Import search engines from default browser on first run''', |
1754 'desc': '''This policy forces search engines to be imported from the curre
nt default browser if enabled. If disabled, the default search engine is not imp
orted. If it is not configured, the default behaviour is used. If enabled, this
policy also affects the import dialog.''', | 1939 'desc': '''This policy forces search engines to be imported from the curre
nt default browser if enabled. If enabled, this policy also affects the import d
ialog. |
| 1940 |
| 1941 If disabled, the default search engine is not imported. |
| 1942 |
| 1943 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', |
1755 'label': '''Import search engines from default browser on first run''', | 1944 'label': '''Import search engines from default browser on first run''', |
1756 }, | 1945 }, |
1757 { | 1946 { |
1758 'name': 'ImportSavedPasswords', | 1947 'name': 'ImportSavedPasswords', |
1759 'type': 'main', | 1948 'type': 'main', |
1760 'supported_on': ['chrome.*:15-'], | 1949 'supported_on': ['chrome.*:15-'], |
1761 'features': {'dynamic_refresh': 1}, | 1950 'features': {'dynamic_refresh': 1}, |
1762 'example_value': True, | 1951 'example_value': True, |
1763 'id': 101, | 1952 'id': 101, |
1764 'caption': '''Import saved passwords from default browser on first run''', | 1953 'caption': '''Import saved passwords from default browser on first run''', |
1765 'desc': '''This policy forces the saved passwords to be imported from the
previous default browser if enabled. If disabled, the saved passwords are not im
ported. If it is not configured, the default behaviour is used. If enabled, this
policy also affects the import dialog.''', | 1954 'desc': '''This policy forces the saved passwords to be imported from the
previous default browser if enabled. If enabled, this policy also affects the im
port dialog. |
| 1955 |
| 1956 If disabled, the saved passwords are not imported. |
| 1957 |
| 1958 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', |
1766 'label': '''Import saved passwords from default browser on first run''', | 1959 'label': '''Import saved passwords from default browser on first run''', |
1767 }, | 1960 }, |
1768 { | 1961 { |
1769 'name': 'MaxConnectionsPerProxy', | 1962 'name': 'MaxConnectionsPerProxy', |
1770 'type': 'int', | 1963 'type': 'int', |
1771 'supported_on': ['chrome_os:1.0-','chrome.*:14-'], | 1964 'supported_on': ['chrome_os:1.0-','chrome.*:14-'], |
1772 'features': {'dynamic_refresh': 0}, | 1965 'features': {'dynamic_refresh': 0}, |
1773 'example_value': 32, | 1966 'example_value': 32, |
1774 'id': 92, | 1967 'id': 92, |
1775 'caption': '''Maximal number of concurrent connections to the proxy server
''', | 1968 'caption': '''Maximal number of concurrent connections to the proxy server
''', |
1776 'desc': '''Specifies the maximal number of simultanious connections to the
proxy server. | 1969 'desc': '''Specifies the maximal number of simultanious connections to the
proxy server. |
1777 | 1970 |
1778 Some proxy servers can not handle high number of concurrent connections pe
r client and this can be solved by setting this policy to a lower value. | 1971 Some proxy servers can not handle high number of concurrent connections pe
r client and this can be solved by setting this policy to a lower value. |
1779 | 1972 |
1780 The value of this policy should be lower than 100 and higher than 6 and th
e default value is 32. | 1973 The value of this policy should be lower than 100 and higher than 6 and th
e default value is 32. |
1781 | 1974 |
1782 Some web apps are known to consume many connections with hanging GETs, so
lowering below 32 may lead to browser networking hangs if too many such web apps
are open. Lower below the default at your own risk.''', | 1975 Some web apps are known to consume many connections with hanging GETs, so
lowering below 32 may lead to browser networking hangs if too many such web apps
are open. Lower below the default at your own risk. |
| 1976 |
| 1977 If this policy is left not set the default value will be used which is 32.
''', |
1783 }, | 1978 }, |
1784 { | 1979 { |
1785 'name': 'HideWebStorePromo', | 1980 'name': 'HideWebStorePromo', |
1786 'type': 'main', | 1981 'type': 'main', |
1787 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], | 1982 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], |
1788 'features': {'dynamic_refresh': 0}, | 1983 'features': {'dynamic_refresh': 0}, |
1789 'example_value': False, | 1984 'example_value': False, |
1790 'id': 96, | 1985 'id': 96, |
1791 'caption': '''Prevent app promotions from appearing on the new tab page'''
, | 1986 'caption': '''Prevent app promotions from appearing on the new tab page'''
, |
1792 'desc': '''When set to True, promotions for Chrome Web Store apps will not
appear on the new tab page.''', | 1987 'desc': '''When set to True, promotions for Chrome Web Store apps will not
appear on the new tab page. |
| 1988 |
| 1989 Setting this option to False or leaving it not set will make the promotion
s for Chrome Web Store apps appear on the new tab page''', |
1793 }, | 1990 }, |
1794 { | 1991 { |
1795 'name': 'URLBlacklist', | 1992 'name': 'URLBlacklist', |
1796 'type': 'list', | 1993 'type': 'list', |
1797 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], | 1994 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], |
1798 'features': {'dynamic_refresh': 1}, | 1995 'features': {'dynamic_refresh': 1}, |
1799 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba
d_path', 'http://server:8080/path', '.exact.hostname.com', '*'], | 1996 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba
d_path', 'http://server:8080/path', '.exact.hostname.com', '*'], |
1800 'id': 103, | 1997 'id': 103, |
1801 'caption': '''Block access to a list of URLs''', | 1998 'caption': '''Block access to a list of URLs''', |
1802 'desc': '''Blocks access to the listed URLs. | 1999 'desc': '''Blocks access to the listed URLs. |
1803 | 2000 |
1804 This policy prevents the user from loading web pages from blacklisted URLs
. | 2001 This policy prevents the user from loading web pages from blacklisted URLs
. |
1805 | 2002 |
1806 A URL has the format 'scheme://host:port/path'. | 2003 A URL has the format 'scheme://host:port/path'. |
1807 The optional scheme can be http, https or ftp. Only this scheme will be bl
ocked; if none is specified, all schemes are blocked. | 2004 The optional scheme can be http, https or ftp. Only this scheme will be bl
ocked; if none is specified, all schemes are blocked. |
1808 The host can be a hostname or an IP address. Subdomains of a hostname will
also be blocked. To prevent blocking subdomains, include a '.' before the hostn
ame. The special hostname '*' will block all domains. | 2005 The host can be a hostname or an IP address. Subdomains of a hostname will
also be blocked. To prevent blocking subdomains, include a '.' before the hostn
ame. The special hostname '*' will block all domains. |
1809 The optional port is a valid port number from 1 to 65535. If none is speci
fied, all ports are blocked. | 2006 The optional port is a valid port number from 1 to 65535. If none is speci
fied, all ports are blocked. |
1810 If the optional path is specified, only paths with that prefix will be blo
cked. | 2007 If the optional path is specified, only paths with that prefix will be blo
cked. |
1811 | 2008 |
1812 Exceptions can be defined in the URL whitelist policy. These policies are
limited to 100 entries; subsequent entries will be ignored.''', | 2009 Exceptions can be defined in the URL whitelist policy. These policies are
limited to 100 entries; subsequent entries will be ignored. |
| 2010 |
| 2011 If this policy is not set no URL will be blacklisted in the browser.''', |
1813 }, | 2012 }, |
1814 { | 2013 { |
1815 'name': 'URLWhitelist', | 2014 'name': 'URLWhitelist', |
1816 'type': 'list', | 2015 'type': 'list', |
1817 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], | 2016 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], |
1818 'features': {'dynamic_refresh': 1}, | 2017 'features': {'dynamic_refresh': 1}, |
1819 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba
d_path', 'http://server:8080/path', '.exact.hostname.com'], | 2018 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba
d_path', 'http://server:8080/path', '.exact.hostname.com'], |
1820 'id': 104, | 2019 'id': 104, |
1821 'caption': '''Allows access to a list of URLs''', | 2020 'caption': '''Allows access to a list of URLs''', |
1822 'desc': '''Allows access to the listed URLs, as exceptions to the URL blac
klist. | 2021 'desc': '''Allows access to the listed URLs, as exceptions to the URL blac
klist. |
1823 | 2022 |
1824 See the description of the URL blacklist policy for the format of entries
of this list. | 2023 See the description of the URL blacklist policy for the format of entries
of this list. |
1825 | 2024 |
1826 This policy can be used to open exceptions to restrictive blacklists. For
example, '*' can be blacklisted to block all requests, and this policy can be us
ed to allow access to a limited list of URLs. It can be used to open exceptions
to certain schemes, subdomains of other domains, ports, or specific paths. | 2025 This policy can be used to open exceptions to restrictive blacklists. For
example, '*' can be blacklisted to block all requests, and this policy can be us
ed to allow access to a limited list of URLs. It can be used to open exceptions
to certain schemes, subdomains of other domains, ports, or specific paths. |
1827 | 2026 |
1828 The most specific filter will determine if a URL is blocked or allowed. Th
e whitelist takes precedence over the blacklist. | 2027 The most specific filter will determine if a URL is blocked or allowed. Th
e whitelist takes precedence over the blacklist. |
1829 | 2028 |
1830 This policy is limited to 100 entries; subsequent entries will be ignored.
''', | 2029 This policy is limited to 100 entries; subsequent entries will be ignored. |
| 2030 |
| 2031 If this policy is not set there will be no exceptions to the blacklist fro
m the 'URLBlacklist' policy.''', |
1831 }, | 2032 }, |
1832 { | 2033 { |
1833 'name': 'OpenNetworkConfiguration', | 2034 'name': 'OpenNetworkConfiguration', |
1834 'type': 'string', | 2035 'type': 'string', |
1835 'supported_on': ['chrome_os:0.16-'], | 2036 'supported_on': ['chrome_os:0.16-'], |
1836 'features': {'dynamic_refresh': 1}, | 2037 'features': {'dynamic_refresh': 1}, |
1837 'future': False, | 2038 'future': False, |
1838 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7
a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my
WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', | 2039 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7
a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my
WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', |
1839 'id': 107, | 2040 'id': 107, |
1840 'caption': '''User-level network configuration''', | 2041 'caption': '''User-level network configuration''', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1950 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', | 2151 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', |
1951 'text': '''Dynamic Policy Refresh''' | 2152 'text': '''Dynamic Policy Refresh''' |
1952 }, | 2153 }, |
1953 'doc_deprecated': { | 2154 'doc_deprecated': { |
1954 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', | 2155 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', |
1955 'text': 'deprecated', | 2156 'text': 'deprecated', |
1956 } | 2157 } |
1957 }, | 2158 }, |
1958 'placeholders': [], | 2159 'placeholders': [], |
1959 } | 2160 } |
OLD | NEW |