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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 # The product name also affects in which templates will the policy be included
. | 82 # The product name also affects in which templates will the policy be included
. |
83 # chrome.*, chrome.win, chrome_frame -> ADM,ADMX,ADML,doc | 83 # chrome.*, chrome.win, chrome_frame -> ADM,ADMX,ADML,doc |
84 # chrome.*, chrome.linux -> JSON,doc | 84 # chrome.*, chrome.linux -> JSON,doc |
85 # chrome.*, chrome.mac -> plist, plist_strings,doc | 85 # chrome.*, chrome.mac -> plist, plist_strings,doc |
86 # everything else -> doc | 86 # everything else -> doc |
87 # | 87 # |
88 'policy_definitions': [ | 88 'policy_definitions': [ |
89 { | 89 { |
90 'name': 'Homepage', | 90 'name': 'Homepage', |
91 'type': 'group', | 91 'type': 'group', |
| 92 'caption': '''Home page''', |
| 93 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing it. |
| 94 |
| 95 The user's home page settings are only completely locked down, if you eith
er select the home page to be the new tab page, or set it to be a URL and specif
y a home page URL. If you don't specify the home page URL, then the user is stil
l able to set the home page to the new tab page by specifying 'chrome://newtab'.
''', |
92 'policies': [ | 96 'policies': [ |
93 { | 97 { |
94 'name': 'HomepageLocation', | 98 'name': 'HomepageLocation', |
95 'type': 'string', | 99 'type': 'string', |
96 'supported_on': ['chrome.*:8-'], | 100 'supported_on': ['chrome.*:8-'], |
97 'annotations': { | 101 'annotations': { |
98 'features': {'dynamic_refresh': 1}, | 102 'features': {'dynamic_refresh': 1}, |
99 'example_value': 'http://chromium.org', | 103 'example_value': 'http://chromium.org', |
100 } | 104 }, |
| 105 'caption': '''Configure the home page URL''', |
| 106 '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. |
| 107 |
| 108 The home page type can either be set to a URL you specify here or set to t
he New Tab Page. |
| 109 |
| 110 If you select the New Tab Page, then this policy is ignored. |
| 111 |
| 112 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 choos
e the New Tab Page as their home page.''', |
| 113 'label': '''Home page URL''', |
101 }, | 114 }, |
102 { | 115 { |
103 'name': 'HomepageIsNewTabPage', | 116 'name': 'HomepageIsNewTabPage', |
104 'type': 'main', | 117 'type': 'main', |
105 'supported_on': ['chrome.*:8-'], | 118 'supported_on': ['chrome.*:8-'], |
106 'annotations': { | 119 'annotations': { |
107 'features': {'dynamic_refresh': 1}, | 120 'features': {'dynamic_refresh': 1}, |
108 'example_value': True, | 121 'example_value': True, |
109 } | 122 }, |
110 } | 123 'caption': '''Use New Tab Page as homepage''', |
111 ] | 124 '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. |
| 125 |
| 126 If you enable this setting, always the New Tab Page is used for the home p
age, and the home page URL location is ignored. |
| 127 |
| 128 If you disable this setting, the user's homepage will never be the New Tab
Page, unless its URL is set to 'chrome://newtab'. |
| 129 |
| 130 If you enable or disable this setting, users cannot change their homepage
type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
| 131 }, |
| 132 ], |
112 }, | 133 }, |
113 { | 134 { |
114 'name': 'ApplicationLocaleValue', | 135 'name': 'ApplicationLocaleValue', |
115 'type': 'string', | 136 'type': 'string', |
116 'supported_on': ['chrome.win:8-'], | 137 'supported_on': ['chrome.win:8-'], |
117 'annotations': { | 138 'annotations': { |
118 'features': {'dynamic_refresh': 0}, | 139 'features': {'dynamic_refresh': 0}, |
119 'example_value': 'en', | 140 'example_value': 'en', |
120 }, | 141 }, |
| 142 'caption': '''Application locale''', |
| 143 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph> and prevents users from changing the locale. |
| 144 |
| 145 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. |
| 146 |
| 147 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'.''', |
| 148 'label': '''Application locale''', |
121 }, | 149 }, |
122 { | 150 { |
123 'name': 'AlternateErrorPagesEnabled', | 151 'name': 'AlternateErrorPagesEnabled', |
124 'type': 'main', | 152 'type': 'main', |
125 'supported_on': ['chrome.*:8-'], | 153 'supported_on': ['chrome.*:8-'], |
126 'annotations': { | 154 'annotations': { |
127 'features': {'dynamic_refresh': 1}, | 155 'features': {'dynamic_refresh': 1}, |
128 'example_value': True, | 156 'example_value': True, |
129 }, | 157 }, |
| 158 'caption': '''Enable alternate error pages''', |
| 159 '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. |
| 160 |
| 161 If you enable this setting, alternate error pages are used. |
| 162 |
| 163 If you disable this setting, alternate error pages are never used. |
| 164 |
| 165 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>.''', |
130 }, | 166 }, |
131 { | 167 { |
132 'name': 'SearchSuggestEnabled', | 168 'name': 'SearchSuggestEnabled', |
133 'type': 'main', | 169 'type': 'main', |
134 'supported_on': ['chrome.*:8-'], | 170 'supported_on': ['chrome.*:8-'], |
135 'annotations': { | 171 'annotations': { |
136 'features': {'dynamic_refresh': 1}, | 172 'features': {'dynamic_refresh': 1}, |
137 'example_value': True, | 173 'example_value': True, |
138 } | 174 }, |
| 175 'caption': '''Enable search suggestions''', |
| 176 '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. |
| 177 |
| 178 If you enable this setting, search suggestions are used. |
| 179 |
| 180 If you disable this setting, search suggestions are never used. |
| 181 |
| 182 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>.''', |
139 }, | 183 }, |
140 { | 184 { |
141 'name': 'DnsPrefetchingEnabled', | 185 'name': 'DnsPrefetchingEnabled', |
142 'type': 'main', | 186 'type': 'main', |
143 'supported_on': ['chrome.*:8-'], | 187 'supported_on': ['chrome.*:8-'], |
144 'annotations': { | 188 'annotations': { |
145 'features': {'dynamic_refresh': 1}, | 189 'features': {'dynamic_refresh': 1}, |
146 'example_value': True, | 190 'example_value': True, |
147 } | 191 }, |
| 192 'caption': '''Enable DNS prefetching''', |
| 193 'desc': '''Enables DNS prefetching in <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph> and prevents users from changing this setting. |
| 194 |
| 195 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>.''', |
148 }, | 196 }, |
149 { | 197 { |
150 'name': 'DisableSpdy', | 198 'name': 'DisableSpdy', |
151 'type': 'main', | 199 'type': 'main', |
152 'supported_on': ['chrome.*:8-'], | 200 'supported_on': ['chrome.*:8-'], |
153 'annotations': { | 201 'annotations': { |
154 'features': {'dynamic_refresh': 1}, | 202 'features': {'dynamic_refresh': 1}, |
155 'example_value': True, | 203 'example_value': True, |
156 } | 204 }, |
| 205 'caption': '''Disable SPDY protocol''', |
| 206 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph>.''', |
157 }, | 207 }, |
158 { | 208 { |
159 'name': 'JavascriptEnabled', | 209 'name': 'JavascriptEnabled', |
160 'type': 'main', | 210 'type': 'main', |
161 'supported_on': ['chrome.*:8-'], | 211 'supported_on': ['chrome.*:8-'], |
162 'annotations': { | 212 'annotations': { |
163 'features': {'dynamic_refresh': 0}, | 213 'features': {'dynamic_refresh': 0}, |
164 'example_value': True, | 214 'example_value': True, |
165 } | 215 }, |
| 216 'caption': '''Enable JavaScript''', |
| 217 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph> and prevents users from changing this setting. |
| 218 |
| 219 If this setting is enabled or not configured, web pages can use JavaScript
. |
| 220 |
| 221 If this setting is disabled, web pages cannot use JavaScript.''', |
166 }, | 222 }, |
167 { | 223 { |
168 'name': 'SavingBrowserHistoryDisabled', | 224 'name': 'SavingBrowserHistoryDisabled', |
169 'type': 'main', | 225 'type': 'main', |
170 'supported_on': ['chrome.*:8-'], | 226 'supported_on': ['chrome.*:8-'], |
171 'annotations': { | 227 'annotations': { |
172 'features': {'dynamic_refresh': 1}, | 228 'features': {'dynamic_refresh': 1}, |
173 'example_value': True, | 229 'example_value': True, |
174 } | 230 }, |
| 231 'caption': '''Disable saving browser history''', |
| 232 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing this setting. |
| 233 |
| 234 If this setting is enabled, browsing history is not saved. |
| 235 |
| 236 If this setting is disabled or not configured, browsing history is saved.'
'', |
175 }, | 237 }, |
176 { | 238 { |
177 'name': 'PrintingEnabled', | 239 'name': 'PrintingEnabled', |
178 'type': 'main', | 240 'type': 'main', |
179 'supported_on': ['chrome.*:8-'], | 241 'supported_on': ['chrome.*:8-'], |
180 'annotations': { | 242 'annotations': { |
181 'features': {'dynamic_refresh': 1}, | 243 'features': {'dynamic_refresh': 1}, |
182 'example_value': True, | 244 'example_value': True, |
183 } | 245 }, |
| 246 'caption': '''Enable printing''', |
| 247 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome
</ex></ph> and prevents users from changing this setting. |
| 248 |
| 249 If this setting is enabled or not configured, users can print. |
| 250 |
| 251 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.''', |
184 }, | 252 }, |
185 { | 253 { |
186 'name': 'SafeBrowsingEnabled', | 254 'name': 'SafeBrowsingEnabled', |
187 'type': 'main', | 255 'type': 'main', |
188 'supported_on': ['chrome.*:8-'], | 256 'supported_on': ['chrome.*:8-'], |
189 'annotations': { | 257 'annotations': { |
190 'features': {'dynamic_refresh': 0}, | 258 'features': {'dynamic_refresh': 0}, |
191 'example_value': True, | 259 'example_value': True, |
192 } | 260 }, |
| 261 'caption': '''Enable Safe Browsing''', |
| 262 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Safe Browsing feature and prevents users from changing this setting. |
| 263 |
| 264 If you enable this setting, Safe Browsing is always active. |
| 265 |
| 266 If you disable this setting, Safe Browsing is never active. |
| 267 |
| 268 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>.''', |
193 }, | 269 }, |
194 { | 270 { |
195 'name': 'MetricsReportingEnabled', | 271 'name': 'MetricsReportingEnabled', |
196 'type': 'main', | 272 'type': 'main', |
197 'supported_on': ['chrome.*:8-'], | 273 'supported_on': ['chrome.*:8-'], |
198 'annotations': { | 274 'annotations': { |
199 'features': {'dynamic_refresh': 0}, | 275 'features': {'dynamic_refresh': 0}, |
200 'example_value': True, | 276 'example_value': True, |
201 } | 277 }, |
| 278 'caption': '''Enable reporting of usage and crash-related data''', |
| 279 '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. |
| 280 |
| 281 If you enable this setting, anonymous reporting of usage and crash-related
data is sent to Google. |
| 282 |
| 283 If you disable this setting, anonymous reporting of usage and crash-relate
d data is never sent to Google. |
| 284 |
| 285 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>.''', |
202 }, | 286 }, |
203 { | 287 { |
204 'name': 'PasswordManager', | 288 'name': 'PasswordManager', |
205 'type': 'group', | 289 'type': 'group', |
206 'policies': [{ | 290 'caption': '''Password manager''', |
207 'name': 'PasswordManagerEnabled', | 291 '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.''', |
208 'type': 'main', | 292 'policies': [ |
209 'supported_on': ['chrome.*:8-'], | 293 { |
210 'annotations': { | 294 'name': 'PasswordManagerEnabled', |
211 'features': {'dynamic_refresh': 1}, | 295 'type': 'main', |
212 'example_value': True, | 296 'supported_on': ['chrome.*:8-'], |
213 } | 297 'annotations': { |
214 }, | 298 'features': {'dynamic_refresh': 1}, |
215 { | 299 'example_value': True, |
216 'name': 'PasswordManagerAllowShowPasswords', | 300 }, |
217 'type': 'main', | 301 'caption': '''Enable the password manager''', |
218 'supported_on': ['chrome.*:8-'], | 302 'desc': '''Enables saving passwords and using saved passwords in <ph n
ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
219 'annotations': { | 303 |
220 'features': {'dynamic_refresh': 1}, | 304 If you enable this setting, users can have <ph name="PRODUCT_NAME">$1<ex>G
oogle Chrome</ex></ph> memorize passwords and provide them automatically the nex
t time they log in to a site. |
221 'example_value': False, | 305 |
222 } | 306 If you disable this setting, users are not able to save passwords or use a
lready saved passwords. |
223 }] | 307 |
| 308 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>.''', |
| 309 }, |
| 310 { |
| 311 'name': 'PasswordManagerAllowShowPasswords', |
| 312 'type': 'main', |
| 313 'supported_on': ['chrome.*:8-'], |
| 314 'annotations': { |
| 315 'features': {'dynamic_refresh': 1}, |
| 316 'example_value': False, |
| 317 }, |
| 318 'caption': '''Allow users to show passwords in Password Manager''', |
| 319 'desc': '''Controls whether the user may show passwords in clear text
in the password manager. |
| 320 |
| 321 If you disable this setting, the password manager does not allow showing s
tored passwords in clear text in the password manager window. |
| 322 |
| 323 If you enable or do not configure this setting, users can view their passw
ords in clear text in the password manager.''', |
| 324 }, |
| 325 ], |
224 }, | 326 }, |
225 { | 327 { |
226 'name': 'AutoFillEnabled', | 328 'name': 'AutoFillEnabled', |
227 'type': 'main', | 329 'type': 'main', |
228 'supported_on': ['chrome.*:8-'], | 330 'supported_on': ['chrome.*:8-'], |
229 'annotations': { | 331 'annotations': { |
230 'features': {'dynamic_refresh': 1}, | 332 'features': {'dynamic_refresh': 1}, |
231 'example_value': False, | 333 'example_value': False, |
232 } | 334 }, |
| 335 'caption': '''Enable AutoFill''', |
| 336 '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. |
| 337 |
| 338 If you disable this setting, AutoFill will be inaccessible to users. |
| 339 |
| 340 If you enable this setting or do not configure a value, AutoFill will remain
under the control of the user. This will allow them to configure AutoFill profi
les and to switch AutoFill on or off at their own discretion.''', |
233 }, | 341 }, |
234 { | 342 { |
235 'name': 'DisabledPlugins', | 343 'name': 'DisabledPlugins', |
236 'type': 'list', | 344 'type': 'list', |
237 'supported_on': ['chrome.*:8-'], | 345 'supported_on': ['chrome.*:8-'], |
238 'annotations': { | 346 'annotations': { |
239 'features': {'dynamic_refresh': 1}, | 347 'features': {'dynamic_refresh': 1}, |
240 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], | 348 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], |
241 } | 349 }, |
| 350 'caption': '''Specify a list of disabled plugins''', |
| 351 '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. |
| 352 |
| 353 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. |
| 354 |
| 355 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.''', |
| 356 'label': '''List of disabled plugins''', |
242 }, | 357 }, |
243 { | 358 { |
244 'name': 'SyncDisabled', | 359 'name': 'SyncDisabled', |
245 'type': 'main', | 360 'type': 'main', |
246 'supported_on': ['chrome.*:8-'], | 361 'supported_on': ['chrome.*:8-'], |
247 'annotations': { | 362 'annotations': { |
248 'features': {'dynamic_refresh': 1}, | 363 'features': {'dynamic_refresh': 1}, |
249 'example_value': True, | 364 'example_value': True, |
250 } | 365 }, |
| 366 'caption': '''Disable synchronization of data with Google''', |
| 367 '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. |
| 368 |
| 369 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
251 }, | 370 }, |
252 { | 371 { |
253 'name': 'Proxy', | 372 'name': 'Proxy', |
254 'type': 'group', | 373 'type': 'group', |
| 374 'caption': '''Proxy server''', |
| 375 '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. |
| 376 |
| 377 If you choose to never use a proxy server and always connect directly, all
other options are ignored. |
| 378 |
| 379 If you choose to auto detect the proxy server, all other options are ignor
ed. |
| 380 |
| 381 For detailed examples, visit: |
| 382 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design-
documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> |
| 383 |
| 384 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.''', |
255 'policies': [ | 385 'policies': [ |
256 { | 386 { |
257 'name': 'ProxyMode', | 387 'name': 'ProxyMode', |
258 'type': 'string-enum', | 388 'type': 'string-enum', |
| 389 'caption': '''Choose how to specify proxy server settings''', |
| 390 'desc': '''Allows you to specify the proxy server used by <ph name="PR
ODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy
settings. |
| 391 |
| 392 If you choose to never use a proxy server and always connect directly, all
other options are ignored. |
| 393 |
| 394 If you choose to use system proxy settings or auto detect the proxy server
, all other options are ignored. |
| 395 |
| 396 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 rules
'. |
| 397 |
| 398 If you choose to use a .pac proxy script, you must specify the URL to the
script in 'URL to a proxy .pac file'. |
| 399 |
| 400 For detailed examples, visit: |
| 401 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design-
documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> |
| 402 |
| 403 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.''', |
259 'items': [ | 404 'items': [ |
260 {'name': 'ProxyDisabled', 'value': 'direct'}, | 405 { |
261 {'name': 'ProxyAutoDetect', 'value': 'auto_detect'}, | 406 'name': 'ProxyDisabled', |
262 {'name': 'ProxyPacScript', 'value': 'pac_script'}, | 407 'value': 'direct', |
263 {'name': 'ProxyFixedServers', 'value': 'fixed_servers'}, | 408 'caption': '''Never use a proxy''', |
264 {'name': 'ProxyUseSystem', 'value': 'system'}, | 409 }, |
| 410 { |
| 411 'name': 'ProxyAutoDetect', |
| 412 'value': 'auto_detect', |
| 413 'caption': '''Auto detect proxy settings''', |
| 414 }, |
| 415 { |
| 416 'name': 'ProxyPacScript', |
| 417 'value': 'pac_script', |
| 418 'caption': '''Use a .pac proxy script''', |
| 419 }, |
| 420 { |
| 421 'name': 'ProxyFixedServers', |
| 422 'value': 'fixed_servers', |
| 423 'caption': '''Use fixed proxy servers''', |
| 424 }, |
| 425 { |
| 426 'name': 'ProxyUseSystem', |
| 427 'value': 'system', |
| 428 'caption': '''Use system proxy settings''', |
| 429 }, |
265 ], | 430 ], |
266 'supported_on': ['chrome.*:10-'], | 431 'supported_on': ['chrome.*:10-'], |
267 'annotations': { | 432 'annotations': { |
268 'features': {'dynamic_refresh': 1}, | 433 'features': {'dynamic_refresh': 1}, |
269 'example_value': 'direct' | 434 'example_value': 'direct' |
270 } | 435 } |
271 }, | 436 }, |
272 { | 437 { |
273 'name': 'ProxyServerMode', | 438 'name': 'ProxyServerMode', |
274 'type': 'int-enum', | 439 'type': 'int-enum', |
275 'items': [ | 440 'items': [ |
276 {'name': 'ProxyServerDisabled', 'value': 0}, | 441 { |
277 {'name': 'ProxyServerAutoDetect', 'value': 1}, | 442 'name': 'ProxyServerDisabled', |
278 {'name': 'ProxyServerManual', 'value': 2}, | 443 'value': 0, |
279 {'name': 'ProxyServerUseSystem', 'value': 3}, | 444 'caption': '''Never use a proxy''' |
| 445 }, |
| 446 { |
| 447 'name': 'ProxyServerAutoDetect', |
| 448 'value': 1, |
| 449 'caption': '''Auto detect proxy settings''' |
| 450 }, |
| 451 { |
| 452 'name': 'ProxyServerManual', |
| 453 'value': 2, |
| 454 'caption': '''Manually specify proxy settings''' |
| 455 }, |
| 456 { |
| 457 'name': 'ProxyServerUseSystem', |
| 458 'value': 3, |
| 459 'caption': '''Use system proxy settings''' |
| 460 }, |
280 ], | 461 ], |
281 'supported_on': ['chrome.*:8-'], | 462 'supported_on': ['chrome.*:8-'], |
282 'deprecated' : True, | 463 'deprecated' : True, |
283 'annotations': { | 464 'annotations': { |
284 'features': {'dynamic_refresh': 1}, | 465 'features': {'dynamic_refresh': 1}, |
285 'example_value': 2, | 466 'example_value': 2, |
286 } | 467 }, |
| 468 'caption': '''Choose how to specify proxy server settings''', |
| 469 'desc': '''This policy is deprecated, use ProxyMode instead. |
| 470 |
| 471 Allows you to specify the proxy server used by <ph name="PRODUCT_NAME">$1<
ex>Google Chrome</ex></ph> and prevents users from changing proxy settings. |
| 472 |
| 473 If you choose to never use a proxy server and always connect directly, all
other options are ignored. |
| 474 |
| 475 If you choose to use system proxy settings or auto detect the proxy server
, all other options are ignored. |
| 476 |
| 477 If you choose manual proxy settings, you can specify further options in 'A
ddress or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separated
list of proxy bypass rules'. |
| 478 |
| 479 For detailed examples, visit: |
| 480 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design-
documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> |
| 481 |
| 482 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.''', |
287 }, | 483 }, |
288 { | 484 { |
289 'name': 'ProxyServer', | 485 'name': 'ProxyServer', |
290 'type': 'string', | 486 'type': 'string', |
291 'supported_on': ['chrome.*:8-'], | 487 'supported_on': ['chrome.*:8-'], |
292 'annotations': { | 488 'annotations': { |
293 'features': {'dynamic_refresh': 1}, | 489 'features': {'dynamic_refresh': 1}, |
294 'example_value': '123.123.123.123:8080', | 490 'example_value': '123.123.123.123:8080', |
295 } | 491 }, |
| 492 'caption': '''Address or URL of proxy server''', |
| 493 'desc': '''You can specify the URL of the proxy server here. |
| 494 |
| 495 This policy only takes effect if you have selected manual proxy settings a
t 'Choose how to specify proxy server settings'. |
| 496 |
| 497 For more options and detailed examples, visit: |
| 498 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design-
documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>''', |
296 }, | 499 }, |
297 { | 500 { |
298 'name': 'ProxyPacUrl', | 501 'name': 'ProxyPacUrl', |
299 'type': 'string', | 502 'type': 'string', |
300 'supported_on': ['chrome.*:8-'], | 503 'supported_on': ['chrome.*:8-'], |
301 'annotations': { | 504 'annotations': { |
302 'features': {'dynamic_refresh': 1}, | 505 'features': {'dynamic_refresh': 1}, |
303 'example_value': 'http://internal.site/example.pac' | 506 'example_value': 'http://internal.site/example.pac', |
304 } | 507 }, |
| 508 'caption': '''URL to a proxy .pac file''', |
| 509 'desc': '''You can specify a URL to a proxy .pac file here. |
| 510 |
| 511 This policy only takes effect if you have selected manual proxy settings a
t 'Choose how to specify proxy server settings'. |
| 512 |
| 513 For detailed examples, visit: |
| 514 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design-
documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>''', |
305 }, | 515 }, |
306 { | 516 { |
307 'name': 'ProxyBypassList', | 517 'name': 'ProxyBypassList', |
308 'type': 'string', | 518 'type': 'string', |
309 'supported_on': ['chrome.*:8-'], | 519 'supported_on': ['chrome.*:8-'], |
310 'annotations': { | 520 'annotations': { |
311 'features': {'dynamic_refresh': 1}, | 521 'features': {'dynamic_refresh': 1}, |
312 'example_value': | 522 'example_value': 'http://www.example1.com,http://www.example2.com,ht
tp://internalsite/', |
313 'http://www.example1.com,' | 523 }, |
314 'http://www.example2.com,http://internalsite/', | 524 'caption': '''Proxy bypass rules''', |
315 } | 525 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will
bypass any proxy for the list of hosts given here. |
| 526 |
| 527 This policy only takes effect if you have selected manual proxy settings a
t 'Choose how to specify proxy server settings'. |
| 528 |
| 529 For more detailed examples, visit: |
| 530 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design-
documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>''', |
| 531 'label': '''Comma-separated list of proxy bypass rules''', |
316 }, | 532 }, |
317 ] | 533 ], |
318 }, | 534 }, |
319 { | 535 { |
320 'name': 'HTTPAuthentication', | 536 'name': 'HTTPAuthentication', |
321 'type': 'group', | 537 'type': 'group', |
| 538 'caption': '''Policies for HTTP Authentication''', |
| 539 'desc': '''Policies related to integrated HTTP authentication.''', |
322 'policies': [ | 540 'policies': [ |
323 { | 541 { |
324 'name': 'AuthSchemes', | 542 'name': 'AuthSchemes', |
325 'type': 'string', | 543 'type': 'string', |
326 'supported_on': ['chrome.*:9-'], | 544 'supported_on': ['chrome.*:9-'], |
327 'annotations': { | 545 'annotations': { |
328 'features': {'dynamic_refresh': 0}, | 546 'features': {'dynamic_refresh': 0}, |
329 'example_value': 'basic,digest,ntlm,negotiate', | 547 'example_value': 'basic,digest,ntlm,negotiate', |
330 } | 548 }, |
| 549 'caption': '''Supported authentication schemes''', |
| 550 'desc': '''Specifies which HTTP Authentication schemes are supported b
y <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 551 |
| 552 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separate mu
ltiple values with commas.''', |
331 }, | 553 }, |
332 { | 554 { |
333 'name': 'DisableAuthNegotiateCnameLookup', | 555 'name': 'DisableAuthNegotiateCnameLookup', |
334 'type': 'main', | 556 'type': 'main', |
335 'supported_on': ['chrome.*:9-'], | 557 'supported_on': ['chrome.*:9-'], |
336 'annotations': { | 558 'annotations': { |
337 'features': {'dynamic_refresh': 0}, | 559 'features': {'dynamic_refresh': 0}, |
338 'example_value': False, | 560 'example_value': False, |
339 } | 561 }, |
| 562 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic
ation''', |
| 563 'desc': '''Specifies whether the generated Kerberos SPN is based on th
e canonical DNS name or the original name entered. |
| 564 |
| 565 If you enable this setting, CNAME lookup will be skipped and the server na
me will be used as entered. |
| 566 |
| 567 If you enable this setting, the canonical name of the server will be deter
mined via CNAME lookup.''', |
340 }, | 568 }, |
341 { | 569 { |
342 'name': 'EnableAuthNegotiatePort', | 570 'name': 'EnableAuthNegotiatePort', |
343 'type': 'main', | 571 'type': 'main', |
344 'supported_on': ['chrome.*:9-'], | 572 'supported_on': ['chrome.*:9-'], |
345 'annotations': { | 573 'annotations': { |
346 'features': {'dynamic_refresh': 0}, | 574 'features': {'dynamic_refresh': 0}, |
347 'example_value': False, | 575 'example_value': False, |
348 } | 576 }, |
| 577 'caption': '''Include non-standard port in Kerberos SPN''', |
| 578 'desc': '''Specifies whether the generated Kerberos SPN should include
a non-standard port. |
| 579 |
| 580 If you enable this setting, and a non-standard port (i.e., a port other th
an 80 or 443) is entered, it will be included in the generated Kerberos SPN. |
| 581 |
| 582 If you disable this setting, the generated Kerberos SPN will not include a
port in any case.''', |
349 }, | 583 }, |
350 { | 584 { |
351 'name': 'AuthServerWhitelist', | 585 'name': 'AuthServerWhitelist', |
352 'type': 'string', | 586 'type': 'string', |
353 'supported_on': ['chrome.*:9-'], | 587 'supported_on': ['chrome.*:9-'], |
354 'annotations': { | 588 'annotations': { |
355 'features': {'dynamic_refresh': 0}, | 589 'features': {'dynamic_refresh': 0}, |
356 'example_value': '*example.com,foobar.com,*baz', | 590 'example_value': '*example.com,foobar.com,*baz', |
357 } | 591 }, |
| 592 'caption': '''Authentication server whitelist''', |
| 593 '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. |
| 594 |
| 595 Separate multiple server names with commas. Wildcards (*) are allowed.''', |
358 }, | 596 }, |
359 { | 597 { |
360 'name': 'AuthNegotiateDelegateWhitelist', | 598 'name': 'AuthNegotiateDelegateWhitelist', |
361 'type': 'string', | 599 'type': 'string', |
362 'supported_on': ['chrome.*:9-'], | 600 'supported_on': ['chrome.*:9-'], |
363 'annotations': { | 601 'annotations': { |
364 'features': {'dynamic_refresh': 0}, | 602 'features': {'dynamic_refresh': 0}, |
365 'example_value': 'foobar.example.com', | 603 'example_value': 'foobar.example.com', |
366 } | 604 }, |
| 605 'caption': '''Kerberos delegation server whitelist''', |
| 606 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> may delegate to.''', |
367 }, | 607 }, |
368 { | 608 { |
369 'name': 'GSSAPILibraryName', | 609 'name': 'GSSAPILibraryName', |
370 'type': 'string', | 610 'type': 'string', |
371 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], | 611 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], |
372 'annotations': { | 612 'annotations': { |
373 'features': {'dynamic_refresh': 0}, | 613 'features': {'dynamic_refresh': 0}, |
374 'example_value': 'libgssapi_krb5.so.2', | 614 'example_value': 'libgssapi_krb5.so.2', |
375 } | 615 }, |
| 616 'caption': '''GSSAPI library name''', |
| 617 '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.''', |
376 }, | 618 }, |
377 ] | 619 ], |
378 }, | 620 }, |
379 { | 621 { |
380 'name': 'Extensions', | 622 'name': 'Extensions', |
381 'type': 'group', | 623 'type': 'group', |
382 'policies': [{ | 624 'caption': '''Extensions''', |
383 'name': 'ExtensionInstallBlacklist', | 625 '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.''', |
384 'type': 'list', | 626 'policies': [ |
385 'supported_on': ['chrome.*:8-'], | 627 { |
386 'annotations': { | 628 'name': 'ExtensionInstallBlacklist', |
387 'features': {'dynamic_refresh': 1}, | 629 'type': 'list', |
388 'example_value': ['extension_id1', 'extension_id2'] | 630 'supported_on': ['chrome.*:8-'], |
389 } | 631 'annotations': { |
390 }, | 632 'features': {'dynamic_refresh': 1}, |
391 { | 633 'example_value': ['extension_id1', 'extension_id2'], |
392 'name': 'ExtensionInstallWhitelist', | 634 }, |
393 'type': 'list', | 635 'caption': '''Configure extension installation blacklist''', |
394 'supported_on': ['chrome.*:8-'], | 636 'desc': '''Allows you to specify which extensions the users can NOT in
stall. |
395 'annotations': { | 637 |
396 'features': {'dynamic_refresh': 1}, | 638 A blacklist value of * means all extensions are blacklisted unless they ar
e explicitly listed in the whitelist.''', |
397 'example_value': ['extension_id1', 'extension_id2'] | 639 'label': '''Extension IDs the user should be prevented from installing
(or * for all)''', |
398 } | 640 }, |
399 }, | 641 { |
400 { | 642 'name': 'ExtensionInstallWhitelist', |
401 'name': 'ExtensionInstallForcelist', | 643 'type': 'list', |
402 'type': 'list', | 644 'supported_on': ['chrome.*:8-'], |
403 'supported_on': ['chrome.*:9-'], | 645 'annotations': { |
404 'annotations': { | 646 'features': {'dynamic_refresh': 1}, |
405 'features': {'dynamic_refresh': 0}, | 647 'example_value': ['extension_id1', 'extension_id2'], |
406 'example_value': [ | 648 }, |
407 'lcncmkcnkcdbbanbjakcencbaoegdjlp;' | 649 'caption': '''Configure extension installation whitelist''', |
408 'https://clients2.google.com/service/update2/crx' | 650 'desc': '''Allows you to specify which extensions are not subject to t
he blacklist. |
409 ] | 651 |
410 } | 652 A blacklist value of * means all extensions are blacklisted and users can
only install extensions listed in the whitelist. |
411 }] | 653 |
| 654 By default, all extensions are whitelisted, but if all extensions have bee
n blacklisted by policy, the whitelist can be used to override that policy.''', |
| 655 'label': '''Extension IDs to exempt from the blacklist''', |
| 656 }, |
| 657 { |
| 658 'name': 'ExtensionInstallForcelist', |
| 659 'type': 'list', |
| 660 'supported_on': ['chrome.*:9-'], |
| 661 'annotations': { |
| 662 'features': {'dynamic_refresh': 0}, |
| 663 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2
.google.com/service/update2/crx'], |
| 664 }, |
| 665 'caption': '''Configure the list of force-installed extensions''', |
| 666 'desc': '''Allows you to specify a list of extensions that will be ins
talled silently, without user interaction. |
| 667 |
| 668 Each item of the list is a string, that contains an extension ID and an up
date URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). For example: <p
h name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clien
ts2.google.com/service/update2/crx</ph>. For each item, <ph name="PRODUCT_NAME">
$1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the ID fr
om the specified URL and silently install it. The following pages explain how yo
u can host extensions on your own server. About update URLs: <ph name="LINK_TO_E
XTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph> , a
bout hosting extensions in general: <ph name="LINK_TO_EXTENSION_DOC2">http://cod
e.google.com/chrome/extensions/hosting.html</ph>. |
| 669 |
| 670 Users will be unable to uninstall extensions that are specified by this po
licy. If you remove an extension from this list, then it will be automatically u
ninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensions
that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, cannot
be force-installed by this policy.''', |
| 671 'label': '''Extension IDs and update URLs to be silently installed''', |
| 672 }, |
| 673 ], |
412 }, | 674 }, |
413 { | 675 { |
414 'name': 'ShowHomeButton', | 676 'name': 'ShowHomeButton', |
415 'type': 'main', | 677 'type': 'main', |
416 'supported_on': ['chrome.*:8-'], | 678 'supported_on': ['chrome.*:8-'], |
417 'annotations': { | 679 'annotations': { |
418 'features': {'dynamic_refresh': 1}, | 680 'features': {'dynamic_refresh': 1}, |
419 'example_value': True | 681 'example_value': True, |
420 } | 682 }, |
| 683 'caption': '''Show Home button on toolbar''', |
| 684 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google |
| 685 Chrome</ex></ph>'s toolbar. |
| 686 |
| 687 If you enable this setting, the Home button is always shown. |
| 688 |
| 689 If you disable this setting, the Home button is never shown. |
| 690 |
| 691 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>.''', |
421 }, | 692 }, |
422 { | 693 { |
423 'name': 'DeveloperToolsDisabled', | 694 'name': 'DeveloperToolsDisabled', |
424 'type': 'main', | 695 'type': 'main', |
425 'supported_on': ['chrome.*:9-'], | 696 'supported_on': ['chrome.*:9-'], |
426 'annotations': { | 697 'annotations': { |
427 'features': {'dynamic_refresh': 1}, | 698 'features': {'dynamic_refresh': 1}, |
428 'example_value': False, | 699 'example_value': False, |
429 } | 700 }, |
| 701 'caption': '''Disable Developer Tools''', |
| 702 'desc': '''Disables the Developer Tools and the JavaScript console. |
| 703 |
| 704 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.''', |
430 }, | 705 }, |
431 { | 706 { |
432 'name': 'RestoreOnStartupGroup', | 707 'name': 'RestoreOnStartupGroup', |
433 'type': 'group', | 708 'type': 'group', |
434 'policies': [{ | 709 'caption': '''Startup pages''', |
435 'name': 'RestoreOnStartup', | 710 'desc': '''Allows you to configure the pages that are loaded on startup. |
436 'type': 'int-enum', | 711 |
437 'items': [ | 712 The contents of the list 'URLs to open at startup' are ignored unless you
select 'Open a list of URLs' in 'Action on startup'.''', |
438 {'name': 'RestoreOnStartupIsNone', 'value': 0}, | 713 'policies': [ |
439 {'name': 'RestoreOnStartupIsLastSession', 'value': 1}, | 714 { |
440 {'name': 'RestoreOnStartupIsURLs', 'value': 4}, | 715 'name': 'RestoreOnStartup', |
441 ], | 716 'type': 'int-enum', |
442 'supported_on': ['chrome.*:8-'], | 717 'items': [ |
443 'annotations': { | 718 { |
444 'features': {'dynamic_refresh': 1}, | 719 'name': 'RestoreOnStartupIsNone', |
445 'example_value': 4, | 720 'value': 0, |
446 } | 721 'caption': '''Open home page''' |
447 },{ | 722 }, |
448 'name': 'RestoreOnStartupURLs', | 723 { |
449 'type': 'list', | 724 'name': 'RestoreOnStartupIsLastSession', |
450 'supported_on': ['chrome.*:8-'], | 725 'value': 1, |
451 'annotations': { | 726 'caption': '''Reopen the URLs that were open last''' |
452 'features': {'dynamic_refresh': 1}, | 727 }, |
453 'example_value': ['http://example.com', 'http://chromium.org'], | 728 { |
454 } | 729 'name': 'RestoreOnStartupIsURLs', |
455 }] | 730 'value': 4, |
| 731 'caption': '''Open a list of URLs''' |
| 732 }, |
| 733 ], |
| 734 'supported_on': ['chrome.*:8-'], |
| 735 'annotations': { |
| 736 'features': {'dynamic_refresh': 1}, |
| 737 'example_value': 4, |
| 738 }, |
| 739 'caption': '''Action on startup''', |
| 740 'desc': '''Allows you to specify the behavior on startup. |
| 741 |
| 742 If you choose 'Open home page' the home page will always be opened when yo
u start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 743 |
| 744 If you choose 'Reopen the URLs that were open last', the URLs that were op
en last time <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was closed wi
ll be reopened. |
| 745 |
| 746 If you choose 'Open a list of URLs', the list of 'URLs to open on startup'
will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chrome</
ex></ph>. |
| 747 |
| 748 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>.''', |
| 749 }, |
| 750 { |
| 751 'name': 'RestoreOnStartupURLs', |
| 752 'type': 'list', |
| 753 'supported_on': ['chrome.*:8-'], |
| 754 'annotations': { |
| 755 'features': {'dynamic_refresh': 1}, |
| 756 'example_value': ['http://example.com', 'http://chromium.org'], |
| 757 }, |
| 758 'caption': '''URLs to open on startup''', |
| 759 '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.''', |
| 760 }, |
| 761 ], |
456 }, | 762 }, |
457 { | 763 { |
458 'name': 'DefaultSearchProvider', | 764 'name': 'DefaultSearchProvider', |
459 'type': 'group', | 765 'type': 'group', |
| 766 'caption': '''Default search provider''', |
| 767 '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.
''', |
460 'policies': [ | 768 'policies': [ |
461 { | 769 { |
462 'name': 'DefaultSearchProviderEnabled', | 770 'name': 'DefaultSearchProviderEnabled', |
463 'type': 'main', | 771 'type': 'main', |
464 'supported_on': ['chrome.*:8-'], | 772 'supported_on': ['chrome.*:8-'], |
465 'annotations': { | 773 'annotations': { |
466 'features': {'dynamic_refresh': 1}, | 774 'features': {'dynamic_refresh': 1}, |
467 'example_value': True, | 775 'example_value': True, |
468 } | 776 }, |
| 777 'caption': '''Enable the default search provider''', |
| 778 'desc': '''Enables the use of a default search provider. |
| 779 |
| 780 If you enable this setting, a default search is performed when the user ty
pes text in the omnibox that is not a URL. |
| 781 |
| 782 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 choose th
e default provider. |
| 783 |
| 784 If you diable this setting, no search is performed when the user enters no
n-URL text in the omnibox. |
| 785 |
| 786 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME"> |
| 787 $1<ex>Google Chrome</ex> |
| 788 </ph>.''', |
469 }, | 789 }, |
470 { | 790 { |
471 'name': 'DefaultSearchProviderName', | 791 'name': 'DefaultSearchProviderName', |
472 'type': 'string', | 792 'type': 'string', |
473 'supported_on': ['chrome.*:8-'], | 793 'supported_on': ['chrome.*:8-'], |
474 'annotations': { | 794 'annotations': { |
475 'features': {'dynamic_refresh': 1}, | 795 'features': {'dynamic_refresh': 1}, |
476 'example_value': 'My Intranet Search', | 796 'example_value': 'My Intranet Search', |
477 } | 797 }, |
| 798 'caption': '''Default search provider name''', |
| 799 'desc': '''Specifies the name of the default search provider. If left
empty, the host name specified by the search URL will be used.''', |
478 }, | 800 }, |
479 { | 801 { |
480 'name': 'DefaultSearchProviderKeyword', | 802 'name': 'DefaultSearchProviderKeyword', |
481 'type': 'string', | 803 'type': 'string', |
482 'supported_on': ['chrome.*:8-'], | 804 'supported_on': ['chrome.*:8-'], |
483 'annotations': { | 805 'annotations': { |
484 'features': {'dynamic_refresh': 1}, | 806 'features': {'dynamic_refresh': 1}, |
485 'example_value': 'mis', | 807 'example_value': 'mis', |
486 } | 808 }, |
| 809 'caption': '''Default search provider keyword''', |
| 810 'desc': '''Specifies the keyword, which is the shortcut used in the om
nibox to trigger the search for this provider. Optional.''', |
487 }, | 811 }, |
488 { | 812 { |
489 'name': 'DefaultSearchProviderSearchURL', | 813 'name': 'DefaultSearchProviderSearchURL', |
490 'type': 'string', | 814 'type': 'string', |
491 'supported_on': ['chrome.*:8-'], | 815 'supported_on': ['chrome.*:8-'], |
492 'annotations': { | 816 'annotations': { |
493 'features': {'dynamic_refresh': 1}, | 817 'features': {'dynamic_refresh': 1}, |
494 'example_value': 'http://search.my.company/search?q={searchTerms}', | 818 'example_value': 'http://search.my.company/search?q={searchTerms}', |
495 } | 819 }, |
| 820 'caption': '''Default search provider search URL''', |
| 821 '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.''', |
496 }, | 822 }, |
497 { | 823 { |
498 'name': 'DefaultSearchProviderSuggestURL', | 824 'name': 'DefaultSearchProviderSuggestURL', |
499 'type': 'string', | 825 'type': 'string', |
500 'supported_on': ['chrome.*:8-'], | 826 'supported_on': ['chrome.*:8-'], |
501 'annotations': { | 827 'annotations': { |
502 'features': {'dynamic_refresh': 1}, | 828 'features': {'dynamic_refresh': 1}, |
503 'example_value': 'http://search.my.company/suggest?q={searchTerms}', | 829 'example_value': 'http://search.my.company/suggest?q={searchTerms}', |
504 } | 830 }, |
| 831 'caption': '''Default search provider suggest URL''', |
| 832 '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.''', |
505 }, | 833 }, |
506 { | 834 { |
507 'name': 'DefaultSearchProviderInstantURL', | 835 'name': 'DefaultSearchProviderInstantURL', |
508 'type': 'string', | 836 'type': 'string', |
509 'supported_on': ['chrome.*:10-'], | 837 'supported_on': ['chrome.*:10-'], |
510 'annotations': { | 838 'annotations': { |
511 'features': {'dynamic_refresh': 1}, | 839 'features': {'dynamic_refresh': 1}, |
512 'example_value': 'http://search.my.company/suggest?q={searchTerms}', | 840 'example_value': 'http://search.my.company/suggest?q={searchTerms}', |
513 } | 841 }, |
| 842 'caption': '''Default search provider instant URL''', |
| 843 '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.''', |
514 }, | 844 }, |
515 { | 845 { |
516 'name': 'DefaultSearchProviderIconURL', | 846 'name': 'DefaultSearchProviderIconURL', |
517 'type': 'string', | 847 'type': 'string', |
518 'supported_on': ['chrome.*:8-'], | 848 'supported_on': ['chrome.*:8-'], |
519 'annotations': { | 849 'annotations': { |
520 'features': {'dynamic_refresh': 1}, | 850 'features': {'dynamic_refresh': 1}, |
521 'example_value': 'http://search.my.company/favicon.ico', | 851 'example_value': 'http://search.my.company/favicon.ico', |
522 } | 852 }, |
| 853 'caption': '''Default search provider icon''', |
| 854 'desc': '''Specifies the favorite icon URL of the default search provi
der. Optional.''', |
523 }, | 855 }, |
524 { | 856 { |
525 'name': 'DefaultSearchProviderEncodings', | 857 'name': 'DefaultSearchProviderEncodings', |
526 'type': 'list', | 858 'type': 'list', |
527 'supported_on': ['chrome.*:8-'], | 859 'supported_on': ['chrome.*:8-'], |
528 'annotations': { | 860 'annotations': { |
529 'features': {'dynamic_refresh': 1}, | 861 'features': {'dynamic_refresh': 1}, |
530 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'] | 862 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'], |
531 } | 863 }, |
532 }, | 864 'caption': '''Default search provider encodings''', |
533 ] | 865 '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.''', |
| 866 }, |
| 867 ], |
534 }, | 868 }, |
535 { | 869 { |
536 'name': 'ContentSettings', | 870 'name': 'ContentSettings', |
537 'type': 'group', | 871 'type': 'group', |
| 872 'caption': '''Content Settings''', |
| 873 'desc': '''Content Settings allow you to specify how contents of a specifi
c type (for example Cookies, Images or JavaScript) is handled.''', |
538 'policies': [ | 874 'policies': [ |
539 { | 875 { |
540 'name': 'DefaultCookiesSetting', | 876 'name': 'DefaultCookiesSetting', |
541 'type': 'int-enum', | 877 'type': 'int-enum', |
542 'items': [ | 878 'items': [ |
543 {'name': 'AllowCookies', 'value': 0}, | 879 { |
544 {'name': 'BlockCookies', 'value': 1}, | 880 'name': 'AllowCookies', |
545 ], | 881 'value': 0, |
546 'supported_on': ['chrome.*:10-'], | 882 'caption': '''Allow all sites to set local data.''' |
547 'annotations': { | 883 }, |
548 'features': {'dynamic_refresh': 1}, | 884 { |
549 'example_value': 0, | 885 'name': 'BlockCookies', |
550 } | 886 'value': 1, |
| 887 'caption': '''Do not allow any site to set local data''' |
| 888 }, |
| 889 ], |
| 890 'supported_on': ['chrome.*:10-'], |
| 891 'annotations': { |
| 892 'features': {'dynamic_refresh': 1}, |
| 893 'example_value': 0, |
| 894 }, |
| 895 'caption': '''Default cookies setting''', |
| 896 '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.''', |
551 }, | 897 }, |
552 { | 898 { |
553 'name': 'DefaultImagesSetting', | 899 'name': 'DefaultImagesSetting', |
554 'type': 'int-enum', | 900 'type': 'int-enum', |
555 'items': [ | 901 'items': [ |
556 {'name': 'AllowImages', 'value': 0}, | 902 { |
557 {'name': 'BlockImages', 'value': 1}, | 903 'name': 'AllowImages', |
558 ], | 904 'value': 0, |
559 'supported_on': ['chrome.*:10-'], | 905 'caption': '''Allow all sites to show all images''' |
560 'annotations': { | 906 }, |
561 'features': {'dynamic_refresh': 1}, | 907 { |
562 'example_value': 0, | 908 'name': 'BlockImages', |
563 } | 909 'value': 1, |
564 }, | 910 'caption': '''Do not allow any site to show images''' |
565 » { | 911 }, |
| 912 ], |
| 913 'supported_on': ['chrome.*:10-'], |
| 914 'annotations': { |
| 915 'features': {'dynamic_refresh': 1}, |
| 916 'example_value': 0, |
| 917 }, |
| 918 'caption': '''Default images setting''', |
| 919 '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.''', |
| 920 }, |
| 921 { |
566 'name': 'DefaultJavaScriptSetting', | 922 'name': 'DefaultJavaScriptSetting', |
567 'type': 'int-enum', | 923 'type': 'int-enum', |
568 'items': [ | 924 'items': [ |
569 {'name': 'AllowJavaScript', 'value': 0}, | 925 { |
570 {'name': 'BlockJavaScript', 'value': 1}, | 926 'name': 'AllowJavaScript', |
571 ], | 927 'value': 0, |
572 'supported_on': ['chrome.*:10-'], | 928 'caption': '''Allow all sites to run JavaScript''' |
573 'annotations': { | 929 }, |
574 'features': {'dynamic_refresh': 1}, | 930 { |
575 'example_value': 0, | 931 'name': 'BlockJavaScript', |
576 } | 932 'value': 1, |
577 }, | 933 'caption': '''Do not allow any site to run JavaScript''' |
578 » { | 934 }, |
| 935 ], |
| 936 'supported_on': ['chrome.*:10-'], |
| 937 'annotations': { |
| 938 'features': {'dynamic_refresh': 1}, |
| 939 'example_value': 0, |
| 940 }, |
| 941 'caption': '''Default JavaScript setting''', |
| 942 '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.''', |
| 943 }, |
| 944 { |
579 'name': 'DefaultPluginsSetting', | 945 'name': 'DefaultPluginsSetting', |
580 'type': 'int-enum', | 946 'type': 'int-enum', |
581 'items': [ | 947 'items': [ |
582 {'name': 'AllowPlugins', 'value': 0}, | 948 { |
583 {'name': 'BlockPlugins', 'value': 1}, | 949 'name': 'AllowPlugins', |
584 ], | 950 'value': 0, |
585 'supported_on': ['chrome.*:10-'], | 951 'caption': '''Allow all sites to automatically run plugins''' |
586 'annotations': { | 952 }, |
587 'features': {'dynamic_refresh': 1}, | 953 { |
588 'example_value': 0, | 954 'name': 'BlockPlugins', |
589 } | 955 'value': 1, |
590 }, | 956 'caption': '''Block all plugins''' |
591 » { | 957 }, |
| 958 ], |
| 959 'supported_on': ['chrome.*:10-'], |
| 960 'annotations': { |
| 961 'features': {'dynamic_refresh': 1}, |
| 962 'example_value': 0, |
| 963 }, |
| 964 'caption': '''Default plugins setting''', |
| 965 '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.''', |
| 966 }, |
| 967 { |
592 'name': 'DefaultPopupsSetting', | 968 'name': 'DefaultPopupsSetting', |
593 'type': 'int-enum', | 969 'type': 'int-enum', |
594 'items': [ | 970 'items': [ |
595 {'name': 'AllowPopups', 'value': 0}, | 971 { |
596 {'name': 'BlockPopups', 'value': 1}, | 972 'name': 'AllowPopups', |
| 973 'value': 0, |
| 974 'caption': '''Allow all sites to show pop-ups''' |
| 975 }, |
| 976 { |
| 977 'name': 'BlockPopups', |
| 978 'value': 1, |
| 979 'caption': '''Do not allow any site to show popups''' |
| 980 }, |
597 ], | 981 ], |
598 'supported_on': ['chrome.*:10-'], | 982 'supported_on': ['chrome.*:10-'], |
599 'annotations': { | 983 'annotations': { |
600 'features': {'dynamic_refresh': 1}, | 984 'features': {'dynamic_refresh': 1}, |
601 'example_value': 1, | 985 'example_value': 1, |
602 } | 986 }, |
| 987 'caption': '''Default popups setting''', |
| 988 '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.''', |
603 }, | 989 }, |
604 { | 990 { |
605 'name': 'DefaultNotificationSetting', | 991 'name': 'DefaultNotificationSetting', |
606 'type': 'int-enum', | 992 'type': 'int-enum', |
607 'items': [ | 993 'items': [ |
608 {'name': 'AllowNotifications', 'value': 0}, | 994 { |
609 {'name': 'BlockNotifications', 'value': 1}, | 995 'name': 'AllowNotifications', |
610 {'name': 'AskNotifications', 'value': 2}, | 996 'value': 0, |
| 997 'caption': '''Allow sites to show desktop notifications''' |
| 998 }, |
| 999 { |
| 1000 'name': 'BlockNotifications', |
| 1001 'value': 1, |
| 1002 'caption': '''Do not allow any site to show desktop notifications'
'' |
| 1003 }, |
| 1004 { |
| 1005 'name': 'AskNotifications', |
| 1006 'value': 2, |
| 1007 'caption': '''Ask every time a site wants to show desktop notifica
tions''' |
| 1008 }, |
611 ], | 1009 ], |
612 'supported_on': ['chrome.*:10-'], | 1010 'supported_on': ['chrome.*:10-'], |
613 'annotations': { | 1011 'annotations': { |
614 'features': {'dynamic_refresh': 1}, | 1012 'features': {'dynamic_refresh': 1}, |
615 'example_value': 2, | 1013 'example_value': 2, |
616 } | 1014 }, |
| 1015 'caption': '''Default notification setting''', |
| 1016 '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.''', |
617 }, | 1017 }, |
618 { | 1018 { |
619 'name': 'DefaultGeolocationSetting', | 1019 'name': 'DefaultGeolocationSetting', |
620 'type': 'int-enum', | 1020 'type': 'int-enum', |
621 'items': [ | 1021 'items': [ |
622 {'name': 'AllowGeolocation', 'value': 0}, | 1022 { |
623 {'name': 'BlockGeolocation', 'value': 1}, | 1023 'name': 'AllowGeolocation', |
624 {'name': 'AskGeolocation', 'value': 2}, | 1024 'value': 0, |
625 ], | 1025 'caption': '''Allow sites to track the users' physical location''' |
626 'supported_on': ['chrome.*:10-'], | 1026 }, |
627 'annotations': { | 1027 { |
628 'features': {'dynamic_refresh': 1}, | 1028 'name': 'BlockGeolocation', |
629 'example_value': 0, | 1029 'value': 1, |
630 } | 1030 'caption': '''Do not allow any site to track the users' physical l
ocation''' |
631 }, | 1031 }, |
632 ] | 1032 { |
| 1033 'name': 'AskGeolocation', |
| 1034 'value': 2, |
| 1035 'caption': '''Ask whenever a site wants to track the users' physic
al location''' |
| 1036 }, |
| 1037 ], |
| 1038 'supported_on': ['chrome.*:10-'], |
| 1039 'annotations': { |
| 1040 'features': {'dynamic_refresh': 1}, |
| 1041 'example_value': 0, |
| 1042 }, |
| 1043 'caption': '''Default geolocation setting''', |
| 1044 '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.''', |
| 1045 }, |
| 1046 ], |
633 }, | 1047 }, |
634 { | 1048 { |
635 'name': 'Disable3DAPIs', | 1049 'name': 'Disable3DAPIs', |
636 'type': 'main', | 1050 'type': 'main', |
637 'supported_on': ['chrome.*:9-'], | 1051 'supported_on': ['chrome.*:9-'], |
638 'annotations': { | 1052 'annotations': { |
639 # It'll be difficult to support dynamically disabling access to these AP
Is. | |
640 'features': {'dynamic_refresh': 0}, | 1053 'features': {'dynamic_refresh': 0}, |
641 'example_value': False, | 1054 'example_value': False, |
642 } | 1055 }, |
| 1056 'caption': '''Disable support for 3D graphics APIs''', |
| 1057 'desc': '''Disable support for 3D graphics APIs. |
| 1058 |
| 1059 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. |
| 1060 |
| 1061 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.''', |
643 }, | 1062 }, |
644 { | 1063 { |
645 'name': 'ChromeFrameRendererSettings', | 1064 'name': 'ChromeFrameRendererSettings', |
646 'type': 'group', | 1065 'type': 'group', |
647 'policies': [{ | 1066 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<e
x>Google Chrome Frame</ex></ph>''', |
648 'name': 'ChromeFrameRendererSettings', | 1067 'desc': '''Allows you to configure the default HTML renderer when <ph name
="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> |
649 'type': 'int-enum', | 1068 </ph> is installed. |
650 'items': [ | 1069 The default setting is to allow the host browser do the rendering, but you |
651 {'name': 'RenderInHost', 'value': 0}, | 1070 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex> |
652 {'name': 'RenderInChromeFrame', 'value': 1}, | 1071 Google Chrome Frame</ex></ph> render HTML pages by default.''', |
653 ], | 1072 'policies': [ |
654 'supported_on': ['chrome_frame:8-'], | 1073 { |
655 'annotations': { | 1074 'name': 'ChromeFrameRendererSettings', |
656 'features': {'dynamic_refresh': 0}, | 1075 'type': 'int-enum', |
657 'example_value': 1, | 1076 'items': [ |
658 } | 1077 { |
659 }, { | 1078 'name': 'RenderInHost', |
660 'name': 'RenderInChromeFrameList', | 1079 'value': 0, |
661 'type': 'list', | 1080 'caption': '''Use the host browser by default''' |
662 'supported_on': ['chrome_frame:8-'], | 1081 }, |
663 'annotations': { | 1082 { |
664 'features': {'dynamic_refresh': 0}, | 1083 'name': 'RenderInChromeFrame', |
665 'example_value': ['http://www.example.com', 'http://www.example.edu'], | 1084 'value': 1, |
666 } | 1085 'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom
e Frame</ex></ph> by default''' |
667 }, { | 1086 }, |
668 'name': 'RenderInHostList', | 1087 ], |
669 'type': 'list', | 1088 'supported_on': ['chrome_frame:8-'], |
670 'supported_on': ['chrome_frame:8-'], | 1089 'annotations': { |
671 'annotations': { | 1090 'features': {'dynamic_refresh': 0}, |
672 'features': {'dynamic_refresh': 0}, | 1091 'example_value': 1, |
673 'example_value': ['http://www.example.com', 'http://www.example.edu'], | 1092 }, |
674 } | 1093 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">
$3<ex>Google Chrome Frame</ex></ph>''', |
675 }], | 1094 'desc': '''Allows you to configure the default HTML renderer when <ph
name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> |
| 1095 </ph> is installed. |
| 1096 The default setting is to allow the host browser do the rendering, but you |
| 1097 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex> |
| 1098 Google Chrome Frame</ex></ph> render HTML pages by default.''', |
| 1099 }, |
| 1100 { |
| 1101 'name': 'RenderInChromeFrameList', |
| 1102 'type': 'list', |
| 1103 'supported_on': ['chrome_frame:8-'], |
| 1104 'annotations': { |
| 1105 'features': {'dynamic_refresh': 0}, |
| 1106 'example_value': ['http://www.example.com', 'http://www.example.edu'
], |
| 1107 }, |
| 1108 'caption': '''Always render the following URL patterns in <ph name="PR
ODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', |
| 1109 '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>. |
| 1110 |
| 1111 For example patterns see http://www.chromium.org/developers/how-tos/chrome
-frame-getting-started.''', |
| 1112 }, |
| 1113 { |
| 1114 'name': 'RenderInHostList', |
| 1115 'type': 'list', |
| 1116 'supported_on': ['chrome_frame:8-'], |
| 1117 'annotations': { |
| 1118 'features': {'dynamic_refresh': 0}, |
| 1119 'example_value': ['http://www.example.com', 'http://www.example.edu'
], |
| 1120 }, |
| 1121 'caption': '''Always render the following URL patterns in the host bro
wser''', |
| 1122 'desc': '''Customize the list of URL patterns that should always be re
ndered by the host browser. |
| 1123 For example patterns see http://www.chromium.org/developers/how-tos/chrome
-frame-getting-started.''', |
| 1124 }, |
| 1125 ], |
676 }, | 1126 }, |
677 { | 1127 { |
678 'name': 'ChromeFrameContentTypes', | 1128 'name': 'ChromeFrameContentTypes', |
679 'type': 'group', | 1129 'type': 'group', |
680 'policies': [{ | 1130 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram
e</ex></ph> to handle the following content types.''', |
681 'name': 'ChromeFrameContentTypes', | 1131 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</
ex></ph> to handle the following content types.''', |
682 'type': 'list', | 1132 'policies': [ |
683 'supported_on': ['chrome_frame:8-'], | 1133 { |
684 'annotations': { | 1134 'name': 'ChromeFrameContentTypes', |
685 'features': {'dynamic_refresh': 0}, | 1135 'type': 'list', |
686 'example_value': ['text/xml', 'application/xml'], | 1136 'supported_on': ['chrome_frame:8-'], |
687 } | 1137 'annotations': { |
688 }], | 1138 'features': {'dynamic_refresh': 0}, |
| 1139 'example_value': ['text/xml', 'application/xml'], |
| 1140 }, |
| 1141 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome
Frame</ex></ph> to handle the following content types.''', |
| 1142 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra
me</ex></ph> to handle the following content types.''', |
| 1143 }, |
| 1144 ], |
689 }, | 1145 }, |
690 { | 1146 { |
691 'name': 'ChromeOsLockOnIdleSuspend', | 1147 'name': 'ChromeOsLockOnIdleSuspend', |
692 'type': 'main', | 1148 'type': 'main', |
693 'supported_on': ['chrome_os:0.9.79.0-'], | 1149 'supported_on': ['chrome_os:0.9.79.0-'], |
694 'annotations': { | 1150 'annotations': { |
695 'features': {'dynamic_refresh': 1}, | 1151 'features': {'dynamic_refresh': 1}, |
696 'example_value': True, | 1152 'example_value': True, |
697 } | 1153 }, |
| 1154 'caption': '''Enable lock when ChromeOS devices become idle or suspended.'
'', |
| 1155 'desc': '''Enable lock when ChromeOS devices become idle or suspended. |
| 1156 |
| 1157 If you enable this setting, users will be asked for a password to unlock C
hromeOS devices from sleep. |
| 1158 |
| 1159 If you disable this setting, users will not be asked for a password to wak
e ChromeOS devices from sleep. |
| 1160 |
| 1161 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS</ex></ph>.''', |
698 }, | 1162 }, |
699 ], | 1163 ], |
| 1164 'messages': { |
| 1165 # Messages that are not associated to any policies. |
| 1166 'win_supported_winxpsp2': { |
| 1167 'desc': '''A label specifying the oldest possible compatible version of Wi
ndows. This text will appear right next to a label containing the text 'Supporte
d on:'.''', |
| 1168 'text': '''Microsoft Windows XP SP2 or later''' |
| 1169 }, |
| 1170 'mac_chrome_preferences': { |
| 1171 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chrome are being edited''', |
| 1172 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' |
| 1173 }, |
| 1174 'doc_data_type': { |
| 1175 'desc': '''Caption text of the field 'data type' in the summary chart of a
policy in the generated documentation''', |
| 1176 'text': '''Data type:''' |
| 1177 }, |
| 1178 'doc_win_reg_loc': { |
| 1179 'desc': '''Caption text of the field 'windows registry location' in the su
mmary chart of a policy in the generated documentation''', |
| 1180 'text': '''Windows registry location:''' |
| 1181 }, |
| 1182 'doc_mac_linux_pref_name': { |
| 1183 'desc': '''Caption text of the field 'mac/linux preference name' in the su
mmary chart of a policy in the generated documentation''', |
| 1184 'text': '''Mac/Linux preference name:''' |
| 1185 }, |
| 1186 'doc_supported_on': { |
| 1187 'desc': '''Caption text of the list of 'products, platforms and versions w
here this policy is supported' in the summary chart of a policy in the generated
documentation''', |
| 1188 'text': '''Supported on:''' |
| 1189 }, |
| 1190 'doc_since_version': { |
| 1191 'desc': '''Text in the summary chart of a policy that specifies the versio
n number in which the policy was introduced.''', |
| 1192 'text': '''since version <ph name="SINCE_VERSION">$6<ex>8</ex></ph>''' |
| 1193 }, |
| 1194 'doc_until_version': { |
| 1195 'desc': '''Text in the summary chart of a policy that specifies the versio
n number after which the policy was dropped.''', |
| 1196 'text': '''until version <ph name="UNTIL_VERSION">$6<ex>10</ex></ph>''' |
| 1197 }, |
| 1198 'doc_supported_features': { |
| 1199 'desc': '''Caption text of the list of 'policy features that this policy s
upports' in the summary chart of a policy in the generated documentation''', |
| 1200 'text': '''Supported features:''' |
| 1201 }, |
| 1202 'doc_description': { |
| 1203 'desc': '''Caption text of the 'description text' in the summary chart of
a policy in the generated documentation''', |
| 1204 'text': '''Description:''' |
| 1205 }, |
| 1206 'doc_example_value': { |
| 1207 'desc': '''Caption text of the field 'example value' in the summary chart
of a policy in the generated documentation''', |
| 1208 'text': '''Example value:''' |
| 1209 }, |
| 1210 'doc_intro': { |
| 1211 'desc': '''Introduction text for the generated policy documentation''', |
| 1212 'text': '''This is the list of policies that <ph name="PRODUCT_NAME">$1<ex
>Google Chrome</ex></ph> respects. |
| 1213 |
| 1214 You don't need to change these settings by hand! You can download easy-to
-use templates from |
| 1215 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">$5<ex> |
| 1216 http://www.chromium.org/administrators/policy-templates</ex></ph>. |
| 1217 |
| 1218 The list of supported policies is the same for Chromium and Google Chrome,
but their Windows registry locations differ. |
| 1219 |
| 1220 It starts with <ph name="CHROMIUM_KEY">Software\Policies\Chromium</ph> for
Chromium policies and with <ph name="GOOGLE_CHROME_KEY">Software\Policies\Googl
e\Chrome</ph> for Google Chrome policies.''' |
| 1221 }, |
| 1222 'doc_back_to_top': { |
| 1223 'desc': '''Text of a link in the generated policy documentation, that take
s the user to the top of the page''', |
| 1224 'text': '''Back to top''' |
| 1225 }, |
| 1226 'doc_supported': { |
| 1227 'desc': '''Appears next to the name of each supported feature in the 'list
of supported policy features' in the generated policy documentation''', |
| 1228 'text': '''Yes''' |
| 1229 }, |
| 1230 'doc_not_supported': { |
| 1231 'desc': '''Appears next to the name of each unsupported feature in the 'li
st of supported policy features' in the generated policy documentation''', |
| 1232 'text': '''No''' |
| 1233 }, |
| 1234 'doc_name_column_title': { |
| 1235 'desc': '''Appears at the top of the policy summary table, over the column
of policy names, in the generated policy documentation''', |
| 1236 'text': '''Policy Name''' |
| 1237 }, |
| 1238 'doc_description_column_title': { |
| 1239 'desc': '''Appears at the top of the policy summary table, over the column
of short policy descriptions, in the generated policy documentation''', |
| 1240 'text': '''Description''' |
| 1241 }, |
| 1242 'doc_feature_dynamic_refresh': { |
| 1243 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', |
| 1244 'text': '''Dynamic Policy Refresh''' |
| 1245 }, |
| 1246 'doc_deprecated': { |
| 1247 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', |
| 1248 'text': 'deprecated', |
| 1249 } |
| 1250 }, |
700 'placeholders': [ | 1251 'placeholders': [ |
701 # Note: keys $1 and $3 are reserved for Chromium and Chromium Frame. | 1252 # Note: keys $1 and $3 are reserved for Chromium and Chromium Frame. |
702 # Key $6 is reserved for doc_writer. | 1253 # Key $6 is reserved for doc_writer. |
703 { | 1254 { |
704 'key': '$2', | 1255 'key': '$2', |
705 'value': 'http://www.chromium.org/developers/design-documents/network-sett
ings#TOC-Command-line-options-for-proxy-sett' | 1256 'value': 'http://www.chromium.org/developers/design-documents/network-sett
ings#TOC-Command-line-options-for-proxy-sett' |
706 }, | 1257 }, |
707 { | 1258 { |
708 'key': '$4', | 1259 'key': '$4', |
709 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' | 1260 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' |
710 }, | 1261 }, |
711 { | 1262 { |
712 'key': '$5', | 1263 'key': '$5', |
713 'value': 'http://www.chromium.org/administrators/policy-templates' | 1264 'value': 'http://www.chromium.org/administrators/policy-templates' |
714 }, | 1265 }, |
715 ] | 1266 ] |
716 } | 1267 } |
OLD | NEW |