OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> | |
3 <plist version="1.0"> | |
4 <dict> | |
5 <key>pfm_name</key> | |
6 <string>@APP_NAME@</string> | |
7 <key>pfm_description</key> | |
8 <string>@APP_NAME@ preferences</string> | |
9 <key>pfm_title</key> | |
10 <string>@APP_NAME@</string> | |
11 <key>pfm_version</key> | |
12 <string>1</string> | |
13 <key>pfm_domain</key> | |
14 <string>@CHROMIUM_BUNDLE_ID@</string> | |
15 <key>pfm_subkeys</key> | |
16 <array> | |
17 <dict> | |
18 <key>pfm_name</key> | |
19 <string>HomepageLocation</string> | |
20 <key>pfm_description</key> | |
21 <string>Configures the default homepage URL in Chromium and prevents use
rs from changing it. | |
22 | |
23 The homepage type can either be set to a URL you specify here or set to the New
Tab Page. | |
24 | |
25 If you specify the New Tab Page as the homepage type, then this policy is ignore
d. | |
26 | |
27 If you enable this setting, users cannot change their homepage URL in Chromium,
but they still can choose the New Tab Page as their homepage.</string> | |
28 <key>pfm_title</key> | |
29 <string>Homepage URL</string> | |
30 <key>pfm_targets</key> | |
31 <array> | |
32 <string>user-managed</string> | |
33 </array> | |
34 <key>pfm_type</key> | |
35 <string>string</string> | |
36 </dict> | |
37 <dict> | |
38 <key>pfm_name</key> | |
39 <string>HomepageIsNewTabPage</string> | |
40 <key>pfm_description</key> | |
41 <string>Configures the type of the default home page in Chromium and pre
vents users from changing homepage preferences. The homepage can either be set t
o a URL you specify or set to the New Tab Page. | |
42 | |
43 If you enable this setting, always the New Tab Page is used for the homepage, an
d the homepage URL location is ignored. | |
44 | |
45 If you disable this setting, the user's homepage will never be the New Tab Page,
unless its URL is set to 'chrome://newtab'. | |
46 | |
47 If you enable or disable this setting, users cannot change their homepage type i
n Chromium.</string> | |
48 <key>pfm_title</key> | |
49 <string>Use New Tab Page as homepage</string> | |
50 <key>pfm_targets</key> | |
51 <array> | |
52 <string>user-managed</string> | |
53 </array> | |
54 <key>pfm_type</key> | |
55 <string>boolean</string> | |
56 </dict> | |
57 <dict> | |
58 <key>pfm_name</key> | |
59 <string>ApplicationLocaleValue</string> | |
60 <key>pfm_description</key> | |
61 <string>Configures the application locale in Chromium and prevents users
from changing the locale. | |
62 | |
63 If you enable this setting, Chromium uses the specified locale. If the configure
d locale is not supported, 'en-US' is used instead. | |
64 | |
65 If this setting is disabled or not configured, Chromium uses either the user-spe
cified preferred locale (if configured), the system locale or the fallback local
e 'en-US'.</string> | |
66 <key>pfm_title</key> | |
67 <string>Application locale</string> | |
68 <key>pfm_targets</key> | |
69 <array> | |
70 <string>user-managed</string> | |
71 </array> | |
72 <key>pfm_type</key> | |
73 <string>string</string> | |
74 </dict> | |
75 <dict> | |
76 <key>pfm_name</key> | |
77 <string>AlternateErrorPagesEnabled</string> | |
78 <key>pfm_description</key> | |
79 <string>Enables the use of alternate error pages that are built into Chr
omium (such as 'page not found') and prevents users from changing this setting. | |
80 | |
81 If you enable this setting, alternate error pages are used. | |
82 | |
83 If you disable this setting, alternate error pages are never used. | |
84 | |
85 If you enable or disable this setting, users cannot change or override this sett
ing in Chromium.</string> | |
86 <key>pfm_title</key> | |
87 <string>Enable alternate error pages</string> | |
88 <key>pfm_targets</key> | |
89 <array> | |
90 <string>user-managed</string> | |
91 </array> | |
92 <key>pfm_type</key> | |
93 <string>boolean</string> | |
94 </dict> | |
95 <dict> | |
96 <key>pfm_name</key> | |
97 <string>SearchSuggestEnabled</string> | |
98 <key>pfm_description</key> | |
99 <string>Enables search suggestions in Chromium's Omnibox and prevents us
ers from changing this setting. | |
100 | |
101 If you enable this setting, search suggestions are used. | |
102 | |
103 If you disable this setting, search suggestions are never used. | |
104 | |
105 If you enable or disable this setting, users cannot change or override this sett
ing in Chromium.</string> | |
106 <key>pfm_title</key> | |
107 <string>Enable search suggestions</string> | |
108 <key>pfm_targets</key> | |
109 <array> | |
110 <string>user-managed</string> | |
111 </array> | |
112 <key>pfm_type</key> | |
113 <string>boolean</string> | |
114 </dict> | |
115 <dict> | |
116 <key>pfm_name</key> | |
117 <string>DnsPrefetchingEnabled</string> | |
118 <key>pfm_description</key> | |
119 <string>Enables DNS prefetching in Chromium and prevents users from chan
ging this setting. | |
120 | |
121 If you enable or disable this setting, users cannot change or override this sett
ing in Chromium.</string> | |
122 <key>pfm_title</key> | |
123 <string>Enable DNS prefetching</string> | |
124 <key>pfm_targets</key> | |
125 <array> | |
126 <string>user-managed</string> | |
127 </array> | |
128 <key>pfm_type</key> | |
129 <string>boolean</string> | |
130 </dict> | |
131 <dict> | |
132 <key>pfm_name</key> | |
133 <string>SafeBrowsingEnabled</string> | |
134 <key>pfm_description</key> | |
135 <string>Enables Chromium's Safe Browsing feature and prevents users from
changing this setting. | |
136 | |
137 If you enable this setting, Safe Browsing is always active. | |
138 | |
139 If you disable this setting, Safe Browsing is never active. | |
140 | |
141 If you enable or disable this setting, users cannot change or override this sett
ing in Chromium.</string> | |
142 <key>pfm_title</key> | |
143 <string>Enable Safe Browsing</string> | |
144 <key>pfm_targets</key> | |
145 <array> | |
146 <string>user-managed</string> | |
147 </array> | |
148 <key>pfm_type</key> | |
149 <string>boolean</string> | |
150 </dict> | |
151 <dict> | |
152 <key>pfm_name</key> | |
153 <string>MetricsReportingEnabled</string> | |
154 <key>pfm_description</key> | |
155 <string>Enables anonymous reporting of usage and crash-related data abou
t Chromium to Google and prevents users from changing this setting. | |
156 | |
157 If you enable this setting, anonymous reporting of usage and crash-related data
is sent to Google. | |
158 | |
159 If you disable this setting, anonymous reporting of usage and crash-related data
is never sent to Google. | |
160 | |
161 If you enable or disable this setting, users cannot change or override this sett
ing in Chromium.</string> | |
162 <key>pfm_title</key> | |
163 <string>Enable reporting of usage and crash-related data</string> | |
164 <key>pfm_targets</key> | |
165 <array> | |
166 <string>user-managed</string> | |
167 </array> | |
168 <key>pfm_type</key> | |
169 <string>boolean</string> | |
170 </dict> | |
171 <dict> | |
172 <key>pfm_name</key> | |
173 <string>PasswordManagerEnabled</string> | |
174 <key>pfm_description</key> | |
175 <string>Enables saving passwords and using saved passwords in Chromium. | |
176 | |
177 If you enable this setting, users can have Chromium memorize passwords and provi
de them automatically the next time you log into a site. | |
178 | |
179 If you disable this setting, users are not able to save passwords or use already
saved passwords. | |
180 | |
181 If you enable or disable this setting, users cannot change or override this sett
ing in Chromium.</string> | |
182 <key>pfm_title</key> | |
183 <string>Enable the password manager</string> | |
184 <key>pfm_targets</key> | |
185 <array> | |
186 <string>user-managed</string> | |
187 </array> | |
188 <key>pfm_type</key> | |
189 <string>boolean</string> | |
190 </dict> | |
191 <dict> | |
192 <key>pfm_name</key> | |
193 <string>AutoFillEnabled</string> | |
194 <key>pfm_description</key> | |
195 <string>Enables Chromium's AutoFill | |
196 feature and allows users to auto-complete web-forms using previously stored | |
197 information like address or credit card information. | |
198 | |
199 If you enable this setting, AutoFill is always active. | |
200 | |
201 If you disable this setting, AutoFill is never active. | |
202 | |
203 If you enable or disable this setting, users cannot change or override this sett
ing in Chromium.</string> | |
204 <key>pfm_title</key> | |
205 <string>Enable AutoFill</string> | |
206 <key>pfm_targets</key> | |
207 <array> | |
208 <string>user-managed</string> | |
209 </array> | |
210 <key>pfm_type</key> | |
211 <string>boolean</string> | |
212 </dict> | |
213 <dict> | |
214 <key>pfm_name</key> | |
215 <string>DisabledPlugins</string> | |
216 <key>pfm_description</key> | |
217 <string>Specifies a list of plugins that are disabled in Chromium and pr
events users from changing this setting. | |
218 | |
219 If you enable this setting, the specified list of plugins is never used in Chrom
ium. The plugins are marked as disabled in 'about:plugins' and users are not abl
e to enable them.</string> | |
220 <key>pfm_title</key> | |
221 <string>List of disabled plugins</string> | |
222 <key>pfm_targets</key> | |
223 <array> | |
224 <string>user-managed</string> | |
225 </array> | |
226 <key>pfm_type</key> | |
227 <string>array</string> | |
228 </dict> | |
229 <dict> | |
230 <key>pfm_name</key> | |
231 <string>SyncDisabled</string> | |
232 <key>pfm_description</key> | |
233 <string>Disallows data synchronization in Chromium using Google-hosted s
ynchronization services and prevents users from changing this setting. | |
234 | |
235 If you enable this setting, users cannot change or override this setting in Chro
mium.</string> | |
236 <key>pfm_title</key> | |
237 <string>Disallow synchronization of data with Google</string> | |
238 <key>pfm_targets</key> | |
239 <array> | |
240 <string>user-managed</string> | |
241 </array> | |
242 <key>pfm_type</key> | |
243 <string>boolean</string> | |
244 </dict> | |
245 <dict> | |
246 <key>pfm_name</key> | |
247 <string>ProxyServerMode</string> | |
248 <key>pfm_description</key> | |
249 <string>0 - Never use a proxy | |
250 1 - Auto detect proxy settings | |
251 2 - Manually specify proxy settings | |
252 3 - Use system proxy settings | |
253 Allows you to specify the proxy server used by Chromium and prevents users from
changing proxy settings. | |
254 | |
255 If you choose to never use a proxy server and always connect directly, all other
options are ignored. | |
256 | |
257 If you choose to use system proxy settings or auto detect the proxy server, all
other options are ignored. | |
258 | |
259 If you choose manual proxy settings, you can specify further options in 'Address
or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separated list o
f proxy bypass rules'. | |
260 | |
261 For detailed examples, visit: | |
262 http://www.chromium.org/developers/design-documents/network-settings#TOC-Command
-line-options-for-proxy-sett | |
263 | |
264 If you enable this setting, Chromium ignores all proxy-related options specified
from the command line.</string> | |
265 <key>pfm_title</key> | |
266 <string>Choose how to specify proxy server settings</string> | |
267 <key>pfm_targets</key> | |
268 <array> | |
269 <string>user-managed</string> | |
270 </array> | |
271 <key>pfm_type</key> | |
272 <string>integer</string> | |
273 <key>pfm_range_list</key> | |
274 <array> | |
275 <integer>0</integer> | |
276 <integer>1</integer> | |
277 <integer>2</integer> | |
278 <integer>3</integer> | |
279 </array> | |
280 </dict> | |
281 <dict> | |
282 <key>pfm_name</key> | |
283 <string>ProxyServer</string> | |
284 <key>pfm_description</key> | |
285 <string>You can specify the URL of the proxy server here. | |
286 | |
287 This policy only takes effect if you have selected manual proxy settings at 'Cho
ose how to specify proxy server settings'. | |
288 | |
289 For more options and detailed examples, visit: | |
290 http://www.chromium.org/developers/design-documents/network-settings#TOC-Command
-line-options-for-proxy-sett</string> | |
291 <key>pfm_title</key> | |
292 <string>Address or URL of proxy server</string> | |
293 <key>pfm_targets</key> | |
294 <array> | |
295 <string>user-managed</string> | |
296 </array> | |
297 <key>pfm_type</key> | |
298 <string>string</string> | |
299 </dict> | |
300 <dict> | |
301 <key>pfm_name</key> | |
302 <string>ProxyPacUrl</string> | |
303 <key>pfm_description</key> | |
304 <string>You can specify an URL to a proxy .pac file here. | |
305 | |
306 This policy only takes effect if you have selected manual proxy settings at 'Cho
ose how to specify proxy server settings'. | |
307 | |
308 For detailed examples, visit: | |
309 http://www.chromium.org/developers/design-documents/network-settings#TOC-Command
-line-options-for-proxy-sett</string> | |
310 <key>pfm_title</key> | |
311 <string>URL to a proxy .pac file</string> | |
312 <key>pfm_targets</key> | |
313 <array> | |
314 <string>user-managed</string> | |
315 </array> | |
316 <key>pfm_type</key> | |
317 <string>string</string> | |
318 </dict> | |
319 <dict> | |
320 <key>pfm_name</key> | |
321 <string>ProxyBypassList</string> | |
322 <key>pfm_description</key> | |
323 <string>Chromium will bypass any proxy for the list of hosts given here. | |
324 | |
325 This policy only takes effect if you have selected manual proxy settings at 'Cho
ose how to specify proxy server settings'. | |
326 | |
327 For more detailed examples, visit: | |
328 http://www.chromium.org/developers/design-documents/network-settings#TOC-Command
-line-options-for-proxy-sett</string> | |
329 <key>pfm_title</key> | |
330 <string>Comma-separated list of proxy bypass rules</string> | |
331 <key>pfm_targets</key> | |
332 <array> | |
333 <string>user-managed</string> | |
334 </array> | |
335 <key>pfm_type</key> | |
336 <string>string</string> | |
337 </dict> | |
338 <dict> | |
339 <key>pfm_name</key> | |
340 <string>ExtensionInstallBlacklist</string> | |
341 <key>pfm_description</key> | |
342 <string>Allows you to specify which extensions the users can NOT install
. | |
343 | |
344 A blacklist value of * means all extensions are blacklisted and users will only
be able to install extensions listed in the whitelist.</string> | |
345 <key>pfm_title</key> | |
346 <string>Extension IDs the user should be prevented from installing (or *
for all)</string> | |
347 <key>pfm_targets</key> | |
348 <array> | |
349 <string>user-managed</string> | |
350 </array> | |
351 <key>pfm_type</key> | |
352 <string>array</string> | |
353 </dict> | |
354 <dict> | |
355 <key>pfm_name</key> | |
356 <string>ExtensionInstallWhitelist</string> | |
357 <key>pfm_description</key> | |
358 <string>Allows you to specify which extensions are not subject to the bl
acklist. | |
359 | |
360 A blacklist value of * means all extensions are blacklisted and users will only
be able to install extensions listed in the whitelist. | |
361 | |
362 By default, all extensions are whitelisted, but if all extensions have been blac
klisted by policy, the whitelist can be used to override that policy.</string> | |
363 <key>pfm_title</key> | |
364 <string>Extension IDs to exempt from the blacklist</string> | |
365 <key>pfm_targets</key> | |
366 <array> | |
367 <string>user-managed</string> | |
368 </array> | |
369 <key>pfm_type</key> | |
370 <string>array</string> | |
371 </dict> | |
372 <dict> | |
373 <key>pfm_name</key> | |
374 <string>ShowHomeButton</string> | |
375 <key>pfm_description</key> | |
376 <string>Shows the Home button on Chromium's toolbar. | |
377 | |
378 If you enable this setting, the Home button is always shown. | |
379 | |
380 If you disable this setting, the Home button is never shown. | |
381 | |
382 If you enable or disable this setting, users cannot change or override this sett
ing in Chromium.</string> | |
383 <key>pfm_title</key> | |
384 <string>Show Home button on toolbar</string> | |
385 <key>pfm_targets</key> | |
386 <array> | |
387 <string>user-managed</string> | |
388 </array> | |
389 <key>pfm_type</key> | |
390 <string>boolean</string> | |
391 </dict> | |
392 <dict> | |
393 <key>pfm_name</key> | |
394 <string>RestoreOnStartup</string> | |
395 <key>pfm_description</key> | |
396 <string>0 - Open home page | |
397 1 - Reopen the URLs that were open last | |
398 4 - Open a list of URLs | |
399 Allows you to specify the behavior on startup.</string> | |
400 <key>pfm_title</key> | |
401 <string>Action on Startup</string> | |
402 <key>pfm_targets</key> | |
403 <array> | |
404 <string>user-managed</string> | |
405 </array> | |
406 <key>pfm_type</key> | |
407 <string>integer</string> | |
408 <key>pfm_range_list</key> | |
409 <array> | |
410 <integer>0</integer> | |
411 <integer>1</integer> | |
412 <integer>4</integer> | |
413 </array> | |
414 </dict> | |
415 <dict> | |
416 <key>pfm_name</key> | |
417 <string>RestoreOnStartupURLs</string> | |
418 <key>pfm_description</key> | |
419 <string>If 'Open a list of URLs' is selected as action on startup, this
allows you to specify the list of URLs that are opened on startup.</string> | |
420 <key>pfm_title</key> | |
421 <string>URLs to open on startup</string> | |
422 <key>pfm_targets</key> | |
423 <array> | |
424 <string>user-managed</string> | |
425 </array> | |
426 <key>pfm_type</key> | |
427 <string>array</string> | |
428 </dict> | |
429 </array> | |
430 </dict> | |
431 </plist> | |
OLD | NEW |