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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 # chrome.* -> Chrome policy definition list | 87 # chrome.* -> Chrome policy definition list |
88 # chrome_os -> Chrome policy definition list, when building OS_CHROMEOS | 88 # chrome_os -> Chrome policy definition list, when building OS_CHROMEOS |
89 # | 89 # |
90 # Annotations: | 90 # Annotations: |
91 # Additional information is specified under keys 'features' and | 91 # Additional information is specified under keys 'features' and |
92 # 'example_value'. These are used in the generated documentation and example | 92 # 'example_value'. These are used in the generated documentation and example |
93 # policy configuration files. 'dynamic_refresh' controls if the generated | 93 # policy configuration files. 'dynamic_refresh' controls if the generated |
94 # documentation should state that the policy supports dynamic refresh or not. | 94 # documentation should state that the policy supports dynamic refresh or not. |
95 # Supporting dynamic refresh means that Chrome respects the changes to the | 95 # Supporting dynamic refresh means that Chrome respects the changes to the |
96 # policy immediately, without the need for restart. | 96 # policy immediately, without the need for restart. |
| 97 # 'can_be_recommended' can be set to True to include that policy in the |
| 98 # recommended policies templates. This only affects the template generation; |
| 99 # all policies can be at the recommended level. The default is False. |
97 # | 100 # |
98 # IDs: | 101 # IDs: |
99 # Since a Protocol Buffer definition is generated from this file, unique and | 102 # Since a Protocol Buffer definition is generated from this file, unique and |
100 # persistent IDs for all fields (but not for groups!) are needed. These are | 103 # persistent IDs for all fields (but not for groups!) are needed. These are |
101 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 104 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
102 # because doing so would break the deployed wire format! | 105 # because doing so would break the deployed wire format! |
103 # For your editing convenience: highest ID currently used: 114 | 106 # For your editing convenience: highest ID currently used: 114 |
104 # | 107 # |
105 # Placeholders: | 108 # Placeholders: |
106 # The following placeholder strings are automatically substituted: | 109 # The following placeholder strings are automatically substituted: |
(...skipping 14 matching lines...) Expand all Loading... |
121 'type': 'group', | 124 'type': 'group', |
122 'caption': '''Home page''', | 125 'caption': '''Home page''', |
123 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing it. | 126 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing it. |
124 | 127 |
125 The user's home page settings are only completely locked down, if you eith
er select the home page to be the new tab page, or set it to be a URL and specif
y a home page URL. If you don't specify the home page URL, then the user is stil
l able to set the home page to the new tab page by specifying 'chrome://newtab'.
''', | 128 The user's home page settings are only completely locked down, if you eith
er select the home page to be the new tab page, or set it to be a URL and specif
y a home page URL. If you don't specify the home page URL, then the user is stil
l able to set the home page to the new tab page by specifying 'chrome://newtab'.
''', |
126 'policies': [ | 129 'policies': [ |
127 { | 130 { |
128 'name': 'HomepageLocation', | 131 'name': 'HomepageLocation', |
129 'type': 'string', | 132 'type': 'string', |
130 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 133 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
131 'features': {'dynamic_refresh': 1}, | 134 'features': { |
| 135 'dynamic_refresh': True, |
| 136 'can_be_recommended': True, |
| 137 }, |
132 'example_value': 'http://chromium.org', | 138 'example_value': 'http://chromium.org', |
133 'id': 1, | 139 'id': 1, |
134 'caption': '''Configure the home page URL''', | 140 '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. | 141 '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 | 142 |
137 The home page type can either be set to a URL you specify here or set
to the New Tab Page. | 143 The home page type can either be set to a URL you specify here or set
to the New Tab Page. |
138 | 144 |
139 If you select the New Tab Page, then this policy is ignored. | 145 If you select the New Tab Page, then this policy is ignored. |
140 | 146 |
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. | 147 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 | 148 |
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.''', | 149 Leaving this policy not set will allow the user to choose his home pag
e on his own if HomepageIsNewTabPage is not set too.''', |
144 'label': '''Home page URL''', | 150 'label': '''Home page URL''', |
145 }, | 151 }, |
146 { | 152 { |
147 'name': 'HomepageIsNewTabPage', | 153 'name': 'HomepageIsNewTabPage', |
148 'type': 'main', | 154 'type': 'main', |
149 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 155 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
150 'features': {'dynamic_refresh': 1}, | 156 'features': { |
| 157 'dynamic_refresh': True, |
| 158 'can_be_recommended': True, |
| 159 }, |
151 'example_value': True, | 160 'example_value': True, |
152 'id': 2, | 161 'id': 2, |
153 'caption': '''Use New Tab Page as homepage''', | 162 'caption': '''Use New Tab Page as homepage''', |
154 'desc': '''Configures the type of the default home page in <ph name="P
RODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing home
page preferences. The home page can either be set to a URL you specify or set t
o the New Tab Page. | 163 'desc': '''Configures the type of the default home page in <ph name="P
RODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing home
page preferences. The home page can either be set to a URL you specify or set t
o the New Tab Page. |
155 | 164 |
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. | 165 If you enable this setting, the New Tab Page is always used for the ho
me page, and the home page URL location is ignored. |
157 | 166 |
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'. | 167 If you disable this setting, the user's homepage will never be the New
Tab Page, unless its URL is set to 'chrome://newtab'. |
159 | 168 |
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>. | 169 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 | 170 |
162 Leaving this policy not set will allow the user to choose whether the
new tab page is his home page on his own.''', | 171 Leaving this policy not set will allow the user to choose whether the
new tab page is his home page on his own.''', |
163 }, | 172 }, |
164 ], | 173 ], |
165 }, | 174 }, |
166 { | 175 { |
167 'name': 'DefaultBrowserSettingEnabled', | 176 'name': 'DefaultBrowserSettingEnabled', |
168 'type': 'main', | 177 'type': 'main', |
169 'supported_on': ['chrome.*:11-'], | 178 'supported_on': ['chrome.*:11-'], |
170 'features': {'dynamic_refresh': 1}, | 179 'features': {'dynamic_refresh': True}, |
171 'example_value': True, | 180 'example_value': True, |
172 'id': 3, | 181 'id': 3, |
173 'caption': '''Set Chrome as Default Browser''', | 182 'caption': '''Set Chrome as Default Browser''', |
174 'desc': '''Configures the default browser checks in <ph name="PRODUCT_NAME
">$1<ex>Google Chrome</ex></ph> and prevents users from changing them. | 183 'desc': '''Configures the default browser checks in <ph name="PRODUCT_NAME
">$1<ex>Google Chrome</ex></ph> and prevents users from changing them. |
175 | 184 |
176 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will always check on startup whether it is the default browser and autom
atically register itself if possible. | 185 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will always check on startup whether it is the default browser and autom
atically register itself if possible. |
177 | 186 |
178 If this setting is disabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</
ex></ph> will never check if it is the default browser and will disable user con
trols for setting this option. | 187 If this setting is disabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</
ex></ph> will never check if it is the default browser and will disable user con
trols for setting this option. |
179 | 188 |
180 If this setting is not set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will allow the user to control whether it is the default browser and whe
ther user notifications should be shown when it isn't.''', | 189 If this setting is not set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will allow the user to control whether it is the default browser and whe
ther user notifications should be shown when it isn't.''', |
181 'label': '''Set Chrome as Default Browser''', | 190 'label': '''Set Chrome as Default Browser''', |
182 }, | 191 }, |
183 { | 192 { |
184 'name': 'ApplicationLocaleValue', | 193 'name': 'ApplicationLocaleValue', |
185 'type': 'string', | 194 'type': 'string', |
186 'supported_on': ['chrome.win:8-'], | 195 'supported_on': ['chrome.win:8-'], |
187 'features': {'dynamic_refresh': 0}, | 196 'features': { |
| 197 'dynamic_refresh': False, |
| 198 'can_be_recommended': True, |
| 199 }, |
188 'example_value': 'en', | 200 'example_value': 'en', |
189 'id': 4, | 201 'id': 4, |
190 'caption': '''Application locale''', | 202 'caption': '''Application locale''', |
191 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph> and prevents users from changing the locale. | 203 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph> and prevents users from changing the locale. |
192 | 204 |
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. | 205 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> uses the specified locale. If the configured locale is not supported, 'e
n-US' is used instead. |
194 | 206 |
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'.''', | 207 If this setting is disabled or not set, <ph name="PRODUCT_NAME">$1<ex>Goog
le Chrome</ex></ph> uses either the user-specified preferred locale (if configur
ed), the system locale or the fallback locale 'en-US'.''', |
196 'label': '''Application locale''', | 208 'label': '''Application locale''', |
197 }, | 209 }, |
198 { | 210 { |
199 'name': 'AlternateErrorPagesEnabled', | 211 'name': 'AlternateErrorPagesEnabled', |
200 'type': 'main', | 212 'type': 'main', |
201 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 213 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
202 'features': {'dynamic_refresh': 1}, | 214 'features': { |
| 215 'dynamic_refresh': True, |
| 216 'can_be_recommended': True, |
| 217 }, |
203 'example_value': True, | 218 'example_value': True, |
204 'id': 5, | 219 'id': 5, |
205 'caption': '''Enable alternate error pages''', | 220 'caption': '''Enable alternate error pages''', |
206 'desc': '''Enables the use of alternate error pages that are built into <p
h name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') a
nd prevents users from changing this setting. | 221 'desc': '''Enables the use of alternate error pages that are built into <p
h name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') a
nd prevents users from changing this setting. |
207 | 222 |
208 If you enable this setting, alternate error pages are used. | 223 If you enable this setting, alternate error pages are used. |
209 | 224 |
210 If you disable this setting, alternate error pages are never used. | 225 If you disable this setting, alternate error pages are never used. |
211 | 226 |
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>. | 227 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 | 228 |
214 If this policy is left not set, this will be enabled but the user will be
able to change it.''', | 229 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
215 }, | 230 }, |
216 { | 231 { |
217 'name': 'SearchSuggestEnabled', | 232 'name': 'SearchSuggestEnabled', |
218 'type': 'main', | 233 'type': 'main', |
219 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 234 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
220 'features': {'dynamic_refresh': 1}, | 235 'features': { |
| 236 'dynamic_refresh': True, |
| 237 'can_be_recommended': True, |
| 238 }, |
221 'example_value': True, | 239 'example_value': True, |
222 'id': 6, | 240 'id': 6, |
223 'caption': '''Enable search suggestions''', | 241 'caption': '''Enable search suggestions''', |
224 'desc': '''Enables search suggestions in <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph>'s Omnibox and prevents users from changing this setting. | 242 'desc': '''Enables search suggestions in <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph>'s Omnibox and prevents users from changing this setting. |
225 | 243 |
226 If you enable this setting, search suggestions are used. | 244 If you enable this setting, search suggestions are used. |
227 | 245 |
228 If you disable this setting, search suggestions are never used. | 246 If you disable this setting, search suggestions are never used. |
229 | 247 |
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>. | 248 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 | 249 |
232 If this policy is left not set, this will be enabled but the user will be
able to change it.''', | 250 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
233 }, | 251 }, |
234 { | 252 { |
235 'name': 'DnsPrefetchingEnabled', | 253 'name': 'DnsPrefetchingEnabled', |
236 'type': 'main', | 254 'type': 'main', |
237 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 255 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
238 'features': {'dynamic_refresh': 1}, | 256 'features': { |
| 257 'dynamic_refresh': True, |
| 258 'can_be_recommended': True, |
| 259 }, |
239 'example_value': True, | 260 'example_value': True, |
240 'id': 7, | 261 'id': 7, |
241 'caption': '''Enable network prediction.''', | 262 'caption': '''Enable network prediction.''', |
242 'desc': '''Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> and prevents users from changing this setting. | 263 'desc': '''Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> and prevents users from changing this setting. |
243 | 264 |
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>. | 265 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 | 266 |
246 If this policy is left not set, this will be enabled but the user will be
able to change it.''', | 267 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
247 }, | 268 }, |
248 { | 269 { |
249 'name': 'DisableSpdy', | 270 'name': 'DisableSpdy', |
250 'type': 'main', | 271 'type': 'main', |
251 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 272 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
252 'features': {'dynamic_refresh': 1}, | 273 'features': {'dynamic_refresh': True}, |
253 'example_value': True, | 274 'example_value': True, |
254 'id': 8, | 275 'id': 8, |
255 'caption': '''Disable SPDY protocol''', | 276 'caption': '''Disable SPDY protocol''', |
256 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph>. | 277 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph>. |
257 | 278 |
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>. | 279 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 | 280 |
260 Setting this policy to disabled will allow the usage of SPDY. | 281 Setting this policy to disabled will allow the usage of SPDY. |
261 | 282 |
262 If this policy is left not set, SPDY will be available but the user will b
e able to change it.''', | 283 If this policy is left not set, SPDY will be available.''', |
263 }, | 284 }, |
264 { | 285 { |
265 'name': 'DisabledSchemes', | 286 'name': 'DisabledSchemes', |
266 'type': 'list', | 287 'type': 'list', |
267 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], | 288 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], |
268 'features': {'dynamic_refresh': 1}, | 289 'features': {'dynamic_refresh': True}, |
269 'example_value': ['file', 'mailto'], | 290 'example_value': ['file', 'mailto'], |
270 'id': 85, | 291 'id': 85, |
271 'caption': '''Disable URL protocol schemes''', | 292 'caption': '''Disable URL protocol schemes''', |
272 'desc': '''Disables the listed protocol schemes in <ph name="PRODUCT_NAME"
>$1<ex>Google Chrome</ex></ph>. | 293 'desc': '''Disables the listed protocol schemes in <ph name="PRODUCT_NAME"
>$1<ex>Google Chrome</ex></ph>. |
273 | 294 |
274 URLs using a scheme from this list will not load and can not be navigated
to. | 295 URLs using a scheme from this list will not load and can not be navigated
to. |
275 | 296 |
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>.''', | 297 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>.''', |
277 'label': '''List of disabled protocol schemes''', | 298 'label': '''List of disabled protocol schemes''', |
278 }, | 299 }, |
279 { | 300 { |
280 'name': 'JavascriptEnabled', | 301 'name': 'JavascriptEnabled', |
281 'type': 'main', | 302 'type': 'main', |
282 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 303 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
283 'features': {'dynamic_refresh': 1}, | 304 'features': {'dynamic_refresh': True}, |
284 'deprecated': True, | 305 'deprecated': True, |
285 'example_value': True, | 306 'example_value': True, |
286 'id': 9, | 307 'id': 9, |
287 'caption': '''Enable JavaScript''', | 308 'caption': '''Enable JavaScript''', |
288 'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting
instead. | 309 'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting
instead. |
289 | 310 |
290 Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph
> and prevents users from changing this setting. | 311 Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph
> and prevents users from changing this setting. |
291 | 312 |
292 If this setting is enabled or not configured, web pages can use JavaScript
. | 313 If this setting is enabled or not configured, web pages can use JavaScript
. |
293 | 314 |
294 If this setting is disabled, web pages cannot use JavaScript. | 315 If this setting is disabled, web pages cannot use JavaScript. |
295 | 316 |
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. | 317 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 | 318 |
298 If this policy is left not set, this will be enabled but the user will be
able to change it.''', | 319 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
299 }, | 320 }, |
300 { | 321 { |
301 'name': 'IncognitoEnabled', | 322 'name': 'IncognitoEnabled', |
302 'type': 'main', | 323 'type': 'main', |
303 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 324 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
304 'features': {'dynamic_refresh': 1}, | 325 'features': {'dynamic_refresh': True}, |
305 'deprecated': True, | 326 'deprecated': True, |
306 'example_value': False, | 327 'example_value': False, |
307 'id': 10, | 328 'id': 10, |
308 'caption': '''Enable Incognito mode''', | 329 'caption': '''Enable Incognito mode''', |
309 'desc': '''This policy is deprecated. Please, use IncognitoModeAvailabilit
y instead. | 330 'desc': '''This policy is deprecated. Please, use IncognitoModeAvailabilit
y instead. |
310 Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex>
</ph>. | 331 Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex>
</ph>. |
311 | 332 |
312 If this setting is enabled or not configured, users can open web pages in
incognito mode. | 333 If this setting is enabled or not configured, users can open web pages in
incognito mode. |
313 | 334 |
314 If this setting is disabled, users cannot open web pages in incognito mode
. | 335 If this setting is disabled, users cannot open web pages in incognito mode
. |
(...skipping 14 matching lines...) Expand all Loading... |
329 'value': 1, | 350 'value': 1, |
330 'caption': '''Incognito mode disabled.''' | 351 'caption': '''Incognito mode disabled.''' |
331 }, | 352 }, |
332 { | 353 { |
333 'name': 'Forced', | 354 'name': 'Forced', |
334 'value': 2, | 355 'value': 2, |
335 'caption': '''Incognito mode forced.''' | 356 'caption': '''Incognito mode forced.''' |
336 }, | 357 }, |
337 ], | 358 ], |
338 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], | 359 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], |
339 'features': {'dynamic_refresh': 1}, | 360 'features': {'dynamic_refresh': True}, |
340 'example_value': 1, | 361 'example_value': 1, |
341 'id': 93, | 362 'id': 93, |
342 'caption': '''Incognito mode availability.''', | 363 'caption': '''Incognito mode availability.''', |
343 'desc': '''Specifies whether the user may open pages in Incognito mode in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 364 'desc': '''Specifies whether the user may open pages in Incognito mode in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
344 | 365 |
345 If 'Enabled' is selected or the policy is left unset, pages may be opened
in Incognito mode. | 366 If 'Enabled' is selected or the policy is left unset, pages may be opened
in Incognito mode. |
346 | 367 |
347 If 'Disabled' is selected, pages may not be opened in Incognito mode. | 368 If 'Disabled' is selected, pages may not be opened in Incognito mode. |
348 | 369 |
349 If 'Forced' is selected, pages may be opened ONLY in Incognito mode.''', | 370 If 'Forced' is selected, pages may be opened ONLY in Incognito mode.''', |
350 }, | 371 }, |
351 { | 372 { |
352 'name': 'SavingBrowserHistoryDisabled', | 373 'name': 'SavingBrowserHistoryDisabled', |
353 'type': 'main', | 374 'type': 'main', |
354 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 375 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
355 'features': {'dynamic_refresh': 1}, | 376 'features': {'dynamic_refresh': True}, |
356 'example_value': True, | 377 'example_value': True, |
357 'id': 11, | 378 'id': 11, |
358 'caption': '''Disable saving browser history''', | 379 'caption': '''Disable saving browser history''', |
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. | 380 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing this setting. |
360 | 381 |
361 If this setting is enabled, browsing history is not saved. | 382 If this setting is enabled, browsing history is not saved. |
362 | 383 |
363 If this setting is disabled or not set, browsing history is saved.''', | 384 If this setting is disabled or not set, browsing history is saved.''', |
364 }, | 385 }, |
365 { | 386 { |
366 'name': 'RemoteAccess', | 387 'name': 'RemoteAccess', |
367 'type': 'group', | 388 'type': 'group', |
368 'caption': '''Configure remote access options''', | 389 'caption': '''Configure remote access options''', |
369 'desc': '''Configure remote access options in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph>. | 390 'desc': '''Configure remote access options in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph>. |
370 | 391 |
371 These features are ignored unless the Remote Access web application is ins
talled.''', | 392 These features are ignored unless the Remote Access web application is ins
talled.''', |
372 'policies': [ | 393 'policies': [ |
373 { | 394 { |
374 'name': 'RemoteAccessClientFirewallTraversal', | 395 'name': 'RemoteAccessClientFirewallTraversal', |
375 'type': 'main', | 396 'type': 'main', |
376 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], | 397 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], |
377 'features': {'dynamic_refresh': 1}, | 398 'features': {'dynamic_refresh': True}, |
378 # Mark this 'removed' when http://crbug.com/100216 is resolved. | 399 # Mark this 'removed' when http://crbug.com/100216 is resolved. |
379 'deprecated': True, | 400 'deprecated': True, |
380 'example_value': False, | 401 'example_value': False, |
381 'id': 94, | 402 'id': 94, |
382 'caption': '''Enable firewall traversal from remote access client''', | 403 'caption': '''Enable firewall traversal from remote access client''', |
383 'desc': '''This policy is no longer supported. | 404 'desc': '''This policy is no longer supported. |
384 Enables usage of STUN and relay servers when connecting to a remote cl
ient. | 405 Enables usage of STUN and relay servers when connecting to a remote cl
ient. |
385 | 406 |
386 If this setting is enabled, then this machine can discover and connect
to remote host machines even if they are separated by a firewall. | 407 If this setting is enabled, then this machine can discover and connect
to remote host machines even if they are separated by a firewall. |
387 | 408 |
388 If this setting is disabled and outgoing UDP connections are filtered
by the firewall, then this machine can only connect to host machines within the
local network.''', | 409 If this setting is disabled and outgoing UDP connections are filtered
by the firewall, then this machine can only connect to host machines within the
local network.''', |
389 }, | 410 }, |
390 { | 411 { |
391 'name': 'RemoteAccessHostFirewallTraversal', | 412 'name': 'RemoteAccessHostFirewallTraversal', |
392 'type': 'main', | 413 'type': 'main', |
393 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], | 414 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], |
394 'features': {'dynamic_refresh': 1}, | 415 'features': {'dynamic_refresh': True}, |
395 'example_value': False, | 416 'example_value': False, |
396 'id': 95, | 417 'id': 95, |
397 'caption': '''Enable firewall traversal from remote access host''', | 418 'caption': '''Enable firewall traversal from remote access host''', |
398 'desc': '''Enables usage of STUN and relay servers when remote clients
are trying to establish a connection to this machine. | 419 'desc': '''Enables usage of STUN and relay servers when remote clients
are trying to establish a connection to this machine. |
399 | 420 |
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. | 421 If this setting is enabled, then remote clients can discover and conne
ct to this machines even if they are separated by a firewall. |
401 | 422 |
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. | 423 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 | 424 |
404 If this policy is left not set the setting will be enabled.''', | 425 If this policy is left not set the setting will be enabled.''', |
405 }, | 426 }, |
406 ], | 427 ], |
407 }, | 428 }, |
408 { | 429 { |
409 'name': 'PrintingEnabled', | 430 'name': 'PrintingEnabled', |
410 'type': 'main', | 431 'type': 'main', |
411 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 432 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
412 'features': {'dynamic_refresh': 1}, | 433 'features': {'dynamic_refresh': True}, |
413 'example_value': True, | 434 'example_value': True, |
414 'id': 12, | 435 'id': 12, |
415 'caption': '''Enable printing''', | 436 'caption': '''Enable printing''', |
416 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome
</ex></ph> and prevents users from changing this setting. | 437 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome
</ex></ph> and prevents users from changing this setting. |
417 | 438 |
418 If this setting is enabled or not configured, users can print. | 439 If this setting is enabled or not configured, users can print. |
419 | 440 |
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. | 441 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 | 442 |
422 If this policy is left not set, this will be enabled but the user will be
able to change it.''', | 443 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
423 }, | 444 }, |
424 { | 445 { |
425 'name': 'CloudPrintProxyEnabled', | 446 'name': 'CloudPrintProxyEnabled', |
426 'type': 'main', | 447 'type': 'main', |
427 'supported_on': ['chrome.*:17-'], | 448 'supported_on': ['chrome.*:17-'], |
428 'features': {'dynamic_refresh': 1}, | 449 'features': {'dynamic_refresh': True}, |
429 'example_value': True, | 450 'example_value': True, |
430 'id': 13, | 451 'id': 13, |
431 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p
roxy''', | 452 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p
roxy''', |
432 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> t
o act as a proxy between <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> and
legacy printers connected to the machine. | 453 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> t
o act as a proxy between <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> and
legacy printers connected to the machine. |
433 | 454 |
434 If this setting is enabled or not configured, users can enable the cloud p
rint proxy by authentication with their Google account. | 455 If this setting is enabled or not configured, users can enable the cloud p
rint proxy by authentication with their Google account. |
435 | 456 |
436 If this setting is disabled, users cannot enable the proxy, and the machin
e will not be allowed to share it's printers with <ph name="CLOUD_PRINT_NAME">Go
ogle Cloud Print</ph>. | 457 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 | 458 |
438 If this policy is left not set, this will be enabled but the user will be
able to change it.''', | 459 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
439 }, | 460 }, |
440 { | 461 { |
441 'name': 'SafeBrowsingEnabled', | 462 'name': 'SafeBrowsingEnabled', |
442 'type': 'main', | 463 'type': 'main', |
443 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 464 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
444 'features': {'dynamic_refresh': 0}, | 465 'features': { |
| 466 'dynamic_refresh': False, |
| 467 'can_be_recommended': True, |
| 468 }, |
445 'example_value': True, | 469 'example_value': True, |
446 'id': 14, | 470 'id': 14, |
447 'caption': '''Enable Safe Browsing''', | 471 'caption': '''Enable Safe Browsing''', |
448 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Safe Browsing feature and prevents users from changing this setting. | 472 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Safe Browsing feature and prevents users from changing this setting. |
449 | 473 |
450 If you enable this setting, Safe Browsing is always active. | 474 If you enable this setting, Safe Browsing is always active. |
451 | 475 |
452 If you disable this setting, Safe Browsing is never active. | 476 If you disable this setting, Safe Browsing is never active. |
453 | 477 |
454 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 478 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 | 479 |
456 If this policy is left not set, this will be enabled but the user will be
able to change it.''', | 480 If this policy is left not set, this will be enabled but the user will be
able to change it.''', |
457 }, | 481 }, |
458 { | 482 { |
459 'name': 'MetricsReportingEnabled', | 483 'name': 'MetricsReportingEnabled', |
460 'type': 'main', | 484 'type': 'main', |
461 'supported_on': ['chrome.*:8-'], | 485 'supported_on': ['chrome.*:8-'], |
462 'features': {'dynamic_refresh': 0}, | 486 'features': { |
| 487 'dynamic_refresh': False, |
| 488 'can_be_recommended': True, |
| 489 }, |
463 'example_value': True, | 490 'example_value': True, |
464 'id': 15, | 491 'id': 15, |
465 'caption': '''Enable reporting of usage and crash-related data''', | 492 'caption': '''Enable reporting of usage and crash-related data''', |
466 'desc': '''Enables anonymous reporting of usage and crash-related data abo
ut <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents
users from changing this setting. | 493 '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 | 494 |
468 If you enable this setting, anonymous reporting of usage and crash-related
data is sent to Google. | 495 If you enable this setting, anonymous reporting of usage and crash-related
data is sent to Google. |
469 | 496 |
470 If you disable this setting, anonymous reporting of usage and crash-relate
d data is never sent to Google. | 497 If you disable this setting, anonymous reporting of usage and crash-relate
d data is never sent to Google. |
471 | 498 |
472 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 499 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 | 500 |
474 If this policy is left not set the setting will be what the user chose upo
n installation / first run.''', | 501 If this policy is left not set the setting will be what the user chose upo
n installation / first run.''', |
475 }, | 502 }, |
476 { | 503 { |
477 'name': 'PasswordManager', | 504 'name': 'PasswordManager', |
478 'type': 'group', | 505 'type': 'group', |
479 'caption': '''Password manager''', | 506 'caption': '''Password manager''', |
480 'desc': '''Configures the password manager. If the password manager is ena
bled, then you can choose to enable or disable whether the user may show stored
passwords in clear text.''', | 507 'desc': '''Configures the password manager. If the password manager is ena
bled, then you can choose to enable or disable whether the user may show stored
passwords in clear text.''', |
481 'policies': [ | 508 'policies': [ |
482 { | 509 { |
483 'name': 'PasswordManagerEnabled', | 510 'name': 'PasswordManagerEnabled', |
484 'type': 'main', | 511 'type': 'main', |
485 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 512 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
486 'features': {'dynamic_refresh': 1}, | 513 'features': { |
| 514 'dynamic_refresh': True, |
| 515 'can_be_recommended': True, |
| 516 }, |
487 'example_value': True, | 517 'example_value': True, |
488 'id': 16, | 518 'id': 16, |
489 'caption': '''Enable the password manager''', | 519 'caption': '''Enable the password manager''', |
490 'desc': '''Enables saving passwords and using saved passwords in <ph n
ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 520 'desc': '''Enables saving passwords and using saved passwords in <ph n
ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
491 | 521 |
492 If you enable this setting, users can have <ph name="PRODUCT_NAME">$1<
ex>Google Chrome</ex></ph> memorize passwords and provide them automatically the
next time they log in to a site. | 522 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 | 523 |
494 If you disable this setting, users are not able to save passwords or u
se already saved passwords. | 524 If you disable this setting, users are not able to save passwords or u
se already saved passwords. |
495 | 525 |
496 If you enable or disable this setting, users cannot change or override
this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 526 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 | 527 |
498 If this policy is left not set, this will be enabled but the user will
be able to change it.''', | 528 If this policy is left not set, this will be enabled but the user will
be able to change it.''', |
499 }, | 529 }, |
500 { | 530 { |
501 'name': 'PasswordManagerAllowShowPasswords', | 531 'name': 'PasswordManagerAllowShowPasswords', |
502 'type': 'main', | 532 'type': 'main', |
503 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 533 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
504 'features': {'dynamic_refresh': 1}, | 534 'features': {'dynamic_refresh': True}, |
505 'example_value': False, | 535 'example_value': False, |
506 'id': 17, | 536 'id': 17, |
507 'caption': '''Allow users to show passwords in Password Manager''', | 537 'caption': '''Allow users to show passwords in Password Manager''', |
508 'desc': '''Controls whether the user may show passwords in clear text
in the password manager. | 538 'desc': '''Controls whether the user may show passwords in clear text
in the password manager. |
509 | 539 |
510 If you disable this setting, the password manager does not allow showi
ng stored passwords in clear text in the password manager window. | 540 If you disable this setting, the password manager does not allow showi
ng stored passwords in clear text in the password manager window. |
511 | 541 |
512 If you enable or do not set this policy, users can view their password
s in clear text in the password manager.''', | 542 If you enable or do not set this policy, users can view their password
s in clear text in the password manager.''', |
513 }, | 543 }, |
514 ], | 544 ], |
515 }, | 545 }, |
516 { | 546 { |
517 'name': 'AutoFillEnabled', | 547 'name': 'AutoFillEnabled', |
518 'type': 'main', | 548 'type': 'main', |
519 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 549 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
520 'features': {'dynamic_refresh': 1}, | 550 'features': { |
| 551 'dynamic_refresh': True, |
| 552 'can_be_recommended': True, |
| 553 }, |
521 'example_value': False, | 554 'example_value': False, |
522 'id': 18, | 555 'id': 18, |
523 'caption': '''Enable AutoFill''', | 556 'caption': '''Enable AutoFill''', |
524 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
AutoFill feature and allows users to auto complete web forms using previously s
tored information such as address or credit card information. | 557 '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 | 558 |
526 If you disable this setting, AutoFill will be inaccessible to users. | 559 If you disable this setting, AutoFill will be inaccessible to users. |
527 | 560 |
528 If you enable this setting or do not set a value, AutoFill will remain und
er the control of the user. This will allow them to configure AutoFill profiles
and to switch AutoFill on or off at their own discretion.''', | 561 If you enable this setting or do not set a value, AutoFill will remain und
er the control of the user. This will allow them to configure AutoFill profiles
and to switch AutoFill on or off at their own discretion.''', |
529 }, | 562 }, |
530 { | 563 { |
531 'name': 'DisabledPlugins', | 564 'name': 'DisabledPlugins', |
532 'type': 'list', | 565 'type': 'list', |
533 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 566 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
534 'features': {'dynamic_refresh': 1}, | 567 'features': {'dynamic_refresh': True}, |
535 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], | 568 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], |
536 'id': 19, | 569 'id': 19, |
537 'caption': '''Specify a list of disabled plugins''', | 570 'caption': '''Specify a list of disabled plugins''', |
538 '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. | 571 '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 | 572 |
540 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. | 573 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 | 574 |
542 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. | 575 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 | 576 |
544 Note that this policy can be overriden by EnabledPlugins and DisabledPlugi
nsExceptions. | 577 Note that this policy can be overriden by EnabledPlugins and DisabledPlugi
nsExceptions. |
545 | 578 |
546 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.''', | 579 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.''', |
547 'label': '''List of disabled plugins''', | 580 'label': '''List of disabled plugins''', |
548 }, | 581 }, |
549 { | 582 { |
550 'name': 'EnabledPlugins', | 583 'name': 'EnabledPlugins', |
551 'type': 'list', | 584 'type': 'list', |
552 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 585 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
553 'features': {'dynamic_refresh': 1}, | 586 'features': {'dynamic_refresh': True}, |
554 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], | 587 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], |
555 'id': 78, | 588 'id': 78, |
556 'caption': '''Specify a list of enabled plugins''', | 589 'caption': '''Specify a list of enabled plugins''', |
557 '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. | 590 '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 | 591 |
559 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. | 592 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 | 593 |
561 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. | 594 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 | 595 |
563 Note that this policy overrides both DisabledPlugins and DisabledPluginsEx
ceptions. | 596 Note that this policy overrides both DisabledPlugins and DisabledPluginsEx
ceptions. |
564 | 597 |
565 If this policy is left not set the user can disable any plugin installed o
n the system.''', | 598 If this policy is left not set the user can disable any plugin installed o
n the system.''', |
566 'label': '''List of enabled plugins''', | 599 'label': '''List of enabled plugins''', |
567 }, | 600 }, |
568 { | 601 { |
569 'name': 'DisabledPluginsExceptions', | 602 'name': 'DisabledPluginsExceptions', |
570 'type': 'list', | 603 'type': 'list', |
571 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 604 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
572 'features': {'dynamic_refresh': 1}, | 605 'features': {'dynamic_refresh': True}, |
573 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], | 606 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], |
574 'id': 79, | 607 'id': 79, |
575 'caption': '''Specify a list of plugins that the user can enable or disabl
e''', | 608 'caption': '''Specify a list of plugins that the user can enable or disabl
e''', |
576 'desc': '''Specifies a list of plugins that user can enable or disable in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 609 'desc': '''Specifies a list of plugins that user can enable or disable in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
577 | 610 |
578 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. | 611 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 | 612 |
580 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. | 613 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 | 614 |
582 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. | 615 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. |
583 | 616 |
584 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.''', | 617 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.''', |
585 'label': '''List of exceptions to the list of disabled plugins''', | 618 'label': '''List of exceptions to the list of disabled plugins''', |
586 }, | 619 }, |
587 { | 620 { |
588 'name': 'DisablePluginFinder', | 621 'name': 'DisablePluginFinder', |
589 'type': 'main', | 622 'type': 'main', |
590 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 623 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
591 'features': {'dynamic_refresh': 1}, | 624 'features': {'dynamic_refresh': True}, |
592 'example_value': True, | 625 'example_value': True, |
593 'id': 66, | 626 'id': 66, |
594 'caption': '''Specify whether the plugin finder should be disabled''', | 627 'caption': '''Specify whether the plugin finder should be disabled''', |
595 '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>. | 628 '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>. |
596 | 629 |
597 Setting this option to disabled or leave it not set the plugin finder will
be active.''', | 630 Setting this option to disabled or leave it not set the plugin finder will
be active.''', |
598 'label': '''Disable plugin finder''', | 631 'label': '''Disable plugin finder''', |
599 }, | 632 }, |
600 { | 633 { |
601 'name': 'SyncDisabled', | 634 'name': 'SyncDisabled', |
602 'type': 'main', | 635 'type': 'main', |
603 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 636 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
604 'features': {'dynamic_refresh': 1}, | 637 'features': {'dynamic_refresh': True}, |
605 'example_value': True, | 638 'example_value': True, |
606 'id': 20, | 639 'id': 20, |
607 'caption': '''Disable synchronization of data with Google''', | 640 'caption': '''Disable synchronization of data with Google''', |
608 '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. | 641 '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 | 642 |
610 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 643 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 | 644 |
612 If this policy is left not set Google Sync will be available for the user
to choose whether to use it or not.''', | 645 If this policy is left not set Google Sync will be available for the user
to choose whether to use it or not.''', |
613 }, | 646 }, |
614 { | 647 { |
615 'name': 'UserDataDir', | 648 'name': 'UserDataDir', |
616 'type': 'string', | 649 'type': 'string', |
617 'supported_on': ['chrome.win:11-', 'chrome.mac:11-'], | 650 'supported_on': ['chrome.win:11-', 'chrome.mac:11-'], |
618 'features': {'dynamic_refresh': 0}, | 651 'features': {'dynamic_refresh': False}, |
619 'example_value': '${users}/${user_name}/Chrome', | 652 'example_value': '${users}/${user_name}/Chrome', |
620 'id': 63, | 653 'id': 63, |
621 'caption': '''Set user data directory''', | 654 'caption': '''Set user data directory''', |
622 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for storing user data. | 655 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for storing user data. |
623 | 656 |
624 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. | 657 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 | 658 |
626 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
.''', | 659 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
.''', |
627 'label': '''Set user data directory''', | 660 'label': '''Set user data directory''', |
628 }, | 661 }, |
629 { | 662 { |
630 'name': 'DiskCacheDir', | 663 'name': 'DiskCacheDir', |
631 'type': 'string', | 664 'type': 'string', |
632 'supported_on': ['chrome.*:13-'], | 665 'supported_on': ['chrome.*:13-'], |
633 'features': {'dynamic_refresh': 0}, | 666 'features': {'dynamic_refresh': False}, |
634 'example_value': '${user_home}/Chrome_cache', | 667 'example_value': '${user_home}/Chrome_cache', |
635 'id': 88, | 668 'id': 88, |
636 'caption': '''Set disk cache directory''', | 669 'caption': '''Set disk cache directory''', |
637 '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. | 670 '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 | 671 |
639 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. | 672 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 | 673 |
641 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.''', | 674 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.''', |
642 'label': '''Set disk cache directory''', | 675 'label': '''Set disk cache directory''', |
643 }, | 676 }, |
644 { | 677 { |
645 'name': 'DiskCacheSize', | 678 'name': 'DiskCacheSize', |
646 'type': 'int', | 679 'type': 'int', |
647 'supported_on': ['chrome.*:17-'], | 680 'supported_on': ['chrome.*:17-'], |
648 'features': {'dynamic_refresh': 0}, | 681 'features': {'dynamic_refresh': False}, |
649 'example_value': 100, | 682 'example_value': 100, |
650 'id': 110, | 683 'id': 110, |
651 'caption': '''Set disk cache size in megabytes''', | 684 'caption': '''Set disk cache size in megabytes''', |
652 'desc': '''Configures the cache size that <ph name="PRODUCT_NAME">$1<ex>Go
ogle Chrome</ex></ph> will use for storing cached files on the disk. | 685 'desc': '''Configures the cache size that <ph name="PRODUCT_NAME">$1<ex>Go
ogle Chrome</ex></ph> will use for storing cached files on the disk. |
653 | 686 |
654 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></
ph> will use the provided cache size regardless whether the user has specified t
he '--disk-cache-size' flag or not. | 687 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></
ph> will use the provided cache size regardless whether the user has specified t
he '--disk-cache-size' flag or not. |
655 | 688 |
656 If the value of this policy is 0, the default cache size will be used but
the user will not be able to change it. | 689 If the value of this policy is 0, the default cache size will be used but
the user will not be able to change it. |
657 | 690 |
658 If this policy is not set the default size will be used and the user will
be able to override it with the --disk-cache-size flag.''', | 691 If this policy is not set the default size will be used and the user will
be able to override it with the --disk-cache-size flag.''', |
659 'label': '''Set disk cache size''', | 692 'label': '''Set disk cache size''', |
660 }, | 693 }, |
661 { | 694 { |
662 'name': 'MediaCacheSize', | 695 'name': 'MediaCacheSize', |
663 'type': 'int', | 696 'type': 'int', |
664 'supported_on': ['chrome.*:17-'], | 697 'supported_on': ['chrome.*:17-'], |
665 'features': {'dynamic_refresh': 0}, | 698 'features': {'dynamic_refresh': False}, |
666 'example_value': 250, | 699 'example_value': 250, |
667 'id': 111, | 700 'id': 111, |
668 'caption': '''Set media disk cache size''', | 701 'caption': '''Set media disk cache size''', |
669 'desc': '''Configures the chache size that <ph name="PRODUCT_NAME">$1<ex>G
oogle Chrome</ex></ph> will use for storing cached media files on the disk. | 702 'desc': '''Configures the chache size that <ph name="PRODUCT_NAME">$1<ex>G
oogle Chrome</ex></ph> will use for storing cached media files on the disk. |
670 | 703 |
671 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></
ph> will use the provided cache size regardless whether the user has specified t
he '--media-cache-size' flag or not. | 704 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></
ph> will use the provided cache size regardless whether the user has specified t
he '--media-cache-size' flag or not. |
672 | 705 |
673 If the value of this policy is 0, the default cache size will be used but
the user will not be able to change it. | 706 If the value of this policy is 0, the default cache size will be used but
the user will not be able to change it. |
674 | 707 |
675 If this policy is not set the default size will be used and the user will
be able to override it with the --media-cache-size flag.''', | 708 If this policy is not set the default size will be used and the user will
be able to override it with the --media-cache-size flag.''', |
676 'label': '''Set media disk cache size''', | 709 'label': '''Set media disk cache size''', |
677 }, | 710 }, |
678 { | 711 { |
679 'name': 'DownloadDirectory', | 712 'name': 'DownloadDirectory', |
680 'type': 'string', | 713 'type': 'string', |
681 'supported_on': ['chrome.*:11-'], | 714 'supported_on': ['chrome.*:11-'], |
682 'features': {'dynamic_refresh': 1}, | 715 'features': { |
| 716 'dynamic_refresh': True, |
| 717 'can_be_recommended': True, |
| 718 }, |
683 'example_value': '/home/${user_name}/Downloads', | 719 'example_value': '/home/${user_name}/Downloads', |
684 'id': 64, | 720 'id': 64, |
685 'caption': '''Set download directory''', | 721 'caption': '''Set download directory''', |
686 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for downloading files. | 722 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for downloading files. |
687 | 723 |
688 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></
ph> will use the provided directory regardless whether the user has specified on
e or enabled the flag to be prompted for download location every time. | 724 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></
ph> will use the provided directory regardless whether the user has specified on
e or enabled the flag to be prompted for download location every time. |
689 | 725 |
690 If this policy is left not set the default download directory will be used
and the user will be able to change it.''', | 726 If this policy is left not set the default download directory will be used
and the user will be able to change it.''', |
691 'label': '''Set download directory''', | 727 'label': '''Set download directory''', |
692 }, | 728 }, |
693 { | 729 { |
694 'name': 'ClearSiteDataOnExit', | 730 'name': 'ClearSiteDataOnExit', |
695 'type': 'main', | 731 'type': 'main', |
696 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 732 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
697 'features': {'dynamic_refresh': 1}, | 733 'features': { |
| 734 'dynamic_refresh': True, |
| 735 'can_be_recommended': True, |
| 736 }, |
698 'example_value': True, | 737 'example_value': True, |
699 'id': 65, | 738 'id': 65, |
700 'caption': '''Clear site data on browser shutdown''', | 739 'caption': '''Clear site data on browser shutdown''', |
701 'desc': '''This policy is an override for the "Clear cookies and other sit
e data when I close my browser" content settings option. | 740 'desc': '''This policy is an override for the "Clear cookies and other sit
e data when I close my browser" content settings option. |
702 | 741 |
703 When set to enabled <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
will delete all locally stored data from the browser when it is shut down. | 742 When set to enabled <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
will delete all locally stored data from the browser when it is shut down. |
704 | 743 |
705 If set to disabled site data will not be cleared on exit. | 744 If set to disabled site data will not be cleared on exit. |
706 | 745 |
707 If this policy is left not set <ph name="PRODUCT_NAME">$1<ex>Google Chrome
</ex></ph> will use the default which is to preserve site data on shut down and
the user will be able to change this.''', | 746 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.''', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 'value': 'fixed_servers', | 787 'value': 'fixed_servers', |
749 'caption': '''Use fixed proxy servers''' | 788 'caption': '''Use fixed proxy servers''' |
750 }, | 789 }, |
751 { | 790 { |
752 'name': 'ProxyUseSystem', | 791 'name': 'ProxyUseSystem', |
753 'value': 'system', | 792 'value': 'system', |
754 'caption': '''Use system proxy settings''' | 793 'caption': '''Use system proxy settings''' |
755 }, | 794 }, |
756 ], | 795 ], |
757 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 796 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
758 'features': {'dynamic_refresh': 1}, | 797 'features': {'dynamic_refresh': True}, |
759 'example_value': 'direct', | 798 'example_value': 'direct', |
760 'id': 21, | 799 'id': 21, |
761 'caption': '''Choose how to specify proxy server settings''', | 800 'caption': '''Choose how to specify proxy server settings''', |
762 '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. | 801 '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. |
763 | 802 |
764 If you choose to never use a proxy server and always connect directly,
all other options are ignored. | 803 If you choose to never use a proxy server and always connect directly,
all other options are ignored. |
765 | 804 |
766 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. | 805 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. |
767 | 806 |
768 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'. | 807 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'. |
(...skipping 26 matching lines...) Expand all Loading... |
795 'value': 2, | 834 'value': 2, |
796 'caption': '''Manually specify proxy settings''' | 835 'caption': '''Manually specify proxy settings''' |
797 }, | 836 }, |
798 { | 837 { |
799 'name': 'ProxyServerUseSystem', | 838 'name': 'ProxyServerUseSystem', |
800 'value': 3, | 839 'value': 3, |
801 'caption': '''Use system proxy settings''' | 840 'caption': '''Use system proxy settings''' |
802 }, | 841 }, |
803 ], | 842 ], |
804 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 843 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
805 'features': {'dynamic_refresh': 1}, | 844 'features': {'dynamic_refresh': True}, |
806 'deprecated': True, | 845 'deprecated': True, |
807 'example_value': 2, | 846 'example_value': 2, |
808 'id': 22, | 847 'id': 22, |
809 'caption': '''Choose how to specify proxy server settings''', | 848 'caption': '''Choose how to specify proxy server settings''', |
810 'desc': '''This policy is deprecated, use ProxyMode instead. | 849 'desc': '''This policy is deprecated, use ProxyMode instead. |
811 | 850 |
812 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. | 851 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. |
813 | 852 |
814 If you choose to never use a proxy server and always connect directly,
all other options are ignored. | 853 If you choose to never use a proxy server and always connect directly,
all other options are ignored. |
815 | 854 |
816 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. | 855 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. |
817 | 856 |
818 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'. | 857 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'. |
819 | 858 |
820 For detailed examples, visit: | 859 For detailed examples, visit: |
821 <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> | 860 <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> |
822 | 861 |
823 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. | 862 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. |
824 | 863 |
825 Leaving this policy not set will allow the users to choose the proxy s
ettings on their own.''', | 864 Leaving this policy not set will allow the users to choose the proxy s
ettings on their own.''', |
826 }, | 865 }, |
827 { | 866 { |
828 'name': 'ProxyServer', | 867 'name': 'ProxyServer', |
829 'type': 'string', | 868 'type': 'string', |
830 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 869 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
831 'features': {'dynamic_refresh': 1}, | 870 'features': {'dynamic_refresh': True}, |
832 'example_value': '123.123.123.123:8080', | 871 'example_value': '123.123.123.123:8080', |
833 'id': 23, | 872 'id': 23, |
834 'caption': '''Address or URL of proxy server''', | 873 'caption': '''Address or URL of proxy server''', |
835 'desc': '''You can specify the URL of the proxy server here. | 874 'desc': '''You can specify the URL of the proxy server here. |
836 | 875 |
837 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. | 876 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. |
838 | 877 |
839 You should leave this policy not set if you have selected any other mo
de for setting proxy policies. | 878 You should leave this policy not set if you have selected any other mo
de for setting proxy policies. |
840 | 879 |
841 For more options and detailed examples, visit: | 880 For more options and detailed examples, visit: |
842 <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>''', | 881 <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 }, | 882 }, |
844 { | 883 { |
845 'name': 'ProxyPacUrl', | 884 'name': 'ProxyPacUrl', |
846 'type': 'string', | 885 'type': 'string', |
847 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 886 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
848 'features': {'dynamic_refresh': 1}, | 887 'features': {'dynamic_refresh': True}, |
849 'example_value': 'http://internal.site/example.pac', | 888 'example_value': 'http://internal.site/example.pac', |
850 'id': 24, | 889 'id': 24, |
851 'caption': '''URL to a proxy .pac file''', | 890 'caption': '''URL to a proxy .pac file''', |
852 'desc': '''You can specify a URL to a proxy .pac file here. | 891 'desc': '''You can specify a URL to a proxy .pac file here. |
853 | 892 |
854 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. | 893 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. |
855 | 894 |
856 You should leave this policy not set if you have selected any other mo
de for setting proxy policies. | 895 You should leave this policy not set if you have selected any other mo
de for setting proxy policies. |
857 | 896 |
858 For detailed examples, visit: | 897 For detailed examples, visit: |
859 <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>''', | 898 <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>''', |
860 }, | 899 }, |
861 { | 900 { |
862 'name': 'ProxyBypassList', | 901 'name': 'ProxyBypassList', |
863 'type': 'string', | 902 'type': 'string', |
864 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 903 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
865 'features': {'dynamic_refresh': 1}, | 904 'features': {'dynamic_refresh': True}, |
866 'example_value': 'http://www.example1.com,http://www.example2.com,http
://internalsite/', | 905 'example_value': 'http://www.example1.com,http://www.example2.com,http
://internalsite/', |
867 'id': 25, | 906 'id': 25, |
868 'caption': '''Proxy bypass rules''', | 907 'caption': '''Proxy bypass rules''', |
869 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will
bypass any proxy for the list of hosts given here. | 908 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will
bypass any proxy for the list of hosts given here. |
870 | 909 |
871 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. | 910 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. |
872 | 911 |
873 You should leave this policy not set if you have selected any other mo
de for setting proxy policies. | 912 You should leave this policy not set if you have selected any other mo
de for setting proxy policies. |
874 | 913 |
875 For more detailed examples, visit: | 914 For more detailed examples, visit: |
876 <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>''', | 915 <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>''', |
877 'label': '''Comma-separated list of proxy bypass rules''', | 916 'label': '''Comma-separated list of proxy bypass rules''', |
878 }, | 917 }, |
879 ], | 918 ], |
880 }, | 919 }, |
881 { | 920 { |
882 'name': 'HTTPAuthentication', | 921 'name': 'HTTPAuthentication', |
883 'type': 'group', | 922 'type': 'group', |
884 'caption': '''Policies for HTTP Authentication''', | 923 'caption': '''Policies for HTTP Authentication''', |
885 'desc': '''Policies related to integrated HTTP authentication.''', | 924 'desc': '''Policies related to integrated HTTP authentication.''', |
886 'policies': [ | 925 'policies': [ |
887 { | 926 { |
888 'name': 'AuthSchemes', | 927 'name': 'AuthSchemes', |
889 'type': 'string', | 928 'type': 'string', |
890 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 929 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
891 'features': {'dynamic_refresh': 0}, | 930 'features': {'dynamic_refresh': False}, |
892 'example_value': 'basic,digest,ntlm,negotiate', | 931 'example_value': 'basic,digest,ntlm,negotiate', |
893 'id': 26, | 932 'id': 26, |
894 'caption': '''Supported authentication schemes''', | 933 'caption': '''Supported authentication schemes''', |
895 'desc': '''Specifies which HTTP Authentication schemes are supported b
y <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 934 'desc': '''Specifies which HTTP Authentication schemes are supported b
y <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
896 | 935 |
897 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separat
e multiple values with commas. | 936 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separat
e multiple values with commas. |
898 | 937 |
899 If this policy is left not set, all four schemes will be used.''', | 938 If this policy is left not set, all four schemes will be used.''', |
900 }, | 939 }, |
901 { | 940 { |
902 'name': 'DisableAuthNegotiateCnameLookup', | 941 'name': 'DisableAuthNegotiateCnameLookup', |
903 'type': 'main', | 942 'type': 'main', |
904 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 943 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
905 'features': {'dynamic_refresh': 0}, | 944 'features': {'dynamic_refresh': False}, |
906 'example_value': False, | 945 'example_value': False, |
907 'id': 27, | 946 'id': 27, |
908 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic
ation''', | 947 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic
ation''', |
909 'desc': '''Specifies whether the generated Kerberos SPN is based on th
e canonical DNS name or the original name entered. | 948 'desc': '''Specifies whether the generated Kerberos SPN is based on th
e canonical DNS name or the original name entered. |
910 | 949 |
911 If you enable this setting, CNAME lookup will be skipped and the serve
r name will be used as entered. | 950 If you enable this setting, CNAME lookup will be skipped and the serve
r name will be used as entered. |
912 | 951 |
913 If you disable this setting or leave it not set, the canonical name of
the server will be determined via CNAME lookup.''', | 952 If you disable this setting or leave it not set, the canonical name of
the server will be determined via CNAME lookup.''', |
914 }, | 953 }, |
915 { | 954 { |
916 'name': 'EnableAuthNegotiatePort', | 955 'name': 'EnableAuthNegotiatePort', |
917 'type': 'main', | 956 'type': 'main', |
918 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 957 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
919 'features': {'dynamic_refresh': 0}, | 958 'features': {'dynamic_refresh': False}, |
920 'example_value': False, | 959 'example_value': False, |
921 'id': 28, | 960 'id': 28, |
922 'caption': '''Include non-standard port in Kerberos SPN''', | 961 'caption': '''Include non-standard port in Kerberos SPN''', |
923 'desc': '''Specifies whether the generated Kerberos SPN should include
a non-standard port. | 962 'desc': '''Specifies whether the generated Kerberos SPN should include
a non-standard port. |
924 | 963 |
925 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. | 964 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. |
926 | 965 |
927 If you disable this setting or leave it not set, the generated Kerbero
s SPN will not include a port in any case.''', | 966 If you disable this setting or leave it not set, the generated Kerbero
s SPN will not include a port in any case.''', |
928 }, | 967 }, |
929 { | 968 { |
930 'name': 'AuthServerWhitelist', | 969 'name': 'AuthServerWhitelist', |
931 'type': 'string', | 970 'type': 'string', |
932 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 971 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
933 'features': {'dynamic_refresh': 0}, | 972 'features': {'dynamic_refresh': False}, |
934 'example_value': '*example.com,foobar.com,*baz', | 973 'example_value': '*example.com,foobar.com,*baz', |
935 'id': 29, | 974 'id': 29, |
936 'caption': '''Authentication server whitelist''', | 975 'caption': '''Authentication server whitelist''', |
937 '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. | 976 '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. |
938 | 977 |
939 Separate multiple server names with commas. Wildcards (*) are allowed. | 978 Separate multiple server names with commas. Wildcards (*) are allowed. |
940 | 979 |
941 If you leave this policy not set any server will be accepted for integ
rated authentication.''', | 980 If you leave this policy not set any server will be accepted for integ
rated authentication.''', |
942 }, | 981 }, |
943 { | 982 { |
944 'name': 'AuthNegotiateDelegateWhitelist', | 983 'name': 'AuthNegotiateDelegateWhitelist', |
945 'type': 'string', | 984 'type': 'string', |
946 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 985 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
947 'features': {'dynamic_refresh': 0}, | 986 'features': {'dynamic_refresh': False}, |
948 'example_value': 'foobar.example.com', | 987 'example_value': 'foobar.example.com', |
949 'id': 30, | 988 'id': 30, |
950 'caption': '''Kerberos delegation server whitelist''', | 989 'caption': '''Kerberos delegation server whitelist''', |
951 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> may delegate to. | 990 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> may delegate to. |
952 | 991 |
953 Separate multiple server names with commas. Wildcards (*) are allowed. | 992 Separate multiple server names with commas. Wildcards (*) are allowed. |
954 | 993 |
955 If you leave this policy not set any server will be accepted for integ
rated authentication.''', | 994 If you leave this policy not set any server will be accepted for integ
rated authentication.''', |
956 }, | 995 }, |
957 { | 996 { |
958 'name': 'GSSAPILibraryName', | 997 'name': 'GSSAPILibraryName', |
959 'type': 'string', | 998 'type': 'string', |
960 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], | 999 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], |
961 'features': {'dynamic_refresh': 0}, | 1000 'features': {'dynamic_refresh': False}, |
962 'example_value': 'libgssapi_krb5.so.2', | 1001 'example_value': 'libgssapi_krb5.so.2', |
963 'id': 31, | 1002 'id': 31, |
964 'caption': '''GSSAPI library name''', | 1003 'caption': '''GSSAPI library name''', |
965 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati
on. You can set either just a library name, or a full path. | 1004 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati
on. You can set either just a library name, or a full path. |
966 | 1005 |
967 If no setting is provided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome
</ex></ph> will fall back to using a default library name.''', | 1006 If no setting is provided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome
</ex></ph> will fall back to using a default library name.''', |
968 }, | 1007 }, |
969 { | 1008 { |
970 'name': 'AllowCrossOriginAuthPrompt', | 1009 'name': 'AllowCrossOriginAuthPrompt', |
971 'type': 'main', | 1010 'type': 'main', |
972 'supported_on': ['chrome.*:13-'], | 1011 'supported_on': ['chrome.*:13-'], |
973 'features': {'dynamic_refresh': 1}, | 1012 'features': {'dynamic_refresh': True}, |
974 'example_value': False, | 1013 'example_value': False, |
975 'id': 89, | 1014 'id': 89, |
976 'caption': '''Cross-origin HTTP Basic Auth prompts''', | 1015 'caption': '''Cross-origin HTTP Basic Auth prompts''', |
977 'desc': '''Controls whether third-party sub-content on a page is allow
ed to pop-up an HTTP Basic Auth dialog box. | 1016 'desc': '''Controls whether third-party sub-content on a page is allow
ed to pop-up an HTTP Basic Auth dialog box. |
978 | 1017 |
979 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.''', | 1018 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.''', |
980 }, | 1019 }, |
981 ], | 1020 ], |
982 }, | 1021 }, |
983 { | 1022 { |
984 'name': 'Extensions', | 1023 'name': 'Extensions', |
985 'type': 'group', | 1024 'type': 'group', |
986 'caption': '''Extensions''', | 1025 'caption': '''Extensions''', |
987 '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.''', | 1026 '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.''', |
988 'policies': [ | 1027 'policies': [ |
989 { | 1028 { |
990 'name': 'ExtensionInstallBlacklist', | 1029 'name': 'ExtensionInstallBlacklist', |
991 'type': 'list', | 1030 'type': 'list', |
992 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1031 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
993 'features': {'dynamic_refresh': 1}, | 1032 'features': {'dynamic_refresh': True}, |
994 'example_value': ['extension_id1', 'extension_id2'], | 1033 'example_value': ['extension_id1', 'extension_id2'], |
995 'id': 32, | 1034 'id': 32, |
996 'caption': '''Configure extension installation blacklist''', | 1035 'caption': '''Configure extension installation blacklist''', |
997 'desc': '''Allows you to specify which extensions the users can NOT in
stall. Extensions already installed will be removed if blacklisted. | 1036 'desc': '''Allows you to specify which extensions the users can NOT in
stall. Extensions already installed will be removed if blacklisted. |
998 | 1037 |
999 A blacklist value of '*' means all extensions are blacklisted unless t
hey are explicitly listed in the whitelist. | 1038 A blacklist value of '*' means all extensions are blacklisted unless t
hey are explicitly listed in the whitelist. |
1000 | 1039 |
1001 If this policy is left not set the user can install any extension in <
ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | 1040 If this policy is left not set the user can install any extension in <
ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
1002 'label': '''Extension IDs the user should be prevented from installing
(or * for all)''', | 1041 'label': '''Extension IDs the user should be prevented from installing
(or * for all)''', |
1003 }, | 1042 }, |
1004 { | 1043 { |
1005 'name': 'ExtensionInstallWhitelist', | 1044 'name': 'ExtensionInstallWhitelist', |
1006 'type': 'list', | 1045 'type': 'list', |
1007 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1046 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1008 'features': {'dynamic_refresh': 1}, | 1047 'features': {'dynamic_refresh': True}, |
1009 'example_value': ['extension_id1', 'extension_id2'], | 1048 'example_value': ['extension_id1', 'extension_id2'], |
1010 'id': 33, | 1049 'id': 33, |
1011 'caption': '''Configure extension installation whitelist''', | 1050 'caption': '''Configure extension installation whitelist''', |
1012 'desc': '''Allows you to specify which extensions are not subject to t
he blacklist. | 1051 'desc': '''Allows you to specify which extensions are not subject to t
he blacklist. |
1013 | 1052 |
1014 A blacklist value of * means all extensions are blacklisted and users
can only install extensions listed in the whitelist. | 1053 A blacklist value of * means all extensions are blacklisted and users
can only install extensions listed in the whitelist. |
1015 | 1054 |
1016 By default, all extensions are whitelisted, but if all extensions have
been blacklisted by policy, the whitelist can be used to override that policy.'
'', | 1055 By default, all extensions are whitelisted, but if all extensions have
been blacklisted by policy, the whitelist can be used to override that policy.'
'', |
1017 'label': '''Extension IDs to exempt from the blacklist''', | 1056 'label': '''Extension IDs to exempt from the blacklist''', |
1018 }, | 1057 }, |
1019 { | 1058 { |
1020 'name': 'ExtensionInstallForcelist', | 1059 'name': 'ExtensionInstallForcelist', |
1021 'type': 'list', | 1060 'type': 'list', |
1022 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 1061 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
1023 'features': {'dynamic_refresh': 1}, | 1062 'features': {'dynamic_refresh': True}, |
1024 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.g
oogle.com/service/update2/crx'], | 1063 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.g
oogle.com/service/update2/crx'], |
1025 'id': 34, | 1064 'id': 34, |
1026 'caption': '''Configure the list of force-installed extensions''', | 1065 'caption': '''Configure the list of force-installed extensions''', |
1027 'desc': '''Allows you to specify a list of extensions that will be ins
talled silently, without user interaction. | 1066 'desc': '''Allows you to specify a list of extensions that will be ins
talled silently, without user interaction. |
1028 | 1067 |
1029 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>. | 1068 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>. |
1030 | 1069 |
1031 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. | 1070 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. |
1032 | 1071 |
1033 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>.''', | 1072 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>.''', |
1034 'label': '''Extension IDs and update URLs to be silently installed''', | 1073 'label': '''Extension IDs and update URLs to be silently installed''', |
1035 }, | 1074 }, |
1036 ], | 1075 ], |
1037 }, | 1076 }, |
1038 { | 1077 { |
1039 'name': 'ShowHomeButton', | 1078 'name': 'ShowHomeButton', |
1040 'type': 'main', | 1079 'type': 'main', |
1041 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1080 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1042 'features': {'dynamic_refresh': 1}, | 1081 'features': { |
| 1082 'dynamic_refresh': True, |
| 1083 'can_be_recommended': True, |
| 1084 }, |
1043 'example_value': True, | 1085 'example_value': True, |
1044 'id': 35, | 1086 'id': 35, |
1045 'caption': '''Show Home button on toolbar''', | 1087 'caption': '''Show Home button on toolbar''', |
1046 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C
hrome</ex></ph>'s toolbar. | 1088 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C
hrome</ex></ph>'s toolbar. |
1047 | 1089 |
1048 If you enable this setting, the Home button is always shown. | 1090 If you enable this setting, the Home button is always shown. |
1049 | 1091 |
1050 If you disable this setting, the Home button is never shown. | 1092 If you disable this setting, the Home button is never shown. |
1051 | 1093 |
1052 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 1094 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
1053 | 1095 |
1054 Leaving this policy not set will allow the user to choose whether to show
the home button.''', | 1096 Leaving this policy not set will allow the user to choose whether to show
the home button.''', |
1055 }, | 1097 }, |
1056 { | 1098 { |
1057 'name': 'DeveloperToolsDisabled', | 1099 'name': 'DeveloperToolsDisabled', |
1058 'type': 'main', | 1100 'type': 'main', |
1059 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 1101 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
1060 'features': {'dynamic_refresh': 1}, | 1102 'features': {'dynamic_refresh': True}, |
1061 'example_value': False, | 1103 'example_value': False, |
1062 'id': 36, | 1104 'id': 36, |
1063 'caption': '''Disable Developer Tools''', | 1105 'caption': '''Disable Developer Tools''', |
1064 'desc': '''Disables the Developer Tools and the JavaScript console. | 1106 'desc': '''Disables the Developer Tools and the JavaScript console. |
1065 | 1107 |
1066 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. | 1108 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. |
1067 | 1109 |
1068 Setting this option to disabled or leaving it not set will allow the use t
o use the Developer Tools and the JavaScript console.''', | 1110 Setting this option to disabled or leaving it not set will allow the use t
o use the Developer Tools and the JavaScript console.''', |
1069 }, | 1111 }, |
1070 { | 1112 { |
(...skipping 18 matching lines...) Expand all Loading... |
1089 'value': 1, | 1131 'value': 1, |
1090 'caption': '''Reopen the URLs that were open last''' | 1132 'caption': '''Reopen the URLs that were open last''' |
1091 }, | 1133 }, |
1092 { | 1134 { |
1093 'name': 'RestoreOnStartupIsURLs', | 1135 'name': 'RestoreOnStartupIsURLs', |
1094 'value': 4, | 1136 'value': 4, |
1095 'caption': '''Open a list of URLs''' | 1137 'caption': '''Open a list of URLs''' |
1096 }, | 1138 }, |
1097 ], | 1139 ], |
1098 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1140 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1099 'features': {'dynamic_refresh': 1}, | 1141 'features': { |
| 1142 'dynamic_refresh': True, |
| 1143 'can_be_recommended': True, |
| 1144 }, |
1100 'example_value': 4, | 1145 'example_value': 4, |
1101 'id': 37, | 1146 'id': 37, |
1102 'caption': '''Action on startup''', | 1147 'caption': '''Action on startup''', |
1103 'desc': '''Allows you to specify the behavior on startup. | 1148 'desc': '''Allows you to specify the behavior on startup. |
1104 | 1149 |
1105 If you choose 'Open home page' the home page will always be opened whe
n you start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 1150 If you choose 'Open home page' the home page will always be opened whe
n you start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
1106 | 1151 |
1107 If you choose 'Reopen the URLs that were open last', the URLs that wer
e open last time <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was close
d will be reopened. | 1152 If you choose 'Reopen the URLs that were open last', the URLs that wer
e open last time <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was close
d will be reopened. |
1108 | 1153 |
1109 If you choose 'Open a list of URLs', the list of 'URLs to open on star
tup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph>. | 1154 If you choose 'Open a list of URLs', the list of 'URLs to open on star
tup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph>. |
1110 | 1155 |
1111 If you enable this setting, users cannot change or override it in <ph
name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 1156 If you enable this setting, users cannot change or override it in <ph
name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
1112 | 1157 |
1113 Disabling this setting is equvalent to leaving it not configured. The
user will still be able to change it in <ph name="PRODUCT_NAME">$1<ex>Google Chr
ome</ex></ph>.''', | 1158 Disabling this setting is equvalent to leaving it not configured. The
user will still be able to change it in <ph name="PRODUCT_NAME">$1<ex>Google Chr
ome</ex></ph>.''', |
1114 }, | 1159 }, |
1115 { | 1160 { |
| 1161 # TODO(joaodasilva): Flag this policy with 'can_be_recommended' |
| 1162 # after fixing http://crbug.com/106684 |
1116 'name': 'RestoreOnStartupURLs', | 1163 'name': 'RestoreOnStartupURLs', |
1117 'type': 'list', | 1164 'type': 'list', |
1118 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1165 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1119 'features': {'dynamic_refresh': 1}, | 1166 'features': {'dynamic_refresh': True}, |
1120 'example_value': ['http://example.com', 'http://chromium.org'], | 1167 'example_value': ['http://example.com', 'http://chromium.org'], |
1121 'id': 38, | 1168 'id': 38, |
1122 'caption': '''URLs to open on startup''', | 1169 'caption': '''URLs to open on startup''', |
1123 'desc': '''If 'Open a list of URLs' is selected as the startup action,
this allows you to specify the list of URLs that are opened. If left not set no
URL will be opened on start up. | 1170 'desc': '''If 'Open a list of URLs' is selected as the startup action,
this allows you to specify the list of URLs that are opened. If left not set no
URL will be opened on start up. |
1124 | 1171 |
1125 This policy only works if the 'RestoreOnStartup' policy is set to 'Res
toreOnStartupIsURLs'.''', | 1172 This policy only works if the 'RestoreOnStartup' policy is set to 'Res
toreOnStartupIsURLs'.''', |
1126 }, | 1173 }, |
1127 ], | 1174 ], |
1128 }, | 1175 }, |
1129 { | 1176 { |
1130 'name': 'BlockThirdPartyCookies', | 1177 'name': 'BlockThirdPartyCookies', |
1131 'type': 'main', | 1178 'type': 'main', |
1132 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1179 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1133 'features': {'dynamic_refresh': 1}, | 1180 'features': { |
| 1181 'dynamic_refresh': True, |
| 1182 'can_be_recommended': True, |
| 1183 }, |
1134 'example_value': False, | 1184 'example_value': False, |
1135 'id': 39, | 1185 'id': 39, |
1136 'caption': '''Block third party cookies''', | 1186 'caption': '''Block third party cookies''', |
1137 'desc': '''Blocks third party cookies. | 1187 'desc': '''Blocks third party cookies. |
1138 | 1188 |
1139 Enabling this setting prevents cookies from being set by web page elements
that are not from the domain that is in the browser's address bar. | 1189 Enabling this setting prevents cookies from being set by web page elements
that are not from the domain that is in the browser's address bar. |
1140 | 1190 |
1141 Disabling this setting allows cookies to be set by web page elements that
are not from the domain that is in the browser's address bar and prevents users
from changing this setting. | 1191 Disabling this setting allows cookies to be set by web page elements that
are not from the domain that is in the browser's address bar and prevents users
from changing this setting. |
1142 | 1192 |
1143 If this policy is left not set, third party cookies will be enabled but th
e user will be able to change that.''', | 1193 If this policy is left not set, third party cookies will be enabled but th
e user will be able to change that.''', |
1144 }, | 1194 }, |
1145 { | 1195 { |
| 1196 # TODO(joaodasilva): Flag these policies with 'can_be_recommended' |
| 1197 # after fixing http://crbug.com/106683 |
1146 'name': 'DefaultSearchProvider', | 1198 'name': 'DefaultSearchProvider', |
1147 'type': 'group', | 1199 'type': 'group', |
1148 'caption': '''Default search provider''', | 1200 'caption': '''Default search provider''', |
1149 '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.
''', | 1201 '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.
''', |
1150 'policies': [ | 1202 'policies': [ |
1151 { | 1203 { |
1152 'name': 'DefaultSearchProviderEnabled', | 1204 'name': 'DefaultSearchProviderEnabled', |
1153 'type': 'main', | 1205 'type': 'main', |
1154 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1206 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1155 'features': {'dynamic_refresh': 1}, | 1207 'features': {'dynamic_refresh': True}, |
1156 'example_value': True, | 1208 'example_value': True, |
1157 'id': 40, | 1209 'id': 40, |
1158 'caption': '''Enable the default search provider''', | 1210 'caption': '''Enable the default search provider''', |
1159 'desc': '''Enables the use of a default search provider. | 1211 'desc': '''Enables the use of a default search provider. |
1160 | 1212 |
1161 If you enable this setting, a default search is performed when the use
r types text in the omnibox that is not a URL. | 1213 If you enable this setting, a default search is performed when the use
r types text in the omnibox that is not a URL. |
1162 | 1214 |
1163 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. | 1215 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. |
1164 | 1216 |
1165 If you disable this setting, no search is performed when the user ente
rs non-URL text in the omnibox. | 1217 If you disable this setting, no search is performed when the user ente
rs non-URL text in the omnibox. |
1166 | 1218 |
1167 If you enable or disable this setting, users cannot change or override
this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 1219 If you enable or disable this setting, users cannot change or override
this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
1168 | 1220 |
1169 If this policy is left not set, the default search provider is enabled
, and the user will be able to set the search provider list.''', | 1221 If this policy is left not set, the default search provider is enabled
, and the user will be able to set the search provider list.''', |
1170 }, | 1222 }, |
1171 { | 1223 { |
1172 'name': 'DefaultSearchProviderName', | 1224 'name': 'DefaultSearchProviderName', |
1173 'type': 'string', | 1225 'type': 'string', |
1174 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1226 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1175 'features': {'dynamic_refresh': 1}, | 1227 'features': {'dynamic_refresh': True}, |
1176 'example_value': 'My Intranet Search', | 1228 'example_value': 'My Intranet Search', |
1177 'id': 41, | 1229 'id': 41, |
1178 'caption': '''Default search provider name''', | 1230 'caption': '''Default search provider name''', |
1179 'desc': '''Specifies the name of the default search provider. If left
empty or not set, the host name specified by the search URL will be used. | 1231 'desc': '''Specifies the name of the default search provider. If left
empty or not set, the host name specified by the search URL will be used. |
1180 | 1232 |
1181 This policy is only considered if the 'DefaultSearchProviderEnabled' p
olicy is enabled.''', | 1233 This policy is only considered if the 'DefaultSearchProviderEnabled' p
olicy is enabled.''', |
1182 }, | 1234 }, |
1183 { | 1235 { |
1184 'name': 'DefaultSearchProviderKeyword', | 1236 'name': 'DefaultSearchProviderKeyword', |
1185 'type': 'string', | 1237 'type': 'string', |
1186 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1238 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1187 'features': {'dynamic_refresh': 1}, | 1239 'features': {'dynamic_refresh': True}, |
1188 'example_value': 'mis', | 1240 'example_value': 'mis', |
1189 'id': 42, | 1241 'id': 42, |
1190 'caption': '''Default search provider keyword''', | 1242 'caption': '''Default search provider keyword''', |
1191 'desc': '''Specifies the keyword, which is the shortcut used in the om
nibox to trigger the search for this provider. | 1243 'desc': '''Specifies the keyword, which is the shortcut used in the om
nibox to trigger the search for this provider. |
1192 | 1244 |
1193 This policy is optional. If not set, no keyword will activate the sear
ch provider. | 1245 This policy is optional. If not set, no keyword will activate the sear
ch provider. |
1194 | 1246 |
1195 This policy is only considered if the 'DefaultSearchProviderEnabled' p
olicy is enabled.''', | 1247 This policy is only considered if the 'DefaultSearchProviderEnabled' p
olicy is enabled.''', |
1196 }, | 1248 }, |
1197 { | 1249 { |
1198 'name': 'DefaultSearchProviderSearchURL', | 1250 'name': 'DefaultSearchProviderSearchURL', |
1199 'type': 'string', | 1251 'type': 'string', |
1200 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1252 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1201 'features': {'dynamic_refresh': 1}, | 1253 'features': {'dynamic_refresh': True}, |
1202 'example_value': 'http://search.my.company/search?q={searchTerms}', | 1254 'example_value': 'http://search.my.company/search?q={searchTerms}', |
1203 'id': 43, | 1255 'id': 43, |
1204 'caption': '''Default search provider search URL''', | 1256 'caption': '''Default search provider search URL''', |
1205 'desc': '''Specifies the URL of the search engine used when doing a de
fault search. The URL should contain the string '<ph name="SEARCH_TERM_MARKER">{
searchTerms}</ph>', which will be replaced at query time by the terms the user i
s searching for. | 1257 'desc': '''Specifies the URL of the search engine used when doing a de
fault search. The URL should contain the string '<ph name="SEARCH_TERM_MARKER">{
searchTerms}</ph>', which will be replaced at query time by the terms the user i
s searching for. |
1206 | 1258 |
1207 This option must be set when the 'DefaultSearchProviderEnabled' policy
is enabled and will only be respected if this is the case.''', | 1259 This option must be set when the 'DefaultSearchProviderEnabled' policy
is enabled and will only be respected if this is the case.''', |
1208 }, | 1260 }, |
1209 { | 1261 { |
1210 'name': 'DefaultSearchProviderSuggestURL', | 1262 'name': 'DefaultSearchProviderSuggestURL', |
1211 'type': 'string', | 1263 'type': 'string', |
1212 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1264 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1213 'features': {'dynamic_refresh': 1}, | 1265 'features': {'dynamic_refresh': True}, |
1214 'example_value': 'http://search.my.company/suggest?q={searchTerms}', | 1266 'example_value': 'http://search.my.company/suggest?q={searchTerms}', |
1215 'id': 44, | 1267 'id': 44, |
1216 'caption': '''Default search provider suggest URL''', | 1268 'caption': '''Default search provider suggest URL''', |
1217 'desc': '''Specifies the URL of the search engine used to provide sear
ch suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER"
>{searchTerms}</ph>', which will be replaced at query time by the text the user
has entered so far. | 1269 'desc': '''Specifies the URL of the search engine used to provide sear
ch suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER"
>{searchTerms}</ph>', which will be replaced at query time by the text the user
has entered so far. |
1218 | 1270 |
1219 This policy is optional. If not set, no suggest URL will be used. | 1271 This policy is optional. If not set, no suggest URL will be used. |
1220 | 1272 |
1221 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', | 1273 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', |
1222 }, | 1274 }, |
1223 { | 1275 { |
1224 'name': 'DefaultSearchProviderInstantURL', | 1276 'name': 'DefaultSearchProviderInstantURL', |
1225 'type': 'string', | 1277 'type': 'string', |
1226 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1278 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1227 'features': {'dynamic_refresh': 1}, | 1279 'features': {'dynamic_refresh': True}, |
1228 'example_value': 'http://search.my.company/suggest?q={searchTerms}', | 1280 'example_value': 'http://search.my.company/suggest?q={searchTerms}', |
1229 'id': 45, | 1281 'id': 45, |
1230 'caption': '''Default search provider instant URL''', | 1282 'caption': '''Default search provider instant URL''', |
1231 'desc': '''Specifies the URL of the search engine used to provide inst
ant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{s
earchTerms}'</ph>, which will be replaced at query time by the text the user has
entered so far. | 1283 'desc': '''Specifies the URL of the search engine used to provide inst
ant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{s
earchTerms}'</ph>, which will be replaced at query time by the text the user has
entered so far. |
1232 | 1284 |
1233 This policy is optional. If not set, no instant search results will be
provided. | 1285 This policy is optional. If not set, no instant search results will be
provided. |
1234 | 1286 |
1235 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', | 1287 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', |
1236 }, | 1288 }, |
1237 { | 1289 { |
1238 'name': 'DefaultSearchProviderIconURL', | 1290 'name': 'DefaultSearchProviderIconURL', |
1239 'type': 'string', | 1291 'type': 'string', |
1240 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1292 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1241 'features': {'dynamic_refresh': 1}, | 1293 'features': {'dynamic_refresh': True}, |
1242 'example_value': 'http://search.my.company/favicon.ico', | 1294 'example_value': 'http://search.my.company/favicon.ico', |
1243 'id': 46, | 1295 'id': 46, |
1244 'caption': '''Default search provider icon''', | 1296 'caption': '''Default search provider icon''', |
1245 'desc': '''Specifies the favorite icon URL of the default search provi
der. | 1297 'desc': '''Specifies the favorite icon URL of the default search provi
der. |
1246 | 1298 |
1247 This policy is optional. If not set, no icon will be present for the s
earch provider. | 1299 This policy is optional. If not set, no icon will be present for the s
earch provider. |
1248 | 1300 |
1249 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', | 1301 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', |
1250 }, | 1302 }, |
1251 { | 1303 { |
1252 'name': 'DefaultSearchProviderEncodings', | 1304 'name': 'DefaultSearchProviderEncodings', |
1253 'type': 'list', | 1305 'type': 'list', |
1254 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 1306 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
1255 'features': {'dynamic_refresh': 1}, | 1307 'features': {'dynamic_refresh': True}, |
1256 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'], | 1308 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'], |
1257 'id': 47, | 1309 'id': 47, |
1258 'caption': '''Default search provider encodings''', | 1310 'caption': '''Default search provider encodings''', |
1259 'desc': '''Specifies the character encodings supported by the search p
rovider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They
are tried in the order provided. | 1311 'desc': '''Specifies the character encodings supported by the search p
rovider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They
are tried in the order provided. |
1260 | 1312 |
1261 This policy is optional. If not set, the default will be used which is
UTF-8. | 1313 This policy is optional. If not set, the default will be used which is
UTF-8. |
1262 | 1314 |
1263 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', | 1315 This policy is only respected if the 'DefaultSearchProviderEnabled' po
licy is enabled.''', |
1264 }, | 1316 }, |
1265 ], | 1317 ], |
1266 }, | 1318 }, |
1267 { | 1319 { |
| 1320 # TODO(joaodasilva): Flag these policies with 'can_be_recommended' |
| 1321 # after fixing http://crbug.com/106682 |
1268 'name': 'ContentSettings', | 1322 'name': 'ContentSettings', |
1269 'type': 'group', | 1323 'type': 'group', |
1270 'caption': '''Content Settings''', | 1324 'caption': '''Content Settings''', |
1271 'desc': '''Content Settings allow you to specify how contents of a specifi
c type (for example Cookies, Images or JavaScript) is handled.''', | 1325 'desc': '''Content Settings allow you to specify how contents of a specifi
c type (for example Cookies, Images or JavaScript) is handled.''', |
1272 'policies': [ | 1326 'policies': [ |
1273 { | 1327 { |
1274 'name': 'DefaultCookiesSetting', | 1328 'name': 'DefaultCookiesSetting', |
1275 'type': 'int-enum', | 1329 'type': 'int-enum', |
1276 'items': [ | 1330 'items': [ |
1277 { | 1331 { |
1278 'name': 'AllowCookies', | 1332 'name': 'AllowCookies', |
1279 'value': 1, | 1333 'value': 1, |
1280 'caption': '''Allow all sites to set local data.''' | 1334 'caption': '''Allow all sites to set local data.''' |
1281 }, | 1335 }, |
1282 { | 1336 { |
1283 'name': 'BlockCookies', | 1337 'name': 'BlockCookies', |
1284 'value': 2, | 1338 'value': 2, |
1285 'caption': '''Do not allow any site to set local data''' | 1339 'caption': '''Do not allow any site to set local data''' |
1286 }, | 1340 }, |
1287 ], | 1341 ], |
1288 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1342 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1289 'features': {'dynamic_refresh': 1}, | 1343 'features': {'dynamic_refresh': True}, |
1290 'example_value': 1, | 1344 'example_value': 1, |
1291 'id': 48, | 1345 'id': 48, |
1292 'caption': '''Default cookies setting''', | 1346 'caption': '''Default cookies setting''', |
1293 'desc': '''Allows you to set whether websites are allowed to set local
data. Setting local data can be either allowed for all websites or denied for a
ll websites. | 1347 'desc': '''Allows you to set whether websites are allowed to set local
data. Setting local data can be either allowed for all websites or denied for a
ll websites. |
1294 | 1348 |
1295 If this policy is left not set, 'AllowCookies' will be used and the us
er will be able to change it.''', | 1349 If this policy is left not set, 'AllowCookies' will be used and the us
er will be able to change it.''', |
1296 }, | 1350 }, |
1297 { | 1351 { |
1298 'name': 'DefaultImagesSetting', | 1352 'name': 'DefaultImagesSetting', |
1299 'type': 'int-enum', | 1353 'type': 'int-enum', |
1300 'items': [ | 1354 'items': [ |
1301 { | 1355 { |
1302 'name': 'AllowImages', | 1356 'name': 'AllowImages', |
1303 'value': 1, | 1357 'value': 1, |
1304 'caption': '''Allow all sites to show all images''' | 1358 'caption': '''Allow all sites to show all images''' |
1305 }, | 1359 }, |
1306 { | 1360 { |
1307 'name': 'BlockImages', | 1361 'name': 'BlockImages', |
1308 'value': 2, | 1362 'value': 2, |
1309 'caption': '''Do not allow any site to show images''' | 1363 'caption': '''Do not allow any site to show images''' |
1310 }, | 1364 }, |
1311 ], | 1365 ], |
1312 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1366 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1313 'features': {'dynamic_refresh': 1}, | 1367 'features': {'dynamic_refresh': True}, |
1314 'example_value': 1, | 1368 'example_value': 1, |
1315 'id': 49, | 1369 'id': 49, |
1316 'caption': '''Default images setting''', | 1370 'caption': '''Default images setting''', |
1317 'desc': '''Allows you to set whether websites are allowed to display i
mages. Displaying images can be either allowed for all websites or denied for al
l websites. | 1371 'desc': '''Allows you to set whether websites are allowed to display i
mages. Displaying images can be either allowed for all websites or denied for al
l websites. |
1318 | 1372 |
1319 If this policy is left not set, 'AllowImages' will be used and the use
r will be able to change it.''', | 1373 If this policy is left not set, 'AllowImages' will be used and the use
r will be able to change it.''', |
1320 }, | 1374 }, |
1321 { | 1375 { |
1322 'name': 'DefaultJavaScriptSetting', | 1376 'name': 'DefaultJavaScriptSetting', |
1323 'type': 'int-enum', | 1377 'type': 'int-enum', |
1324 'items': [ | 1378 'items': [ |
1325 { | 1379 { |
1326 'name': 'AllowJavaScript', | 1380 'name': 'AllowJavaScript', |
1327 'value': 1, | 1381 'value': 1, |
1328 'caption': '''Allow all sites to run JavaScript''' | 1382 'caption': '''Allow all sites to run JavaScript''' |
1329 }, | 1383 }, |
1330 { | 1384 { |
1331 'name': 'BlockJavaScript', | 1385 'name': 'BlockJavaScript', |
1332 'value': 2, | 1386 'value': 2, |
1333 'caption': '''Do not allow any site to run JavaScript''' | 1387 'caption': '''Do not allow any site to run JavaScript''' |
1334 }, | 1388 }, |
1335 ], | 1389 ], |
1336 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1390 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1337 'features': {'dynamic_refresh': 1}, | 1391 'features': {'dynamic_refresh': True}, |
1338 'example_value': 1, | 1392 'example_value': 1, |
1339 'id': 50, | 1393 'id': 50, |
1340 'caption': '''Default JavaScript setting''', | 1394 'caption': '''Default JavaScript setting''', |
1341 'desc': '''Allows you to set whether websites are allowed to run JavaS
cript. Running JavaScript can be either allowed for all websites or denied for a
ll websites. | 1395 'desc': '''Allows you to set whether websites are allowed to run JavaS
cript. Running JavaScript can be either allowed for all websites or denied for a
ll websites. |
1342 | 1396 |
1343 If this policy is left not set, 'AllowJavaScript' will be used and the
user will be able to change it.''', | 1397 If this policy is left not set, 'AllowJavaScript' will be used and the
user will be able to change it.''', |
1344 }, | 1398 }, |
1345 { | 1399 { |
1346 'name': 'DefaultPluginsSetting', | 1400 'name': 'DefaultPluginsSetting', |
1347 'type': 'int-enum', | 1401 'type': 'int-enum', |
1348 'items': [ | 1402 'items': [ |
1349 { | 1403 { |
1350 'name': 'AllowPlugins', | 1404 'name': 'AllowPlugins', |
1351 'value': 1, | 1405 'value': 1, |
1352 'caption': '''Allow all sites to automatically run plugins''' | 1406 'caption': '''Allow all sites to automatically run plugins''' |
1353 }, | 1407 }, |
1354 { | 1408 { |
1355 'name': 'BlockPlugins', | 1409 'name': 'BlockPlugins', |
1356 'value': 2, | 1410 'value': 2, |
1357 'caption': '''Block all plugins''' | 1411 'caption': '''Block all plugins''' |
1358 }, | 1412 }, |
1359 ], | 1413 ], |
1360 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1414 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1361 'features': {'dynamic_refresh': 1}, | 1415 'features': {'dynamic_refresh': True}, |
1362 'example_value': 1, | 1416 'example_value': 1, |
1363 'id': 51, | 1417 'id': 51, |
1364 'caption': '''Default plugins setting''', | 1418 'caption': '''Default plugins setting''', |
1365 'desc': '''Allows you to set whether websites are allowed to automatic
ally run plugins. Automatically running plugins can be either allowed for all we
bsites or denied for all websites. | 1419 'desc': '''Allows you to set whether websites are allowed to automatic
ally run plugins. Automatically running plugins can be either allowed for all we
bsites or denied for all websites. |
1366 | 1420 |
1367 If this policy is left not set, 'AllowPlugins' will be used and the us
er will be able to change it.''', | 1421 If this policy is left not set, 'AllowPlugins' will be used and the us
er will be able to change it.''', |
1368 }, | 1422 }, |
1369 { | 1423 { |
1370 'name': 'DefaultPopupsSetting', | 1424 'name': 'DefaultPopupsSetting', |
1371 'type': 'int-enum', | 1425 'type': 'int-enum', |
1372 'items': [ | 1426 'items': [ |
1373 { | 1427 { |
1374 'name': 'AllowPopups', | 1428 'name': 'AllowPopups', |
1375 'value': 1, | 1429 'value': 1, |
1376 'caption': '''Allow all sites to show pop-ups''' | 1430 'caption': '''Allow all sites to show pop-ups''' |
1377 }, | 1431 }, |
1378 { | 1432 { |
1379 'name': 'BlockPopups', | 1433 'name': 'BlockPopups', |
1380 'value': 2, | 1434 'value': 2, |
1381 'caption': '''Do not allow any site to show popups''' | 1435 'caption': '''Do not allow any site to show popups''' |
1382 }, | 1436 }, |
1383 ], | 1437 ], |
1384 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1438 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1385 'features': {'dynamic_refresh': 1}, | 1439 'features': {'dynamic_refresh': True}, |
1386 'example_value': 1, | 1440 'example_value': 1, |
1387 'id': 52, | 1441 'id': 52, |
1388 'caption': '''Default popups setting''', | 1442 'caption': '''Default popups setting''', |
1389 'desc': '''Allows you to set whether websites are allowed to show pop-
ups. Showing popups can be either allowed for all websites or denied for all web
sites. | 1443 'desc': '''Allows you to set whether websites are allowed to show pop-
ups. Showing popups can be either allowed for all websites or denied for all web
sites. |
1390 | 1444 |
1391 If this policy is left not set, 'BlockPopups' will be used and the use
r will be able to change it.''', | 1445 If this policy is left not set, 'BlockPopups' will be used and the use
r will be able to change it.''', |
1392 }, | 1446 }, |
1393 { | 1447 { |
1394 'name': 'DefaultNotificationsSetting', | 1448 'name': 'DefaultNotificationsSetting', |
1395 'type': 'int-enum', | 1449 'type': 'int-enum', |
1396 'items': [ | 1450 'items': [ |
1397 { | 1451 { |
1398 'name': 'AllowNotifications', | 1452 'name': 'AllowNotifications', |
1399 'value': 1, | 1453 'value': 1, |
1400 'caption': '''Allow sites to show desktop notifications''' | 1454 'caption': '''Allow sites to show desktop notifications''' |
1401 }, | 1455 }, |
1402 { | 1456 { |
1403 'name': 'BlockNotifications', | 1457 'name': 'BlockNotifications', |
1404 'value': 2, | 1458 'value': 2, |
1405 'caption': '''Do not allow any site to show desktop notifications'
'' | 1459 'caption': '''Do not allow any site to show desktop notifications'
'' |
1406 }, | 1460 }, |
1407 { | 1461 { |
1408 'name': 'AskNotifications', | 1462 'name': 'AskNotifications', |
1409 'value': 3, | 1463 'value': 3, |
1410 'caption': '''Ask every time a site wants to show desktop notifica
tions''' | 1464 'caption': '''Ask every time a site wants to show desktop notifica
tions''' |
1411 }, | 1465 }, |
1412 ], | 1466 ], |
1413 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1467 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1414 'features': {'dynamic_refresh': 1}, | 1468 'features': {'dynamic_refresh': True}, |
1415 'example_value': 2, | 1469 'example_value': 2, |
1416 'id': 53, | 1470 'id': 53, |
1417 'caption': '''Default notification setting''', | 1471 'caption': '''Default notification setting''', |
1418 'desc': '''Allows you to set whether websites are allowed to display d
esktop notifications. Displaying desktop notifications can be allowed by default
, denied by default or the user can be asked every time a website wants to show
desktop notifications. | 1472 'desc': '''Allows you to set whether websites are allowed to display d
esktop notifications. Displaying desktop notifications can be allowed by default
, denied by default or the user can be asked every time a website wants to show
desktop notifications. |
1419 | 1473 |
1420 If this policy is left not set, 'AskNotifications' will be used and th
e user will be able to change it.''', | 1474 If this policy is left not set, 'AskNotifications' will be used and th
e user will be able to change it.''', |
1421 }, | 1475 }, |
1422 { | 1476 { |
1423 'name': 'DefaultGeolocationSetting', | 1477 'name': 'DefaultGeolocationSetting', |
1424 'type': 'int-enum', | 1478 'type': 'int-enum', |
1425 'items': [ | 1479 'items': [ |
1426 { | 1480 { |
1427 'name': 'AllowGeolocation', | 1481 'name': 'AllowGeolocation', |
1428 'value': 1, | 1482 'value': 1, |
1429 'caption': '''Allow sites to track the users' physical location''' | 1483 'caption': '''Allow sites to track the users' physical location''' |
1430 }, | 1484 }, |
1431 { | 1485 { |
1432 'name': 'BlockGeolocation', | 1486 'name': 'BlockGeolocation', |
1433 'value': 2, | 1487 'value': 2, |
1434 'caption': '''Do not allow any site to track the users' physical l
ocation''' | 1488 'caption': '''Do not allow any site to track the users' physical l
ocation''' |
1435 }, | 1489 }, |
1436 { | 1490 { |
1437 'name': 'AskGeolocation', | 1491 'name': 'AskGeolocation', |
1438 'value': 3, | 1492 'value': 3, |
1439 'caption': '''Ask whenever a site wants to track the users' physic
al location''' | 1493 'caption': '''Ask whenever a site wants to track the users' physic
al location''' |
1440 }, | 1494 }, |
1441 ], | 1495 ], |
1442 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1496 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1443 'features': {'dynamic_refresh': 1}, | 1497 'features': {'dynamic_refresh': True}, |
1444 'example_value': 0, | 1498 'example_value': 0, |
1445 'id': 54, | 1499 'id': 54, |
1446 'caption': '''Default geolocation setting''', | 1500 'caption': '''Default geolocation setting''', |
1447 'desc': '''Allows you to set whether websites are allowed to track the
users' physical location. Tracking the users' physical location can be allowed
by default, denied by default or the user can be asked every time a website requ
ests the physical location. | 1501 'desc': '''Allows you to set whether websites are allowed to track the
users' physical location. Tracking the users' physical location can be allowed
by default, denied by default or the user can be asked every time a website requ
ests the physical location. |
1448 | 1502 |
1449 If this policy is left not set, 'AskGeolocation' will be used and the
user will be able to change it.''', | 1503 If this policy is left not set, 'AskGeolocation' will be used and the
user will be able to change it.''', |
1450 }, | 1504 }, |
1451 { | 1505 { |
1452 'name': 'AutoSelectCertificateForUrls', | 1506 'name': 'AutoSelectCertificateForUrls', |
1453 'type': 'list', | 1507 'type': 'list', |
1454 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], | 1508 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], |
1455 'features': {'dynamic_refresh': 1}, | 1509 'features': {'dynamic_refresh': True}, |
1456 'example_value': ["{\\\"pattern\\\":\\\"https://www.example.com\\\",\\
\"filter\\\":{\\\"ISSUER\\\":{\\\"CN\\\":\\\"certificate issuer name\\\"}}}"], | 1510 'example_value': ["{\\\"pattern\\\":\\\"https://www.example.com\\\",\\
\"filter\\\":{\\\"ISSUER\\\":{\\\"CN\\\":\\\"certificate issuer name\\\"}}}"], |
1457 'id': 102, | 1511 'id': 102, |
1458 'caption': '''Automatically select client certificates for these sites
''', | 1512 'caption': '''Automatically select client certificates for these sites
''', |
1459 'desc': '''Allows you to specify a list of url patterns that specify s
ites for which <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> should auto
matically select a client certificates, if the site requests a certificate. | 1513 'desc': '''Allows you to specify a list of url patterns that specify s
ites for which <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> should auto
matically select a client certificates, if the site requests a certificate. |
1460 | 1514 |
1461 If this policy is left not set no auto-selection will be done for any
site.''', | 1515 If this policy is left not set no auto-selection will be done for any
site.''', |
1462 }, | 1516 }, |
1463 { | 1517 { |
1464 'name': 'CookiesAllowedForUrls', | 1518 'name': 'CookiesAllowedForUrls', |
1465 'type': 'list', | 1519 'type': 'list', |
1466 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1520 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1467 'features': {'dynamic_refresh': 1}, | 1521 'features': {'dynamic_refresh': True}, |
1468 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1522 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1469 'id': 77, | 1523 'id': 77, |
1470 'caption': '''Allow cookies on these sites''', | 1524 'caption': '''Allow cookies on these sites''', |
1471 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to set cookies. | 1525 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to set cookies. |
1472 | 1526 |
1473 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the
user's personal configuration otherwise.''', | 1527 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the
user's personal configuration otherwise.''', |
1474 }, | 1528 }, |
1475 { | 1529 { |
1476 'name': 'CookiesBlockedForUrls', | 1530 'name': 'CookiesBlockedForUrls', |
1477 'type': 'list', | 1531 'type': 'list', |
1478 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1532 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1479 'features': {'dynamic_refresh': 1}, | 1533 'features': {'dynamic_refresh': True}, |
1480 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1534 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1481 'id': 67, | 1535 'id': 67, |
1482 'caption': '''Block cookies on these sites''', | 1536 'caption': '''Block cookies on these sites''', |
1483 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to set cookies. | 1537 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to set cookies. |
1484 | 1538 |
1485 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the
user's personal configuration otherwise.''', | 1539 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the
user's personal configuration otherwise.''', |
1486 }, | 1540 }, |
1487 { | 1541 { |
1488 'name': 'CookiesSessionOnlyForUrls', | 1542 'name': 'CookiesSessionOnlyForUrls', |
1489 'type': 'list', | 1543 'type': 'list', |
1490 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1544 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1491 'features': {'dynamic_refresh': 1}, | 1545 'features': {'dynamic_refresh': True}, |
1492 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1546 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1493 'id': 68, | 1547 'id': 68, |
1494 'caption': '''Allow session only cookies on these sites''', | 1548 'caption': '''Allow session only cookies on these sites''', |
1495 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to set session only cookies. | 1549 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to set session only cookies. |
1496 | 1550 |
1497 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the
user's personal configuration otherwise.''', | 1551 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultCookiesSetting' policy if it is set, or the
user's personal configuration otherwise.''', |
1498 }, | 1552 }, |
1499 { | 1553 { |
1500 'name': 'ImagesAllowedForUrls', | 1554 'name': 'ImagesAllowedForUrls', |
1501 'type': 'list', | 1555 'type': 'list', |
1502 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1556 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1503 'features': {'dynamic_refresh': 1}, | 1557 'features': {'dynamic_refresh': True}, |
1504 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1558 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1505 'id': 69, | 1559 'id': 69, |
1506 'caption': '''Allow images on these sites''', | 1560 'caption': '''Allow images on these sites''', |
1507 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to display images. | 1561 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to display images. |
1508 | 1562 |
1509 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultImagesSetting' policy if it is set, or the
user's personal configuration otherwise.''', | 1563 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultImagesSetting' policy if it is set, or the
user's personal configuration otherwise.''', |
1510 }, | 1564 }, |
1511 { | 1565 { |
1512 'name': 'ImagesBlockedForUrls', | 1566 'name': 'ImagesBlockedForUrls', |
1513 'type': 'list', | 1567 'type': 'list', |
1514 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1568 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1515 'features': {'dynamic_refresh': 1}, | 1569 'features': {'dynamic_refresh': True}, |
1516 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1570 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1517 'id': 70, | 1571 'id': 70, |
1518 'caption': '''Block images on these sites''', | 1572 'caption': '''Block images on these sites''', |
1519 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to display images. | 1573 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to display images. |
1520 | 1574 |
1521 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultImagesSetting' policy if it is set, or the
user's personal configuration otherwise.''', | 1575 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultImagesSetting' policy if it is set, or the
user's personal configuration otherwise.''', |
1522 }, | 1576 }, |
1523 { | 1577 { |
1524 'name': 'JavaScriptAllowedForUrls', | 1578 'name': 'JavaScriptAllowedForUrls', |
1525 'type': 'list', | 1579 'type': 'list', |
1526 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1580 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1527 'features': {'dynamic_refresh': 1}, | 1581 'features': {'dynamic_refresh': True}, |
1528 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1582 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1529 'id': 71, | 1583 'id': 71, |
1530 'caption': '''Allow JavaScript on these sites''', | 1584 'caption': '''Allow JavaScript on these sites''', |
1531 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to run JavaScript. | 1585 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to run JavaScript. |
1532 | 1586 |
1533 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or
the user's personal configuration otherwise.''', | 1587 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or
the user's personal configuration otherwise.''', |
1534 }, | 1588 }, |
1535 { | 1589 { |
1536 'name': 'JavaScriptBlockedForUrls', | 1590 'name': 'JavaScriptBlockedForUrls', |
1537 'type': 'list', | 1591 'type': 'list', |
1538 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1592 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1539 'features': {'dynamic_refresh': 1}, | 1593 'features': {'dynamic_refresh': True}, |
1540 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1594 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1541 'id': 72, | 1595 'id': 72, |
1542 'caption': '''Block JavaScript on these sites''', | 1596 'caption': '''Block JavaScript on these sites''', |
1543 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to run JavaScript. | 1597 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to run JavaScript. |
1544 | 1598 |
1545 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or
the user's personal configuration otherwise.''', | 1599 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or
the user's personal configuration otherwise.''', |
1546 }, | 1600 }, |
1547 { | 1601 { |
1548 'name': 'PluginsAllowedForUrls', | 1602 'name': 'PluginsAllowedForUrls', |
1549 'type': 'list', | 1603 'type': 'list', |
1550 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1604 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1551 'features': {'dynamic_refresh': 1}, | 1605 'features': {'dynamic_refresh': True}, |
1552 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1606 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1553 'id': 73, | 1607 'id': 73, |
1554 'caption': '''Allow plugins on these sites''', | 1608 'caption': '''Allow plugins on these sites''', |
1555 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to run plugins. | 1609 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to run plugins. |
1556 | 1610 |
1557 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultPluginsSetting' policy if it is set, or the
user's personal configuration otherwise.''', | 1611 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultPluginsSetting' policy if it is set, or the
user's personal configuration otherwise.''', |
1558 }, | 1612 }, |
1559 { | 1613 { |
1560 'name': 'PluginsBlockedForUrls', | 1614 'name': 'PluginsBlockedForUrls', |
1561 'type': 'list', | 1615 'type': 'list', |
1562 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1616 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1563 'features': {'dynamic_refresh': 1}, | 1617 'features': {'dynamic_refresh': True}, |
1564 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1618 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1565 'id': 74, | 1619 'id': 74, |
1566 'caption': '''Block plugins on these sites''', | 1620 'caption': '''Block plugins on these sites''', |
1567 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to run plugins. | 1621 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to run plugins. |
1568 | 1622 |
1569 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultPluginsSetting' policy if it is set, or the
user's personal configuration otherwise.''', | 1623 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultPluginsSetting' policy if it is set, or the
user's personal configuration otherwise.''', |
1570 }, | 1624 }, |
1571 { | 1625 { |
1572 'name': 'PopupsAllowedForUrls', | 1626 'name': 'PopupsAllowedForUrls', |
1573 'type': 'list', | 1627 'type': 'list', |
1574 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1628 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1575 'features': {'dynamic_refresh': 1}, | 1629 'features': {'dynamic_refresh': True}, |
1576 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1630 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1577 'id': 75, | 1631 'id': 75, |
1578 'caption': '''Allow popups on these sites''', | 1632 'caption': '''Allow popups on these sites''', |
1579 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to open popups. | 1633 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to open popups. |
1580 | 1634 |
1581 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultPopupsSetting' policy if it is set, or the
user's personal configuration otherwise.''', | 1635 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultPopupsSetting' policy if it is set, or the
user's personal configuration otherwise.''', |
1582 }, | 1636 }, |
1583 { | 1637 { |
1584 'name': 'PopupsBlockedForUrls', | 1638 'name': 'PopupsBlockedForUrls', |
1585 'type': 'list', | 1639 'type': 'list', |
1586 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1640 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1587 'features': {'dynamic_refresh': 1}, | 1641 'features': {'dynamic_refresh': True}, |
1588 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1642 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1589 'id': 76, | 1643 'id': 76, |
1590 'caption': '''Block popups on these sites''', | 1644 'caption': '''Block popups on these sites''', |
1591 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to open popups. | 1645 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to open popups. |
1592 | 1646 |
1593 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultPopupsSetting' policy if it is set, or the
user's personal configuration otherwise.''', | 1647 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultPopupsSetting' policy if it is set, or the
user's personal configuration otherwise.''', |
1594 }, | 1648 }, |
1595 { | 1649 { |
1596 'name': 'NotificationsAllowedForUrls', | 1650 'name': 'NotificationsAllowedForUrls', |
1597 'type': 'list', | 1651 'type': 'list', |
1598 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], | 1652 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], |
1599 'features': {'dynamic_refresh': 1}, | 1653 'features': {'dynamic_refresh': True}, |
1600 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1654 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1601 'id': 105, | 1655 'id': 105, |
1602 'caption': '''Allow notifications on these sites''', | 1656 'caption': '''Allow notifications on these sites''', |
1603 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to display notifications. | 1657 'desc': '''Allows you to set a list of url patterns that specify sites
which are allowed to display notifications. |
1604 | 1658 |
1605 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultNotificationsSetting' policy if it is set,
or the user's personal configuration otherwise.''', | 1659 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultNotificationsSetting' policy if it is set,
or the user's personal configuration otherwise.''', |
1606 }, | 1660 }, |
1607 { | 1661 { |
1608 'name': 'NotificationsBlockedForUrls', | 1662 'name': 'NotificationsBlockedForUrls', |
1609 'type': 'list', | 1663 'type': 'list', |
1610 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], | 1664 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], |
1611 'features': {'dynamic_refresh': 1}, | 1665 'features': {'dynamic_refresh': True}, |
1612 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1666 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1613 'id': 106, | 1667 'id': 106, |
1614 'caption': '''Block notifications on these sites''', | 1668 'caption': '''Block notifications on these sites''', |
1615 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to display notifications. | 1669 'desc': '''Allows you to set a list of url patterns that specify sites
which are not allowed to display notifications. |
1616 | 1670 |
1617 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultNotificationsSetting' policy if it is set,
or the user's personal configuration otherwise.''', | 1671 If this policy is left not set the global default value will be used f
or all sites either from the 'DefaultNotificationsSetting' policy if it is set,
or the user's personal configuration otherwise.''', |
1618 } | 1672 } |
1619 ], | 1673 ], |
1620 }, | 1674 }, |
1621 { | 1675 { |
1622 'name': 'Disable3DAPIs', | 1676 'name': 'Disable3DAPIs', |
1623 'type': 'main', | 1677 'type': 'main', |
1624 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], | 1678 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], |
1625 'features': {'dynamic_refresh': 0}, | 1679 'features': {'dynamic_refresh': False}, |
1626 'example_value': False, | 1680 'example_value': False, |
1627 'id': 55, | 1681 'id': 55, |
1628 'caption': '''Disable support for 3D graphics APIs''', | 1682 'caption': '''Disable support for 3D graphics APIs''', |
1629 'desc': '''Disable support for 3D graphics APIs. | 1683 'desc': '''Disable support for 3D graphics APIs. |
1630 | 1684 |
1631 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. | 1685 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. |
1632 | 1686 |
1633 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.''', | 1687 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.''', |
1634 }, | 1688 }, |
1635 { | 1689 { |
1636 'name': 'PolicyRefreshRate', | 1690 'name': 'PolicyRefreshRate', |
1637 'type': 'int', | 1691 'type': 'int', |
1638 'supported_on': ['chrome_os:0.11-'], | 1692 'supported_on': ['chrome_os:0.11-'], |
1639 'features': {'dynamic_refresh': 1}, | 1693 'features': {'dynamic_refresh': True}, |
1640 'example_value': 3600000, | 1694 'example_value': 3600000, |
1641 'id': 56, | 1695 'id': 56, |
1642 'caption': '''Refresh rate for user policy''', | 1696 'caption': '''Refresh rate for user policy''', |
1643 'desc': '''Specifies the period in milliseconds at which the device manage
ment service is queried for user policy information. | 1697 'desc': '''Specifies the period in milliseconds at which the device manage
ment service is queried for user policy information. |
1644 | 1698 |
1645 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. | 1699 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. |
1646 | 1700 |
1647 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.''', | 1701 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.''', |
1648 }, | 1702 }, |
1649 { | 1703 { |
(...skipping 14 matching lines...) Expand all Loading... |
1664 'value': 0, | 1718 'value': 0, |
1665 'caption': '''Use the host browser by default''' | 1719 'caption': '''Use the host browser by default''' |
1666 }, | 1720 }, |
1667 { | 1721 { |
1668 'name': 'RenderInChromeFrame', | 1722 'name': 'RenderInChromeFrame', |
1669 'value': 1, | 1723 'value': 1, |
1670 'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom
e Frame</ex></ph> by default''' | 1724 'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom
e Frame</ex></ph> by default''' |
1671 }, | 1725 }, |
1672 ], | 1726 ], |
1673 'supported_on': ['chrome_frame:8-'], | 1727 'supported_on': ['chrome_frame:8-'], |
1674 'features': {'dynamic_refresh': 0}, | 1728 'features': {'dynamic_refresh': False}, |
1675 'example_value': 1, | 1729 'example_value': 1, |
1676 'id': 57, | 1730 'id': 57, |
1677 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">
$3<ex>Google Chrome Frame</ex></ph>''', | 1731 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">
$3<ex>Google Chrome Frame</ex></ph>''', |
1678 'desc': '''Allows you to configure the default HTML renderer when <ph
name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> is installed. | 1732 'desc': '''Allows you to configure the default HTML renderer when <ph
name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> is installed. |
1679 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.''', | 1733 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.''', |
1680 }, | 1734 }, |
1681 { | 1735 { |
1682 'name': 'RenderInChromeFrameList', | 1736 'name': 'RenderInChromeFrameList', |
1683 'type': 'list', | 1737 'type': 'list', |
1684 'supported_on': ['chrome_frame:8-'], | 1738 'supported_on': ['chrome_frame:8-'], |
1685 'features': {'dynamic_refresh': 0}, | 1739 'features': {'dynamic_refresh': False}, |
1686 'example_value': ['http://www.example.com', 'http://www.example.edu'], | 1740 'example_value': ['http://www.example.com', 'http://www.example.edu'], |
1687 'id': 58, | 1741 'id': 58, |
1688 'caption': '''Always render the following URL patterns in <ph name="PR
ODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', | 1742 'caption': '''Always render the following URL patterns in <ph name="PR
ODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', |
1689 '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>. | 1743 '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>. |
1690 | 1744 |
1691 If this policy is not set the default renderer will be used for all si
tes as specified by the 'ChromeFrameRendererSettings' policy. | 1745 If this policy is not set the default renderer will be used for all si
tes as specified by the 'ChromeFrameRendererSettings' policy. |
1692 | 1746 |
1693 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', | 1747 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', |
1694 }, | 1748 }, |
1695 { | 1749 { |
1696 'name': 'RenderInHostList', | 1750 'name': 'RenderInHostList', |
1697 'type': 'list', | 1751 'type': 'list', |
1698 'supported_on': ['chrome_frame:8-'], | 1752 'supported_on': ['chrome_frame:8-'], |
1699 'features': {'dynamic_refresh': 0}, | 1753 'features': {'dynamic_refresh': False}, |
1700 'example_value': ['http://www.example.com', 'http://www.example.edu'], | 1754 'example_value': ['http://www.example.com', 'http://www.example.edu'], |
1701 'id': 59, | 1755 'id': 59, |
1702 'caption': '''Always render the following URL patterns in the host bro
wser''', | 1756 'caption': '''Always render the following URL patterns in the host bro
wser''', |
1703 'desc': '''Customize the list of URL patterns that should always be re
ndered by the host browser. | 1757 'desc': '''Customize the list of URL patterns that should always be re
ndered by the host browser. |
1704 | 1758 |
1705 If this policy is not set the default renderer will be used for all si
tes as specified by the 'ChromeFrameRendererSettings' policy. | 1759 If this policy is not set the default renderer will be used for all si
tes as specified by the 'ChromeFrameRendererSettings' policy. |
1706 | 1760 |
1707 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', | 1761 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', |
1708 }, | 1762 }, |
1709 ], | 1763 ], |
1710 }, | 1764 }, |
1711 { | 1765 { |
1712 'name': 'ChromeFrameContentTypes', | 1766 'name': 'ChromeFrameContentTypes', |
1713 'type': 'group', | 1767 'type': 'group', |
1714 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram
e</ex></ph> to handle the following content types.''', | 1768 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram
e</ex></ph> to handle the following content types.''', |
1715 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</
ex></ph> to handle the following content types.''', | 1769 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</
ex></ph> to handle the following content types.''', |
1716 'policies': [ | 1770 'policies': [ |
1717 { | 1771 { |
1718 'name': 'ChromeFrameContentTypes', | 1772 'name': 'ChromeFrameContentTypes', |
1719 'type': 'list', | 1773 'type': 'list', |
1720 'supported_on': ['chrome_frame:8-'], | 1774 'supported_on': ['chrome_frame:8-'], |
1721 'features': {'dynamic_refresh': 0}, | 1775 'features': {'dynamic_refresh': False}, |
1722 'example_value': ['text/xml', 'application/xml'], | 1776 'example_value': ['text/xml', 'application/xml'], |
1723 'id': 60, | 1777 'id': 60, |
1724 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome
Frame</ex></ph> to handle the listed content types.''', | 1778 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome
Frame</ex></ph> to handle the listed content types.''', |
1725 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra
me</ex></ph> to handle the listed content types. | 1779 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra
me</ex></ph> to handle the listed content types. |
1726 | 1780 |
1727 If this policy is not set the default renderer will be used for all si
tes as specified by the 'ChromeFrameRendererSettings' policy.''', | 1781 If this policy is not set the default renderer will be used for all si
tes as specified by the 'ChromeFrameRendererSettings' policy.''', |
1728 }, | 1782 }, |
1729 ], | 1783 ], |
1730 }, | 1784 }, |
1731 { | 1785 { |
1732 'name': 'ChromeOsLockOnIdleSuspend', | 1786 'name': 'ChromeOsLockOnIdleSuspend', |
1733 'type': 'main', | 1787 'type': 'main', |
1734 'supported_on': ['chrome_os:0.9-'], | 1788 'supported_on': ['chrome_os:0.9-'], |
1735 'features': {'dynamic_refresh': 1}, | 1789 'features': { |
| 1790 'dynamic_refresh': True, |
| 1791 'can_be_recommended': True, |
| 1792 }, |
1736 'example_value': True, | 1793 'example_value': True, |
1737 'id': 61, | 1794 'id': 61, |
1738 'caption': '''Enable lock when ChromeOS devices become idle or suspended.'
'', | 1795 'caption': '''Enable lock when ChromeOS devices become idle or suspended.'
'', |
1739 'desc': '''Enable lock when ChromeOS devices become idle or suspended. | 1796 'desc': '''Enable lock when ChromeOS devices become idle or suspended. |
1740 | 1797 |
1741 If you enable this setting, users will be asked for a password to unlock C
hromeOS devices from sleep. | 1798 If you enable this setting, users will be asked for a password to unlock C
hromeOS devices from sleep. |
1742 | 1799 |
1743 If you disable this setting, users will not be asked for a password to wak
e ChromeOS devices from sleep. | 1800 If you disable this setting, users will not be asked for a password to wak
e ChromeOS devices from sleep. |
1744 | 1801 |
1745 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>. | 1802 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph>. |
1746 | 1803 |
1747 If the policy is left not set the user can choose whether he wants to be a
sked for password to unlock the device or not.''', | 1804 If the policy is left not set the user can choose whether he wants to be a
sked for password to unlock the device or not.''', |
1748 }, | 1805 }, |
1749 { | 1806 { |
1750 'name': 'InstantEnabled', | 1807 'name': 'InstantEnabled', |
1751 'type': 'main', | 1808 'type': 'main', |
1752 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1809 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1753 'features': {'dynamic_refresh': 1}, | 1810 'features': { |
| 1811 'dynamic_refresh': True, |
| 1812 'can_be_recommended': True, |
| 1813 }, |
1754 'example_value': True, | 1814 'example_value': True, |
1755 'id': 62, | 1815 'id': 62, |
1756 'caption': '''Enable Instant''', | 1816 'caption': '''Enable Instant''', |
1757 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Instant feature and prevents users from changing this setting. | 1817 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Instant feature and prevents users from changing this setting. |
1758 | 1818 |
1759 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> Instant is enabled. | 1819 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> Instant is enabled. |
1760 | 1820 |
1761 If you disable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</
ex></ph> Instant is disabled. | 1821 If you disable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</
ex></ph> Instant is disabled. |
1762 | 1822 |
1763 If you enable or disable this setting, users cannot change or override thi
s setting. | 1823 If you enable or disable this setting, users cannot change or override thi
s setting. |
1764 | 1824 |
1765 If this setting is left not set the user can decide to use this function o
r not.''', | 1825 If this setting is left not set the user can decide to use this function o
r not.''', |
1766 }, | 1826 }, |
1767 { | 1827 { |
1768 'name': 'TranslateEnabled', | 1828 'name': 'TranslateEnabled', |
1769 'type': 'main', | 1829 'type': 'main', |
1770 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], | 1830 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], |
1771 'features': {'dynamic_refresh': 1}, | 1831 'features': { |
| 1832 'dynamic_refresh': True, |
| 1833 'can_be_recommended': True, |
| 1834 }, |
1772 'example_value': True, | 1835 'example_value': True, |
1773 'id': 80, | 1836 'id': 80, |
1774 'caption': '''Enable Translate''', | 1837 'caption': '''Enable Translate''', |
1775 'desc': '''Enables the integrated Google Translate service on <ph name="PR
ODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 1838 'desc': '''Enables the integrated Google Translate service on <ph name="PR
ODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
1776 | 1839 |
1777 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will show an integrated toolbar offering to translate the page for the u
ser, when appropriate. | 1840 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will show an integrated toolbar offering to translate the page for the u
ser, when appropriate. |
1778 | 1841 |
1779 If you disable this setting, users will never see the translation bar. | 1842 If you disable this setting, users will never see the translation bar. |
1780 | 1843 |
1781 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 1844 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
1782 | 1845 |
1783 If this setting is left not set the user can decide to use this function o
r not.''', | 1846 If this setting is left not set the user can decide to use this function o
r not.''', |
1784 }, | 1847 }, |
1785 { | 1848 { |
1786 'name': 'AllowOutdatedPlugins', | 1849 'name': 'AllowOutdatedPlugins', |
1787 'type': 'main', | 1850 'type': 'main', |
1788 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], | 1851 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], |
1789 'features': {'dynamic_refresh': 1}, | 1852 'features': {'dynamic_refresh': True}, |
1790 'example_value': True, | 1853 'example_value': True, |
1791 'id': 81, | 1854 'id': 81, |
1792 'caption': '''Allow running plugins that are outdated''', | 1855 'caption': '''Allow running plugins that are outdated''', |
1793 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to
run plugins that are outdated. | 1856 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to
run plugins that are outdated. |
1794 | 1857 |
1795 If you enable this setting, outdated plugins are used as normal plugins. | 1858 If you enable this setting, outdated plugins are used as normal plugins. |
1796 | 1859 |
1797 If you disable this setting, outdated plugins will not be used and users w
ill not be asked for permission to run them. | 1860 If you disable this setting, outdated plugins will not be used and users w
ill not be asked for permission to run them. |
1798 | 1861 |
1799 If this setting is not set, users will be asked for permission to run outd
ated plugins.''', | 1862 If this setting is not set, users will be asked for permission to run outd
ated plugins.''', |
1800 }, | 1863 }, |
1801 { | 1864 { |
1802 'name': 'AlwaysAuthorizePlugins', | 1865 'name': 'AlwaysAuthorizePlugins', |
1803 'type': 'main', | 1866 'type': 'main', |
1804 'supported_on': ['chrome.*:13-', 'chrome_os:0.13-'], | 1867 'supported_on': ['chrome.*:13-', 'chrome_os:0.13-'], |
1805 'features': {'dynamic_refresh': 1}, | 1868 'features': {'dynamic_refresh': True}, |
1806 'example_value': True, | 1869 'example_value': True, |
1807 'id': 86, | 1870 'id': 86, |
1808 'caption': '''Always runs plugins that require authorization''', | 1871 'caption': '''Always runs plugins that require authorization''', |
1809 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to
run plugins that require authorization. | 1872 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to
run plugins that require authorization. |
1810 | 1873 |
1811 If you enable this setting, plugins that are not outdated always run. | 1874 If you enable this setting, plugins that are not outdated always run. |
1812 | 1875 |
1813 If this setting is disabled or not set, users will be asked for permission
to run plugins that require authorization. These are plugins that can compromis
e security.''', | 1876 If this setting is disabled or not set, users will be asked for permission
to run plugins that require authorization. These are plugins that can compromis
e security.''', |
1814 }, | 1877 }, |
1815 { | 1878 { |
1816 'name': 'BookmarkBarEnabled', | 1879 'name': 'BookmarkBarEnabled', |
1817 'type': 'main', | 1880 'type': 'main', |
1818 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], | 1881 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], |
1819 'features': {'dynamic_refresh': 1}, | 1882 'features': { |
| 1883 'dynamic_refresh': True, |
| 1884 'can_be_recommended': True, |
| 1885 }, |
1820 'example_value': True, | 1886 'example_value': True, |
1821 'id': 82, | 1887 'id': 82, |
1822 'caption': '''Enable Bookmark Bar''', | 1888 'caption': '''Enable Bookmark Bar''', |
1823 'desc': '''Enables the bookmark bar on <ph name="PRODUCT_NAME">$1<ex>Googl
e Chrome</ex></ph>. | 1889 'desc': '''Enables the bookmark bar on <ph name="PRODUCT_NAME">$1<ex>Googl
e Chrome</ex></ph>. |
1824 | 1890 |
1825 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will show a bookmark bar. | 1891 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will show a bookmark bar. |
1826 | 1892 |
1827 If you disable this setting, users will never see the bookmark bar. | 1893 If you disable this setting, users will never see the bookmark bar. |
1828 | 1894 |
1829 If you enable or disable this setting, users cannot change or override it
in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 1895 If you enable or disable this setting, users cannot change or override it
in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
1830 | 1896 |
1831 If this setting is left not set the user can decide to use this function o
r not.''', | 1897 If this setting is left not set the user can decide to use this function o
r not.''', |
1832 }, | 1898 }, |
1833 { | 1899 { |
1834 'name': 'EditBookmarksEnabled', | 1900 'name': 'EditBookmarksEnabled', |
1835 'type': 'main', | 1901 'type': 'main', |
1836 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], | 1902 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], |
1837 'features': {'dynamic_refresh': 1}, | 1903 'features': {'dynamic_refresh': True}, |
1838 'example_value': False, | 1904 'example_value': False, |
1839 'id': 83, | 1905 'id': 83, |
1840 'caption': '''Enables or disables bookmark editing''', | 1906 'caption': '''Enables or disables bookmark editing''', |
1841 'desc': '''Enables or disables editing bookmarks in <ph name="PRODUCT_NAME
">$1<ex>Google Chrome</ex></ph>. | 1907 'desc': '''Enables or disables editing bookmarks in <ph name="PRODUCT_NAME
">$1<ex>Google Chrome</ex></ph>. |
1842 | 1908 |
1843 If you enable this setting, bookmarks can be added, removed or modified. T
his is the default also when this policy is not set. | 1909 If you enable this setting, bookmarks can be added, removed or modified. T
his is the default also when this policy is not set. |
1844 | 1910 |
1845 If you disable this setting, bookmarks can not be added, removed or modifi
ed. Existing bookmarks are still available.''', | 1911 If you disable this setting, bookmarks can not be added, removed or modifi
ed. Existing bookmarks are still available.''', |
1846 }, | 1912 }, |
1847 { | 1913 { |
1848 'name': 'AllowFileSelectionDialogs', | 1914 'name': 'AllowFileSelectionDialogs', |
1849 'type': 'main', | 1915 'type': 'main', |
1850 'supported_on': ['chrome.*:12-'], | 1916 'supported_on': ['chrome.*:12-'], |
1851 'features': {'dynamic_refresh': 1}, | 1917 'features': {'dynamic_refresh': True}, |
1852 'example_value': True, | 1918 'example_value': True, |
1853 'id': 84, | 1919 'id': 84, |
1854 'caption': '''Allow invocation of file selection dialogs.''', | 1920 'caption': '''Allow invocation of file selection dialogs.''', |
1855 '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
. | 1921 '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
. |
1856 | 1922 |
1857 If you enable this setting, users can open file selection dialogs as norma
l. | 1923 If you enable this setting, users can open file selection dialogs as norma
l. |
1858 | 1924 |
1859 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. | 1925 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. |
1860 | 1926 |
1861 If this setting is not set, users can open file selection dialogs as norma
l.''', | 1927 If this setting is not set, users can open file selection dialogs as norma
l.''', |
1862 }, | 1928 }, |
1863 { | 1929 { |
1864 'name': 'GCFUserDataDir', | 1930 'name': 'GCFUserDataDir', |
1865 'type': 'string', | 1931 'type': 'string', |
1866 'supported_on': ['chrome_frame:12-'], | 1932 'supported_on': ['chrome_frame:12-'], |
1867 'features': {'dynamic_refresh': 0}, | 1933 'features': {'dynamic_refresh': False}, |
1868 'example_value': '${user_home}/Chrome Frame', | 1934 'example_value': '${user_home}/Chrome Frame', |
1869 'id': 87, | 1935 'id': 87, |
1870 'caption': '''Set <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame</ex></
ph> user data directory''', | 1936 'caption': '''Set <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame</ex></
ph> user data directory''', |
1871 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$3<ex>Goo
gle Chrome Frame</ex></ph> will use for storing user data. | 1937 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$3<ex>Goo
gle Chrome Frame</ex></ph> will use for storing user data. |
1872 | 1938 |
1873 If you set this policy, <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame<
/ex></ph> will use the provided directory. | 1939 If you set this policy, <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame<
/ex></ph> will use the provided directory. |
1874 | 1940 |
1875 If this setting is left not set the default profile directory will be used
.''', | 1941 If this setting is left not set the default profile directory will be used
.''', |
1876 'label': '''Set user data directory''', | 1942 'label': '''Set user data directory''', |
1877 }, | 1943 }, |
1878 { | 1944 { |
1879 'name': 'DevicePolicyRefreshRate', | 1945 'name': 'DevicePolicyRefreshRate', |
1880 'type': 'int', | 1946 'type': 'int', |
1881 'supported_on': ['chrome_os:0.11-'], | 1947 'supported_on': ['chrome_os:0.11-'], |
1882 'device_only': True, | 1948 'device_only': True, |
1883 'features': {'dynamic_refresh': 1}, | 1949 'features': {'dynamic_refresh': True}, |
1884 'example_value': 3600000, | 1950 'example_value': 3600000, |
1885 'id': 90, | 1951 'id': 90, |
1886 'caption': '''Refresh rate for Device Policy''', | 1952 'caption': '''Refresh rate for Device Policy''', |
1887 'desc': '''Specifies the period in milliseconds at which the device manage
ment service is queried for device policy information. | 1953 'desc': '''Specifies the period in milliseconds at which the device manage
ment service is queried for device policy information. |
1888 | 1954 |
1889 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. | 1955 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. |
1890 | 1956 |
1891 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.''', | 1957 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.''', |
1892 }, | 1958 }, |
1893 { | 1959 { |
(...skipping 11 matching lines...) Expand all Loading... |
1905 'caption': '''Beta channel''' | 1971 'caption': '''Beta channel''' |
1906 }, | 1972 }, |
1907 { | 1973 { |
1908 'name': 'DevChannel', | 1974 'name': 'DevChannel', |
1909 'value': 'dev-channel', | 1975 'value': 'dev-channel', |
1910 'caption': '''Dev channel (may be unstable)''' | 1976 'caption': '''Dev channel (may be unstable)''' |
1911 } | 1977 } |
1912 ], | 1978 ], |
1913 'supported_on': ['chrome_os:0.11-'], | 1979 'supported_on': ['chrome_os:0.11-'], |
1914 'device_only': True, | 1980 'device_only': True, |
1915 'features': {'dynamic_refresh': 1}, | 1981 'features': {'dynamic_refresh': True}, |
1916 'example_value': 'stable-channel', | 1982 'example_value': 'stable-channel', |
1917 'id': 91, | 1983 'id': 91, |
1918 'caption': '''Release channel''', | 1984 'caption': '''Release channel''', |
1919 'desc': '''Specifies the release channel that this device should be locked
to.''' | 1985 'desc': '''Specifies the release channel that this device should be locked
to.''' |
1920 }, | 1986 }, |
1921 { | 1987 { |
1922 'name': 'ImportBookmarks', | 1988 'name': 'ImportBookmarks', |
1923 'type': 'main', | 1989 'type': 'main', |
1924 'supported_on': ['chrome.*:15-'], | 1990 'supported_on': ['chrome.*:15-'], |
1925 'features': {'dynamic_refresh': 1}, | 1991 'features': { |
| 1992 'dynamic_refresh': True, |
| 1993 'can_be_recommended': True, |
| 1994 }, |
1926 'example_value': True, | 1995 'example_value': True, |
1927 'id': 97, | 1996 'id': 97, |
1928 'caption': '''Import bookmarks from default browser on first run''', | 1997 'caption': '''Import bookmarks from default browser on first run''', |
1929 'desc': '''This policy forces bookmarks to be imported from the current de
fault browser if enabled. If enabled, this policy also affects the import dialog
. | 1998 'desc': '''This policy forces bookmarks to be imported from the current de
fault browser if enabled. If enabled, this policy also affects the import dialog
. |
1930 | 1999 |
1931 If disabled, no bookmarks are imported. | 2000 If disabled, no bookmarks are imported. |
1932 | 2001 |
1933 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', | 2002 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', |
1934 'label': '''Import bookmarks from default browser on first run''', | 2003 'label': '''Import bookmarks from default browser on first run''', |
1935 }, | 2004 }, |
1936 { | 2005 { |
1937 'name': 'ImportHistory', | 2006 'name': 'ImportHistory', |
1938 'type': 'main', | 2007 'type': 'main', |
1939 'supported_on': ['chrome.*:15-'], | 2008 'supported_on': ['chrome.*:15-'], |
1940 'features': {'dynamic_refresh': 1}, | 2009 'features': { |
| 2010 'dynamic_refresh': True, |
| 2011 'can_be_recommended': True, |
| 2012 }, |
1941 'example_value': True, | 2013 'example_value': True, |
1942 'id': 98, | 2014 'id': 98, |
1943 'caption': '''Import browsing history from default browser on first run'''
, | 2015 'caption': '''Import browsing history from default browser on first run'''
, |
1944 'desc': '''This policy forces the browsing history to be imported from the
current default browser if enabled. If enabled, this policy also affects the im
port dialog. | 2016 'desc': '''This policy forces the browsing history to be imported from the
current default browser if enabled. If enabled, this policy also affects the im
port dialog. |
1945 | 2017 |
1946 If disabled, no browsing history is imported. | 2018 If disabled, no browsing history is imported. |
1947 | 2019 |
1948 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', | 2020 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', |
1949 'label': '''Import browsing history from default browser on first run''', | 2021 'label': '''Import browsing history from default browser on first run''', |
1950 }, | 2022 }, |
1951 { | 2023 { |
1952 'name': 'ImportHomepage', | 2024 'name': 'ImportHomepage', |
1953 'type': 'main', | 2025 'type': 'main', |
1954 'supported_on': ['chrome.*:15-'], | 2026 'supported_on': ['chrome.*:15-'], |
1955 'features': {'dynamic_refresh': 1}, | 2027 'features': { |
| 2028 'dynamic_refresh': True, |
| 2029 'can_be_recommended': True, |
| 2030 }, |
1956 'example_value': True, | 2031 'example_value': True, |
1957 'id': 99, | 2032 'id': 99, |
1958 'caption': '''Import of homepage from default browser on first run''', | 2033 'caption': '''Import of homepage from default browser on first run''', |
1959 'desc': '''This policy forces the home page to be imported from the curren
t default browser if enabled. | 2034 'desc': '''This policy forces the home page to be imported from the curren
t default browser if enabled. |
1960 | 2035 |
1961 If disabled, the home page is not imported. | 2036 If disabled, the home page is not imported. |
1962 | 2037 |
1963 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', | 2038 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', |
1964 'label': '''Import of homepage from default browser on first run''', | 2039 'label': '''Import of homepage from default browser on first run''', |
1965 }, | 2040 }, |
1966 { | 2041 { |
1967 'name': 'ImportSearchEngine', | 2042 'name': 'ImportSearchEngine', |
1968 'type': 'main', | 2043 'type': 'main', |
1969 'supported_on': ['chrome.*:15-'], | 2044 'supported_on': ['chrome.*:15-'], |
1970 'features': {'dynamic_refresh': 1}, | 2045 'features': { |
| 2046 'dynamic_refresh': True, |
| 2047 'can_be_recommended': True, |
| 2048 }, |
1971 'example_value': True, | 2049 'example_value': True, |
1972 'id': 100, | 2050 'id': 100, |
1973 'caption': '''Import search engines from default browser on first run''', | 2051 'caption': '''Import search engines from default browser on first run''', |
1974 '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. | 2052 '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. |
1975 | 2053 |
1976 If disabled, the default search engine is not imported. | 2054 If disabled, the default search engine is not imported. |
1977 | 2055 |
1978 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', | 2056 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', |
1979 'label': '''Import search engines from default browser on first run''', | 2057 'label': '''Import search engines from default browser on first run''', |
1980 }, | 2058 }, |
1981 { | 2059 { |
1982 'name': 'ImportSavedPasswords', | 2060 'name': 'ImportSavedPasswords', |
1983 'type': 'main', | 2061 'type': 'main', |
1984 'supported_on': ['chrome.*:15-'], | 2062 'supported_on': ['chrome.*:15-'], |
1985 'features': {'dynamic_refresh': 1}, | 2063 'features': { |
| 2064 'dynamic_refresh': True, |
| 2065 'can_be_recommended': True, |
| 2066 }, |
1986 'example_value': True, | 2067 'example_value': True, |
1987 'id': 101, | 2068 'id': 101, |
1988 'caption': '''Import saved passwords from default browser on first run''', | 2069 'caption': '''Import saved passwords from default browser on first run''', |
1989 '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. | 2070 '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. |
1990 | 2071 |
1991 If disabled, the saved passwords are not imported. | 2072 If disabled, the saved passwords are not imported. |
1992 | 2073 |
1993 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', | 2074 If it is not set, the user may be asked whether to import, or importing ma
y happen automatically.''', |
1994 'label': '''Import saved passwords from default browser on first run''', | 2075 'label': '''Import saved passwords from default browser on first run''', |
1995 }, | 2076 }, |
1996 { | 2077 { |
1997 'name': 'MaxConnectionsPerProxy', | 2078 'name': 'MaxConnectionsPerProxy', |
1998 'type': 'int', | 2079 'type': 'int', |
1999 'supported_on': ['chrome.*:14-','chrome_os:0.14-'], | 2080 'supported_on': ['chrome.*:14-','chrome_os:0.14-'], |
2000 'features': {'dynamic_refresh': 0}, | 2081 'features': {'dynamic_refresh': False}, |
2001 'example_value': 32, | 2082 'example_value': 32, |
2002 'id': 92, | 2083 'id': 92, |
2003 'caption': '''Maximal number of concurrent connections to the proxy server
''', | 2084 'caption': '''Maximal number of concurrent connections to the proxy server
''', |
2004 'desc': '''Specifies the maximal number of simultanious connections to the
proxy server. | 2085 'desc': '''Specifies the maximal number of simultanious connections to the
proxy server. |
2005 | 2086 |
2006 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. | 2087 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. |
2007 | 2088 |
2008 The value of this policy should be lower than 100 and higher than 6 and th
e default value is 32. | 2089 The value of this policy should be lower than 100 and higher than 6 and th
e default value is 32. |
2009 | 2090 |
2010 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. | 2091 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. |
2011 | 2092 |
2012 If this policy is left not set the default value will be used which is 32.
''', | 2093 If this policy is left not set the default value will be used which is 32.
''', |
2013 }, | 2094 }, |
2014 { | 2095 { |
2015 'name': 'HideWebStorePromo', | 2096 'name': 'HideWebStorePromo', |
2016 'type': 'main', | 2097 'type': 'main', |
2017 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], | 2098 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], |
2018 'features': {'dynamic_refresh': 0}, | 2099 'features': {'dynamic_refresh': False}, |
2019 'example_value': False, | 2100 'example_value': False, |
2020 'id': 96, | 2101 'id': 96, |
2021 'caption': '''Prevent app promotions from appearing on the new tab page'''
, | 2102 'caption': '''Prevent app promotions from appearing on the new tab page'''
, |
2022 'desc': '''When set to True, promotions for Chrome Web Store apps will not
appear on the new tab page. | 2103 'desc': '''When set to True, promotions for Chrome Web Store apps will not
appear on the new tab page. |
2023 | 2104 |
2024 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''', | 2105 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''', |
2025 }, | 2106 }, |
2026 { | 2107 { |
2027 'name': 'URLBlacklist', | 2108 'name': 'URLBlacklist', |
2028 'type': 'list', | 2109 'type': 'list', |
2029 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], | 2110 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], |
2030 'features': {'dynamic_refresh': 1}, | 2111 'features': {'dynamic_refresh': True}, |
2031 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba
d_path', 'http://server:8080/path', '.exact.hostname.com', '*'], | 2112 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba
d_path', 'http://server:8080/path', '.exact.hostname.com', '*'], |
2032 'id': 103, | 2113 'id': 103, |
2033 'caption': '''Block access to a list of URLs''', | 2114 'caption': '''Block access to a list of URLs''', |
2034 'desc': '''Blocks access to the listed URLs. | 2115 'desc': '''Blocks access to the listed URLs. |
2035 | 2116 |
2036 This policy prevents the user from loading web pages from blacklisted URLs
. | 2117 This policy prevents the user from loading web pages from blacklisted URLs
. |
2037 | 2118 |
2038 A URL has the format 'scheme://host:port/path'. | 2119 A URL has the format 'scheme://host:port/path'. |
2039 The optional scheme can be http, https or ftp. Only this scheme will be bl
ocked; if none is specified, all schemes are blocked. | 2120 The optional scheme can be http, https or ftp. Only this scheme will be bl
ocked; if none is specified, all schemes are blocked. |
2040 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. | 2121 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. |
2041 The optional port is a valid port number from 1 to 65535. If none is speci
fied, all ports are blocked. | 2122 The optional port is a valid port number from 1 to 65535. If none is speci
fied, all ports are blocked. |
2042 If the optional path is specified, only paths with that prefix will be blo
cked. | 2123 If the optional path is specified, only paths with that prefix will be blo
cked. |
2043 | 2124 |
2044 Exceptions can be defined in the URL whitelist policy. These policies are
limited to 100 entries; subsequent entries will be ignored. | 2125 Exceptions can be defined in the URL whitelist policy. These policies are
limited to 100 entries; subsequent entries will be ignored. |
2045 | 2126 |
2046 If this policy is not set no URL will be blacklisted in the browser.''', | 2127 If this policy is not set no URL will be blacklisted in the browser.''', |
2047 }, | 2128 }, |
2048 { | 2129 { |
2049 'name': 'URLWhitelist', | 2130 'name': 'URLWhitelist', |
2050 'type': 'list', | 2131 'type': 'list', |
2051 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], | 2132 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], |
2052 'features': {'dynamic_refresh': 1}, | 2133 'features': {'dynamic_refresh': True}, |
2053 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba
d_path', 'http://server:8080/path', '.exact.hostname.com'], | 2134 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba
d_path', 'http://server:8080/path', '.exact.hostname.com'], |
2054 'id': 104, | 2135 'id': 104, |
2055 'caption': '''Allows access to a list of URLs''', | 2136 'caption': '''Allows access to a list of URLs''', |
2056 'desc': '''Allows access to the listed URLs, as exceptions to the URL blac
klist. | 2137 'desc': '''Allows access to the listed URLs, as exceptions to the URL blac
klist. |
2057 | 2138 |
2058 See the description of the URL blacklist policy for the format of entries
of this list. | 2139 See the description of the URL blacklist policy for the format of entries
of this list. |
2059 | 2140 |
2060 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. | 2141 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. |
2061 | 2142 |
2062 The most specific filter will determine if a URL is blocked or allowed. Th
e whitelist takes precedence over the blacklist. | 2143 The most specific filter will determine if a URL is blocked or allowed. Th
e whitelist takes precedence over the blacklist. |
2063 | 2144 |
2064 This policy is limited to 100 entries; subsequent entries will be ignored. | 2145 This policy is limited to 100 entries; subsequent entries will be ignored. |
2065 | 2146 |
2066 If this policy is not set there will be no exceptions to the blacklist fro
m the 'URLBlacklist' policy.''', | 2147 If this policy is not set there will be no exceptions to the blacklist fro
m the 'URLBlacklist' policy.''', |
2067 }, | 2148 }, |
2068 { | 2149 { |
2069 'name': 'OpenNetworkConfiguration', | 2150 'name': 'OpenNetworkConfiguration', |
2070 'type': 'string', | 2151 'type': 'string', |
2071 'supported_on': ['chrome_os:0.16-'], | 2152 'supported_on': ['chrome_os:0.16-'], |
2072 'features': {'dynamic_refresh': 1}, | 2153 'features': {'dynamic_refresh': True}, |
2073 'future': False, | 2154 'future': False, |
2074 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7
a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my
WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', | 2155 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7
a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my
WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', |
2075 'id': 107, | 2156 'id': 107, |
2076 'caption': '''User-level network configuration''', | 2157 'caption': '''User-level network configuration''', |
2077 'desc': '''Allows pushing network configuration to be applied per-user to
a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The network con
figuration is a JSON-formatted string as defined by the Open Network Configurati
on format described at https://sites.google.com/a/chromium.org/dev/chromium-os/c
hromiumos-design-docs/open-network-configuration''', | 2158 'desc': '''Allows pushing network configuration to be applied per-user to
a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The network con
figuration is a JSON-formatted string as defined by the Open Network Configurati
on format described at https://sites.google.com/a/chromium.org/dev/chromium-os/c
hromiumos-design-docs/open-network-configuration''', |
2078 }, | 2159 }, |
2079 { | 2160 { |
2080 'name': 'DeviceOpenNetworkConfiguration', | 2161 'name': 'DeviceOpenNetworkConfiguration', |
2081 'type': 'string', | 2162 'type': 'string', |
2082 'supported_on': ['chrome_os:0.16-'], | 2163 'supported_on': ['chrome_os:0.16-'], |
2083 'device_only': True, | 2164 'device_only': True, |
2084 'features': {'dynamic_refresh': 1}, | 2165 'features': {'dynamic_refresh': True}, |
2085 'future': True, | 2166 'future': True, |
2086 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7
a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my
WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', | 2167 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7
a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my
WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', |
2087 'id': 108, | 2168 'id': 108, |
2088 'caption': '''Device-level network configuration''', | 2169 'caption': '''Device-level network configuration''', |
2089 'desc': '''Allows pushing network configuration to be applied for all usee
rs of a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The netwo
rk configuration is a JSON-formatted string as defined by the Open Network Confi
guration format described at https://sites.google.com/a/chromium.org/dev/chromiu
m-os/chromiumos-design-docs/open-network-configuration''', | 2170 'desc': '''Allows pushing network configuration to be applied for all usee
rs of a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The netwo
rk configuration is a JSON-formatted string as defined by the Open Network Confi
guration format described at https://sites.google.com/a/chromium.org/dev/chromiu
m-os/chromiumos-design-docs/open-network-configuration''', |
2090 }, | 2171 }, |
2091 { | 2172 { |
2092 'name': 'CloudPrintSubmitEnabled', | 2173 'name': 'CloudPrintSubmitEnabled', |
2093 'type': 'main', | 2174 'type': 'main', |
2094 'supported_on': ['chrome.*:17-'], | 2175 'supported_on': ['chrome.*:17-'], |
2095 'features': {'dynamic_refresh': 1}, | 2176 'features': {'dynamic_refresh': True}, |
2096 'future': False, | 2177 'future': False, |
2097 'example_value': True, | 2178 'example_value': True, |
2098 'id': 109, | 2179 'id': 109, |
2099 'caption': '''Enable submission of documents to <ph name="CLOUD_PRINT_NAME
">Google Cloud Print</ph>''', | 2180 'caption': '''Enable submission of documents to <ph name="CLOUD_PRINT_NAME
">Google Cloud Print</ph>''', |
2100 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> t
o submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for pr
inting. NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print<
/ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It does
not prevent users from submitting print jobs on web sites. | 2181 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> t
o submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for pr
inting. NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print<
/ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It does
not prevent users from submitting print jobs on web sites. |
2101 | 2182 |
2102 If this setting is enabled or not configured, users can print to <ph name=
"CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> print dialog. | 2183 If this setting is enabled or not configured, users can print to <ph name=
"CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> print dialog. |
2103 | 2184 |
2104 If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_N
AME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> print dialog''', | 2185 If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_N
AME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> print dialog''', |
2105 }, | 2186 }, |
2106 { | 2187 { |
2107 'name': 'EnterpriseWebStoreURL', | 2188 'name': 'EnterpriseWebStoreURL', |
2108 'type': 'string', | 2189 'type': 'string', |
2109 'supported_on': ['chrome.*:17-','chrome_os:0.17-'], | 2190 'supported_on': ['chrome.*:17-','chrome_os:0.17-'], |
2110 'features': {'dynamic_refresh': 1}, | 2191 'features': {'dynamic_refresh': True}, |
2111 'future': False, | 2192 'future': False, |
2112 'example_value': 'http://company-intranet/chromeapps', | 2193 'example_value': 'http://company-intranet/chromeapps', |
2113 'id': 112, | 2194 'id': 112, |
2114 'caption': '''Enterprise web store URL''', | 2195 'caption': '''Enterprise web store URL''', |
2115 'desc': '''Specifies the URL for the enterprise web store. When this setti
ng is enabled, an app will appear on the new tab page which, when clicked, will
take the user to the specified URL. Extensions and apps can be installed from th
is page without extra warnings being presented to the user. If this policy is se
t, the EnterpriseWebStoreName setting should also be set. | 2196 'desc': '''Specifies the URL for the enterprise web store. When this setti
ng is enabled, an app will appear on the new tab page which, when clicked, will
take the user to the specified URL. Extensions and apps can be installed from th
is page without extra warnings being presented to the user. If this policy is se
t, the EnterpriseWebStoreName setting should also be set. |
2116 | 2197 |
2117 If this setting is disabled, no enterprise web store app will appear on th
e new tab page.''', | 2198 If this setting is disabled, no enterprise web store app will appear on th
e new tab page.''', |
2118 }, | 2199 }, |
2119 { | 2200 { |
2120 'name': 'EnterpriseWebStoreName', | 2201 'name': 'EnterpriseWebStoreName', |
2121 'type': 'string', | 2202 'type': 'string', |
2122 'supported_on': ['chrome.*:17-','chrome_os:0.17-'], | 2203 'supported_on': ['chrome.*:17-','chrome_os:0.17-'], |
2123 'features': {'dynamic_refresh': 1}, | 2204 'features': {'dynamic_refresh': True}, |
2124 'future': False, | 2205 'future': False, |
2125 'example_value': 'WidgCo Chrome Apps', | 2206 'example_value': 'WidgCo Chrome Apps', |
2126 'id': 113, | 2207 'id': 113, |
2127 'caption': '''Enterprise web store name''', | 2208 'caption': '''Enterprise web store name''', |
2128 'desc': '''The name of the enterprise web store, which will appear underne
ath the app icon on the new tab page. This setting has no effect if EnterpriseWe
bStoreURL is not set. | 2209 'desc': '''The name of the enterprise web store, which will appear underne
ath the app icon on the new tab page. This setting has no effect if EnterpriseWe
bStoreURL is not set. |
2129 | 2210 |
2130 If this setting is disabled, the enterprise web store app (if it exists) w
ill be labeled with its URL.''', | 2211 If this setting is disabled, the enterprise web store app (if it exists) w
ill be labeled with its URL.''', |
2131 }, | 2212 }, |
2132 { | 2213 { |
2133 'name': 'EnableOriginBoundCerts', | 2214 'name': 'EnableOriginBoundCerts', |
2134 'type': 'main', | 2215 'type': 'main', |
2135 'supported_on': ['chrome.*:17-'], | 2216 'supported_on': ['chrome.*:17-'], |
2136 'features': {'dynamic_refresh': 1}, | 2217 'features': {'dynamic_refresh': True}, |
2137 'future': True, | 2218 'future': True, |
2138 'example_value': True, | 2219 'example_value': True, |
2139 'id': 114, | 2220 'id': 114, |
2140 'caption': '''Enable TLS origin-bound certificates extension''', | 2221 'caption': '''Enable TLS origin-bound certificates extension''', |
2141 'desc': '''Specifies whether the TLS origin-bound certificates extension s
hould be enabled. | 2222 'desc': '''Specifies whether the TLS origin-bound certificates extension s
hould be enabled. |
2142 | 2223 |
2143 This setting is used to enable the TLS origin-bound certificates extension
for testing. This experimental setting will be removed in the future.''', | 2224 This setting is used to enable the TLS origin-bound certificates extension
for testing. This experimental setting will be removed in the future.''', |
2144 }, | 2225 }, |
2145 ], | 2226 ], |
2146 'messages': { | 2227 'messages': { |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2233 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 2314 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
2234 'text': 'deprecated', | 2315 'text': 'deprecated', |
2235 }, | 2316 }, |
2236 'doc_recommended': { | 2317 'doc_recommended': { |
2237 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 2318 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
2238 'text': 'Recommended', | 2319 'text': 'Recommended', |
2239 }, | 2320 }, |
2240 }, | 2321 }, |
2241 'placeholders': [], | 2322 'placeholders': [], |
2242 } | 2323 } |
OLD | NEW |