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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 # chrome.*, chrome.win, chrome_frame -> ADM,ADMX,ADML,doc | 79 # chrome.*, chrome.win, chrome_frame -> ADM,ADMX,ADML,doc |
80 # chrome.*, chrome.linux -> JSON,doc | 80 # chrome.*, chrome.linux -> JSON,doc |
81 # chrome.*, chrome.mac -> plist, plist_strings,doc | 81 # chrome.*, chrome.mac -> plist, plist_strings,doc |
82 # everything else -> doc | 82 # everything else -> doc |
83 # | 83 # |
84 # Annotations: | 84 # Annotations: |
85 # Additional information is specified under keys 'features' and | 85 # Additional information is specified under keys 'features' and |
86 # 'example_value'. These are used in the generated documentation and example | 86 # 'example_value'. These are used in the generated documentation and example |
87 # policy configuration files. | 87 # policy configuration files. |
88 # | 88 # |
| 89 # IDs: |
| 90 # Since a Protocol Buffer definition is generated from this file, unique and |
| 91 # persistent IDs for all fields (but not for groups!) are needed. These are |
| 92 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
| 93 # because doing so would break the deployed wire format! |
| 94 # For your editing convenience: highest ID currently used: 63 |
| 95 # |
89 'policy_definitions': [ | 96 'policy_definitions': [ |
90 { | 97 { |
91 'name': 'Homepage', | 98 'name': 'Homepage', |
92 'type': 'group', | 99 'type': 'group', |
93 'caption': '''Home page''', | 100 'caption': '''Home page''', |
94 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing it. | 101 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing it. |
95 | 102 |
96 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'.
''', | 103 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'.
''', |
97 'policies': [ | 104 'policies': [ |
98 { | 105 { |
99 'name': 'HomepageLocation', | 106 'name': 'HomepageLocation', |
100 'type': 'string', | 107 'type': 'string', |
101 'supported_on': ['chrome.*:8-'], | 108 'supported_on': ['chrome.*:8-'], |
102 'features': {'dynamic_refresh': 1}, | 109 'features': {'dynamic_refresh': 1}, |
103 'example_value': 'http://chromium.org', | 110 'example_value': 'http://chromium.org', |
| 111 'id': 1, |
104 'caption': '''Configure the home page URL''', | 112 'caption': '''Configure the home page URL''', |
105 '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. | 113 '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. |
106 | 114 |
107 The home page type can either be set to a URL you specify here or set
to the New Tab Page. | 115 The home page type can either be set to a URL you specify here or set
to the New Tab Page. |
108 | 116 |
109 If you select the New Tab Page, then this policy is ignored. | 117 If you select the New Tab Page, then this policy is ignored. |
110 | 118 |
111 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.''', | 119 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.''', |
112 'label': '''Home page URL''', | 120 'label': '''Home page URL''', |
113 }, | 121 }, |
114 { | 122 { |
115 'name': 'HomepageIsNewTabPage', | 123 'name': 'HomepageIsNewTabPage', |
116 'type': 'main', | 124 'type': 'main', |
117 'supported_on': ['chrome.*:8-'], | 125 'supported_on': ['chrome.*:8-'], |
118 'features': {'dynamic_refresh': 1}, | 126 'features': {'dynamic_refresh': 1}, |
119 'example_value': True, | 127 'example_value': True, |
| 128 'id': 2, |
120 'caption': '''Use New Tab Page as homepage''', | 129 'caption': '''Use New Tab Page as homepage''', |
121 '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. | 130 '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. |
122 | 131 |
123 If you enable this setting, always the New Tab Page is used for the ho
me page, and the home page URL location is ignored. | 132 If you enable this setting, always the New Tab Page is used for the ho
me page, and the home page URL location is ignored. |
124 | 133 |
125 If you disable this setting, the user's homepage will never be the New
Tab Page, unless its URL is set to 'chrome://newtab'. | 134 If you disable this setting, the user's homepage will never be the New
Tab Page, unless its URL is set to 'chrome://newtab'. |
126 | 135 |
127 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>.''', | 136 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>.''', |
128 }, | 137 }, |
129 ], | 138 ], |
130 }, | 139 }, |
131 { | 140 { |
132 'name': 'DefaultBrowserSettingEnabled', | 141 'name': 'DefaultBrowserSettingEnabled', |
133 'type': 'main', | 142 'type': 'main', |
134 'supported_on': ['chrome.*:11-'], | 143 'supported_on': ['chrome.*:11-'], |
135 'features': {'dynamic_refresh': 1}, | 144 'features': {'dynamic_refresh': 1}, |
136 'example_value': True, | 145 'example_value': True, |
| 146 'id': 3, |
137 'caption': '''Set Chrome as Default Browser''', | 147 'caption': '''Set Chrome as Default Browser''', |
138 'desc': '''Configures the default browser checks in <ph name="PRODUCT_NAME
">$1<ex>Google Chrome</ex></ph> and prevents users from changing them. | 148 'desc': '''Configures the default browser checks in <ph name="PRODUCT_NAME
">$1<ex>Google Chrome</ex></ph> and prevents users from changing them. |
139 | 149 |
140 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. | 150 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. |
141 | 151 |
142 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. | 152 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. |
143 | 153 |
144 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.''', | 154 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.''', |
145 'label': '''Set Chrome as Default Browser''', | 155 'label': '''Set Chrome as Default Browser''', |
146 }, | 156 }, |
147 { | 157 { |
148 'name': 'ApplicationLocaleValue', | 158 'name': 'ApplicationLocaleValue', |
149 'type': 'string', | 159 'type': 'string', |
150 'supported_on': ['chrome.win:8-'], | 160 'supported_on': ['chrome.win:8-'], |
151 'features': {'dynamic_refresh': 0}, | 161 'features': {'dynamic_refresh': 0}, |
152 'example_value': 'en', | 162 'example_value': 'en', |
| 163 'id': 4, |
153 'caption': '''Application locale''', | 164 'caption': '''Application locale''', |
154 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph> and prevents users from changing the locale. | 165 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph> and prevents users from changing the locale. |
155 | 166 |
156 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. | 167 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. |
157 | 168 |
158 If this setting is disabled or not configured, <ph name="PRODUCT_NAME">$1<
ex>Google Chrome</ex></ph> uses either the user-specified preferred locale (if c
onfigured), the system locale or the fallback locale 'en-US'.''', | 169 If this setting is disabled or not configured, <ph name="PRODUCT_NAME">$1<
ex>Google Chrome</ex></ph> uses either the user-specified preferred locale (if c
onfigured), the system locale or the fallback locale 'en-US'.''', |
159 'label': '''Application locale''', | 170 'label': '''Application locale''', |
160 }, | 171 }, |
161 { | 172 { |
162 'name': 'AlternateErrorPagesEnabled', | 173 'name': 'AlternateErrorPagesEnabled', |
163 'type': 'main', | 174 'type': 'main', |
164 'supported_on': ['chrome.*:8-'], | 175 'supported_on': ['chrome.*:8-'], |
165 'features': {'dynamic_refresh': 1}, | 176 'features': {'dynamic_refresh': 1}, |
166 'example_value': True, | 177 'example_value': True, |
| 178 'id': 5, |
167 'caption': '''Enable alternate error pages''', | 179 'caption': '''Enable alternate error pages''', |
168 '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. | 180 '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. |
169 | 181 |
170 If you enable this setting, alternate error pages are used. | 182 If you enable this setting, alternate error pages are used. |
171 | 183 |
172 If you disable this setting, alternate error pages are never used. | 184 If you disable this setting, alternate error pages are never used. |
173 | 185 |
174 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>.''', | 186 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>.''', |
175 }, | 187 }, |
176 { | 188 { |
177 'name': 'SearchSuggestEnabled', | 189 'name': 'SearchSuggestEnabled', |
178 'type': 'main', | 190 'type': 'main', |
179 'supported_on': ['chrome.*:8-'], | 191 'supported_on': ['chrome.*:8-'], |
180 'features': {'dynamic_refresh': 1}, | 192 'features': {'dynamic_refresh': 1}, |
181 'example_value': True, | 193 'example_value': True, |
| 194 'id': 6, |
182 'caption': '''Enable search suggestions''', | 195 'caption': '''Enable search suggestions''', |
183 '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. | 196 '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. |
184 | 197 |
185 If you enable this setting, search suggestions are used. | 198 If you enable this setting, search suggestions are used. |
186 | 199 |
187 If you disable this setting, search suggestions are never used. | 200 If you disable this setting, search suggestions are never used. |
188 | 201 |
189 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | 202 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>.''', |
190 }, | 203 }, |
191 { | 204 { |
192 'name': 'DnsPrefetchingEnabled', | 205 'name': 'DnsPrefetchingEnabled', |
193 'type': 'main', | 206 'type': 'main', |
194 'supported_on': ['chrome.*:8-'], | 207 'supported_on': ['chrome.*:8-'], |
195 'features': {'dynamic_refresh': 1}, | 208 'features': {'dynamic_refresh': 1}, |
196 'example_value': True, | 209 'example_value': True, |
| 210 'id': 7, |
197 'caption': '''Enable DNS prefetching''', | 211 'caption': '''Enable DNS prefetching''', |
198 'desc': '''Enables DNS prefetching in <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph> and prevents users from changing this setting. | 212 'desc': '''Enables DNS prefetching in <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph> and prevents users from changing this setting. |
199 | 213 |
200 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>.''', | 214 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>.''', |
201 }, | 215 }, |
202 { | 216 { |
203 'name': 'DisableSpdy', | 217 'name': 'DisableSpdy', |
204 'type': 'main', | 218 'type': 'main', |
205 'supported_on': ['chrome.*:8-'], | 219 'supported_on': ['chrome.*:8-'], |
206 'features': {'dynamic_refresh': 1}, | 220 'features': {'dynamic_refresh': 1}, |
207 'example_value': True, | 221 'example_value': True, |
| 222 'id': 8, |
208 'caption': '''Disable SPDY protocol''', | 223 'caption': '''Disable SPDY protocol''', |
209 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph>.''', | 224 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1
<ex>Google Chrome</ex></ph>.''', |
210 }, | 225 }, |
211 { | 226 { |
212 'name': 'JavascriptEnabled', | 227 'name': 'JavascriptEnabled', |
213 'type': 'main', | 228 'type': 'main', |
214 'supported_on': ['chrome.*:8-'], | 229 'supported_on': ['chrome.*:8-'], |
215 'features': {'dynamic_refresh': 0}, | 230 'features': {'dynamic_refresh': 0}, |
216 'example_value': True, | 231 'example_value': True, |
| 232 'id': 9, |
217 'caption': '''Enable JavaScript''', | 233 'caption': '''Enable JavaScript''', |
218 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph> and prevents users from changing this setting. | 234 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph> and prevents users from changing this setting. |
219 | 235 |
220 If this setting is enabled or not configured, web pages can use JavaScript
. | 236 If this setting is enabled or not configured, web pages can use JavaScript
. |
221 | 237 |
222 If this setting is disabled, web pages cannot use JavaScript.''', | 238 If this setting is disabled, web pages cannot use JavaScript.''', |
223 }, | 239 }, |
224 { | 240 { |
225 'name': 'IncognitoEnabled', | 241 'name': 'IncognitoEnabled', |
226 'type': 'main', | 242 'type': 'main', |
227 'supported_on': ['chrome.*:11-'], | 243 'supported_on': ['chrome.*:11-'], |
228 'features': {'dynamic_refresh': 1}, | 244 'features': {'dynamic_refresh': 1}, |
229 'example_value': False, | 245 'example_value': False, |
| 246 'id': 10, |
230 'caption': '''Enable Incognito mode''', | 247 'caption': '''Enable Incognito mode''', |
231 'desc': '''Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph>. | 248 'desc': '''Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph>. |
232 | 249 |
233 If this setting is enabled or not configured, users can open web pages in
incognito mode. | 250 If this setting is enabled or not configured, users can open web pages in
incognito mode. |
234 | 251 |
235 If this setting is disabled, users cannot open web pages in incognito mode
.''', | 252 If this setting is disabled, users cannot open web pages in incognito mode
.''', |
236 }, | 253 }, |
237 { | 254 { |
238 'name': 'SavingBrowserHistoryDisabled', | 255 'name': 'SavingBrowserHistoryDisabled', |
239 'type': 'main', | 256 'type': 'main', |
240 'supported_on': ['chrome.*:8-'], | 257 'supported_on': ['chrome.*:8-'], |
241 'features': {'dynamic_refresh': 1}, | 258 'features': {'dynamic_refresh': 1}, |
242 'example_value': True, | 259 'example_value': True, |
| 260 'id': 11, |
243 'caption': '''Disable saving browser history''', | 261 'caption': '''Disable saving browser history''', |
244 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing this setting. | 262 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing this setting. |
245 | 263 |
246 If this setting is enabled, browsing history is not saved. | 264 If this setting is enabled, browsing history is not saved. |
247 | 265 |
248 If this setting is disabled or not configured, browsing history is saved.'
'', | 266 If this setting is disabled or not configured, browsing history is saved.'
'', |
249 }, | 267 }, |
250 { | 268 { |
251 'name': 'PrintingEnabled', | 269 'name': 'PrintingEnabled', |
252 'type': 'main', | 270 'type': 'main', |
253 'supported_on': ['chrome.*:8-'], | 271 'supported_on': ['chrome.*:8-'], |
254 'features': {'dynamic_refresh': 1}, | 272 'features': {'dynamic_refresh': 1}, |
255 'example_value': True, | 273 'example_value': True, |
| 274 'id': 12, |
256 'caption': '''Enable printing''', | 275 'caption': '''Enable printing''', |
257 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome
</ex></ph> and prevents users from changing this setting. | 276 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome
</ex></ph> and prevents users from changing this setting. |
258 | 277 |
259 If this setting is enabled or not configured, users can print. | 278 If this setting is enabled or not configured, users can print. |
260 | 279 |
261 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.''', | 280 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.''', |
262 }, | 281 }, |
263 { | 282 { |
264 'name': 'CloudPrintProxyEnabled', | 283 'name': 'CloudPrintProxyEnabled', |
265 'type': 'main', | 284 'type': 'main', |
266 'supported_on': [], | 285 'supported_on': [], |
267 'features': {'dynamic_refresh': 1}, | 286 'features': {'dynamic_refresh': 1}, |
268 'future': True, | 287 'future': True, |
269 'example_value': True, | 288 'example_value': True, |
| 289 'id': 13, |
270 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p
roxy''', | 290 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p
roxy''', |
271 'desc': ''' Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex><
/ph> to act as a proxy between <ph name="CLOUD_PRINT_NAME">Google Cloud Print</p
h> and legacy printers connected to the machine. | 291 'desc': ''' Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex><
/ph> to act as a proxy between <ph name="CLOUD_PRINT_NAME">Google Cloud Print</p
h> and legacy printers connected to the machine. |
272 | 292 |
273 If this setting is enabled or not configured, users can enable the cloud p
rint proxy by authentication with their Google account. | 293 If this setting is enabled or not configured, users can enable the cloud p
rint proxy by authentication with their Google account. |
274 | 294 |
275 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>.''', | 295 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>.''', |
276 }, | 296 }, |
277 { | 297 { |
278 'name': 'SafeBrowsingEnabled', | 298 'name': 'SafeBrowsingEnabled', |
279 'type': 'main', | 299 'type': 'main', |
280 'supported_on': ['chrome.*:8-'], | 300 'supported_on': ['chrome.*:8-'], |
281 'features': {'dynamic_refresh': 0}, | 301 'features': {'dynamic_refresh': 0}, |
282 'example_value': True, | 302 'example_value': True, |
| 303 'id': 14, |
283 'caption': '''Enable Safe Browsing''', | 304 'caption': '''Enable Safe Browsing''', |
284 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Safe Browsing feature and prevents users from changing this setting. | 305 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Safe Browsing feature and prevents users from changing this setting. |
285 | 306 |
286 If you enable this setting, Safe Browsing is always active. | 307 If you enable this setting, Safe Browsing is always active. |
287 | 308 |
288 If you disable this setting, Safe Browsing is never active. | 309 If you disable this setting, Safe Browsing is never active. |
289 | 310 |
290 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>.''', | 311 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>.''', |
291 }, | 312 }, |
292 { | 313 { |
293 'name': 'MetricsReportingEnabled', | 314 'name': 'MetricsReportingEnabled', |
294 'type': 'main', | 315 'type': 'main', |
295 'supported_on': ['chrome.*:8-'], | 316 'supported_on': ['chrome.*:8-'], |
296 'features': {'dynamic_refresh': 0}, | 317 'features': {'dynamic_refresh': 0}, |
297 'example_value': True, | 318 'example_value': True, |
| 319 'id': 15, |
298 'caption': '''Enable reporting of usage and crash-related data''', | 320 'caption': '''Enable reporting of usage and crash-related data''', |
299 '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. | 321 '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. |
300 | 322 |
301 If you enable this setting, anonymous reporting of usage and crash-related
data is sent to Google. | 323 If you enable this setting, anonymous reporting of usage and crash-related
data is sent to Google. |
302 | 324 |
303 If you disable this setting, anonymous reporting of usage and crash-relate
d data is never sent to Google. | 325 If you disable this setting, anonymous reporting of usage and crash-relate
d data is never sent to Google. |
304 | 326 |
305 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>.''', | 327 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>.''', |
306 }, | 328 }, |
307 { | 329 { |
308 'name': 'PasswordManager', | 330 'name': 'PasswordManager', |
309 'type': 'group', | 331 'type': 'group', |
310 'caption': '''Password manager''', | 332 'caption': '''Password manager''', |
311 '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.''', | 333 '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.''', |
312 'policies': [ | 334 'policies': [ |
313 { | 335 { |
314 'name': 'PasswordManagerEnabled', | 336 'name': 'PasswordManagerEnabled', |
315 'type': 'main', | 337 'type': 'main', |
316 'supported_on': ['chrome.*:8-'], | 338 'supported_on': ['chrome.*:8-'], |
317 'features': {'dynamic_refresh': 1}, | 339 'features': {'dynamic_refresh': 1}, |
318 'example_value': True, | 340 'example_value': True, |
| 341 'id': 16, |
319 'caption': '''Enable the password manager''', | 342 'caption': '''Enable the password manager''', |
320 'desc': '''Enables saving passwords and using saved passwords in <ph n
ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 343 'desc': '''Enables saving passwords and using saved passwords in <ph n
ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
321 | 344 |
322 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. | 345 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. |
323 | 346 |
324 If you disable this setting, users are not able to save passwords or u
se already saved passwords. | 347 If you disable this setting, users are not able to save passwords or u
se already saved passwords. |
325 | 348 |
326 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>.''', | 349 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>.''', |
327 }, | 350 }, |
328 { | 351 { |
329 'name': 'PasswordManagerAllowShowPasswords', | 352 'name': 'PasswordManagerAllowShowPasswords', |
330 'type': 'main', | 353 'type': 'main', |
331 'supported_on': ['chrome.*:8-'], | 354 'supported_on': ['chrome.*:8-'], |
332 'features': {'dynamic_refresh': 1}, | 355 'features': {'dynamic_refresh': 1}, |
333 'example_value': False, | 356 'example_value': False, |
| 357 'id': 17, |
334 'caption': '''Allow users to show passwords in Password Manager''', | 358 'caption': '''Allow users to show passwords in Password Manager''', |
335 'desc': '''Controls whether the user may show passwords in clear text
in the password manager. | 359 'desc': '''Controls whether the user may show passwords in clear text
in the password manager. |
336 | 360 |
337 If you disable this setting, the password manager does not allow showi
ng stored passwords in clear text in the password manager window. | 361 If you disable this setting, the password manager does not allow showi
ng stored passwords in clear text in the password manager window. |
338 | 362 |
339 If you enable or do not configure this setting, users can view their p
asswords in clear text in the password manager.''', | 363 If you enable or do not configure this setting, users can view their p
asswords in clear text in the password manager.''', |
340 }, | 364 }, |
341 ], | 365 ], |
342 }, | 366 }, |
343 { | 367 { |
344 'name': 'AutoFillEnabled', | 368 'name': 'AutoFillEnabled', |
345 'type': 'main', | 369 'type': 'main', |
346 'supported_on': ['chrome.*:8-'], | 370 'supported_on': ['chrome.*:8-'], |
347 'features': {'dynamic_refresh': 1}, | 371 'features': {'dynamic_refresh': 1}, |
348 'example_value': False, | 372 'example_value': False, |
| 373 'id': 18, |
349 'caption': '''Enable AutoFill''', | 374 'caption': '''Enable AutoFill''', |
350 '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. | 375 '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. |
351 | 376 |
352 If you disable this setting, AutoFill will be inaccessible to users. | 377 If you disable this setting, AutoFill will be inaccessible to users. |
353 | 378 |
354 If you enable this setting or do not configure a value, AutoFill will rema
in under the control of the user. This will allow them to configure AutoFill pro
files and to switch AutoFill on or off at their own discretion.''', | 379 If you enable this setting or do not configure a value, AutoFill will rema
in under the control of the user. This will allow them to configure AutoFill pro
files and to switch AutoFill on or off at their own discretion.''', |
355 }, | 380 }, |
356 { | 381 { |
357 'name': 'DisabledPlugins', | 382 'name': 'DisabledPlugins', |
358 'type': 'list', | 383 'type': 'list', |
359 'supported_on': ['chrome.*:8-'], | 384 'supported_on': ['chrome.*:8-'], |
360 'features': {'dynamic_refresh': 1}, | 385 'features': {'dynamic_refresh': 1}, |
361 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], | 386 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], |
| 387 'id': 19, |
362 'caption': '''Specify a list of disabled plugins''', | 388 'caption': '''Specify a list of disabled plugins''', |
363 '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. | 389 '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. |
364 | 390 |
365 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. | 391 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. |
366 | 392 |
367 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.''', | 393 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.''', |
368 'label': '''List of disabled plugins''', | 394 'label': '''List of disabled plugins''', |
369 }, | 395 }, |
370 { | 396 { |
371 'name': 'SyncDisabled', | 397 'name': 'SyncDisabled', |
372 'type': 'main', | 398 'type': 'main', |
373 'supported_on': ['chrome.*:8-'], | 399 'supported_on': ['chrome.*:8-'], |
374 'features': {'dynamic_refresh': 1}, | 400 'features': {'dynamic_refresh': 1}, |
375 'example_value': True, | 401 'example_value': True, |
| 402 'id': 20, |
376 'caption': '''Disable synchronization of data with Google''', | 403 'caption': '''Disable synchronization of data with Google''', |
377 '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. | 404 '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. |
378 | 405 |
379 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | 406 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
380 }, | 407 }, |
381 { | 408 { |
382 'name': 'UserDataDir', | 409 'name': 'UserDataDir', |
383 'type': 'string', | 410 'type': 'string', |
384 'supported_on': ['chrome.win:11-'], | 411 'supported_on': ['chrome.win:11-'], |
385 'features': {'dynamic_refresh': 0}, | 412 'features': {'dynamic_refresh': 0}, |
386 'example_value': '${user_home}\Chrome', | 413 'example_value': '${user_home}\Chrome', |
| 414 'id': 63, |
387 'caption': '''Set user data directory''', | 415 'caption': '''Set user data directory''', |
388 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for storing user data. | 416 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> will use for storing user data. |
389 | 417 |
390 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.''', | 418 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.''', |
391 'label': '''Set user data directory''', | 419 'label': '''Set user data directory''', |
392 }, | 420 }, |
393 { | 421 { |
394 'name': 'Proxy', | 422 'name': 'Proxy', |
395 'type': 'group', | 423 'type': 'group', |
396 'caption': '''Proxy server''', | 424 'caption': '''Proxy server''', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 }, | 459 }, |
432 { | 460 { |
433 'name': 'ProxyUseSystem', | 461 'name': 'ProxyUseSystem', |
434 'value': 'system', | 462 'value': 'system', |
435 'caption': '''Use system proxy settings''' | 463 'caption': '''Use system proxy settings''' |
436 }, | 464 }, |
437 ], | 465 ], |
438 'supported_on': ['chrome.*:10-'], | 466 'supported_on': ['chrome.*:10-'], |
439 'features': {'dynamic_refresh': 1}, | 467 'features': {'dynamic_refresh': 1}, |
440 'example_value': 'direct', | 468 'example_value': 'direct', |
| 469 'id': 21, |
441 'caption': '''Choose how to specify proxy server settings''', | 470 'caption': '''Choose how to specify proxy server settings''', |
442 '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. | 471 '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. |
443 | 472 |
444 If you choose to never use a proxy server and always connect directly,
all other options are ignored. | 473 If you choose to never use a proxy server and always connect directly,
all other options are ignored. |
445 | 474 |
446 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. | 475 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. |
447 | 476 |
448 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'. | 477 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'. |
449 | 478 |
450 If you choose to use a .pac proxy script, you must specify the URL to
the script in 'URL to a proxy .pac file'. | 479 If you choose to use a .pac proxy script, you must specify the URL to
the script in 'URL to a proxy .pac file'. |
(...skipping 23 matching lines...) Expand all Loading... |
474 'caption': '''Manually specify proxy settings''' | 503 'caption': '''Manually specify proxy settings''' |
475 }, | 504 }, |
476 { | 505 { |
477 'name': 'ProxyServerUseSystem', | 506 'name': 'ProxyServerUseSystem', |
478 'value': 3, | 507 'value': 3, |
479 'caption': '''Use system proxy settings''' | 508 'caption': '''Use system proxy settings''' |
480 }, | 509 }, |
481 ], | 510 ], |
482 'supported_on': ['chrome.*:8-'], | 511 'supported_on': ['chrome.*:8-'], |
483 'features': {'dynamic_refresh': 1}, | 512 'features': {'dynamic_refresh': 1}, |
| 513 'deprecated': True, |
484 'example_value': 2, | 514 'example_value': 2, |
| 515 'id': 22, |
485 'caption': '''Choose how to specify proxy server settings''', | 516 'caption': '''Choose how to specify proxy server settings''', |
486 'desc': '''This policy is deprecated, use ProxyMode instead. | 517 'desc': '''This policy is deprecated, use ProxyMode instead. |
487 | 518 |
488 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. | 519 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. |
489 | 520 |
490 If you choose to never use a proxy server and always connect directly,
all other options are ignored. | 521 If you choose to never use a proxy server and always connect directly,
all other options are ignored. |
491 | 522 |
492 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. | 523 If you choose to use system proxy settings or auto detect the proxy se
rver, all other options are ignored. |
493 | 524 |
494 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'. | 525 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'. |
495 | 526 |
496 For detailed examples, visit: | 527 For detailed examples, visit: |
497 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des
ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> | 528 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des
ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> |
498 | 529 |
499 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.''
', | 530 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.''
', |
500 }, | 531 }, |
501 { | 532 { |
502 'name': 'ProxyServer', | 533 'name': 'ProxyServer', |
503 'type': 'string', | 534 'type': 'string', |
504 'supported_on': ['chrome.*:8-'], | 535 'supported_on': ['chrome.*:8-'], |
505 'features': {'dynamic_refresh': 1}, | 536 'features': {'dynamic_refresh': 1}, |
506 'example_value': '123.123.123.123:8080', | 537 'example_value': '123.123.123.123:8080', |
| 538 'id': 23, |
507 'caption': '''Address or URL of proxy server''', | 539 'caption': '''Address or URL of proxy server''', |
508 'desc': '''You can specify the URL of the proxy server here. | 540 'desc': '''You can specify the URL of the proxy server here. |
509 | 541 |
510 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. | 542 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. |
511 | 543 |
512 For more options and detailed examples, visit: | 544 For more options and detailed examples, visit: |
513 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des
ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
''', | 545 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des
ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
''', |
514 }, | 546 }, |
515 { | 547 { |
516 'name': 'ProxyPacUrl', | 548 'name': 'ProxyPacUrl', |
517 'type': 'string', | 549 'type': 'string', |
518 'supported_on': ['chrome.*:8-'], | 550 'supported_on': ['chrome.*:8-'], |
519 'features': {'dynamic_refresh': 1}, | 551 'features': {'dynamic_refresh': 1}, |
520 'example_value': 'http://internal.site/example.pac', | 552 'example_value': 'http://internal.site/example.pac', |
| 553 'id': 24, |
521 'caption': '''URL to a proxy .pac file''', | 554 'caption': '''URL to a proxy .pac file''', |
522 'desc': '''You can specify a URL to a proxy .pac file here. | 555 'desc': '''You can specify a URL to a proxy .pac file here. |
523 | 556 |
524 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. | 557 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. |
525 | 558 |
526 For detailed examples, visit: | 559 For detailed examples, visit: |
527 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des
ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
''', | 560 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des
ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
''', |
528 }, | 561 }, |
529 { | 562 { |
530 'name': 'ProxyBypassList', | 563 'name': 'ProxyBypassList', |
531 'type': 'string', | 564 'type': 'string', |
532 'supported_on': ['chrome.*:8-'], | 565 'supported_on': ['chrome.*:8-'], |
533 'features': {'dynamic_refresh': 1}, | 566 'features': {'dynamic_refresh': 1}, |
534 'example_value': 'http://www.example1.com,http://www.example2.com,http
://internalsite/', | 567 'example_value': 'http://www.example1.com,http://www.example2.com,http
://internalsite/', |
| 568 'id': 25, |
535 'caption': '''Proxy bypass rules''', | 569 'caption': '''Proxy bypass rules''', |
536 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will
bypass any proxy for the list of hosts given here. | 570 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will
bypass any proxy for the list of hosts given here. |
537 | 571 |
538 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. | 572 This policy only takes effect if you have selected manual proxy settin
gs at 'Choose how to specify proxy server settings'. |
539 | 573 |
540 For more detailed examples, visit: | 574 For more detailed examples, visit: |
541 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des
ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
''', | 575 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des
ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
''', |
542 'label': '''Comma-separated list of proxy bypass rules''', | 576 'label': '''Comma-separated list of proxy bypass rules''', |
543 }, | 577 }, |
544 ], | 578 ], |
545 }, | 579 }, |
546 { | 580 { |
547 'name': 'HTTPAuthentication', | 581 'name': 'HTTPAuthentication', |
548 'type': 'group', | 582 'type': 'group', |
549 'caption': '''Policies for HTTP Authentication''', | 583 'caption': '''Policies for HTTP Authentication''', |
550 'desc': '''Policies related to integrated HTTP authentication.''', | 584 'desc': '''Policies related to integrated HTTP authentication.''', |
551 'policies': [ | 585 'policies': [ |
552 { | 586 { |
553 'name': 'AuthSchemes', | 587 'name': 'AuthSchemes', |
554 'type': 'string', | 588 'type': 'string', |
555 'supported_on': ['chrome.*:9-'], | 589 'supported_on': ['chrome.*:9-'], |
556 'features': {'dynamic_refresh': 0}, | 590 'features': {'dynamic_refresh': 0}, |
557 'example_value': 'basic,digest,ntlm,negotiate', | 591 'example_value': 'basic,digest,ntlm,negotiate', |
| 592 'id': 26, |
558 'caption': '''Supported authentication schemes''', | 593 'caption': '''Supported authentication schemes''', |
559 'desc': '''Specifies which HTTP Authentication schemes are supported b
y <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 594 'desc': '''Specifies which HTTP Authentication schemes are supported b
y <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
560 | 595 |
561 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separat
e multiple values with commas.''', | 596 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separat
e multiple values with commas.''', |
562 }, | 597 }, |
563 { | 598 { |
564 'name': 'DisableAuthNegotiateCnameLookup', | 599 'name': 'DisableAuthNegotiateCnameLookup', |
565 'type': 'main', | 600 'type': 'main', |
566 'supported_on': ['chrome.*:9-'], | 601 'supported_on': ['chrome.*:9-'], |
567 'features': {'dynamic_refresh': 0}, | 602 'features': {'dynamic_refresh': 0}, |
568 'example_value': False, | 603 'example_value': False, |
| 604 'id': 27, |
569 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic
ation''', | 605 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic
ation''', |
570 'desc': '''Specifies whether the generated Kerberos SPN is based on th
e canonical DNS name or the original name entered. | 606 'desc': '''Specifies whether the generated Kerberos SPN is based on th
e canonical DNS name or the original name entered. |
571 | 607 |
572 If you enable this setting, CNAME lookup will be skipped and the serve
r name will be used as entered. | 608 If you enable this setting, CNAME lookup will be skipped and the serve
r name will be used as entered. |
573 | 609 |
574 If you disable this setting, the canonical name of the server will be
determined via CNAME lookup.''', | 610 If you disable this setting, the canonical name of the server will be
determined via CNAME lookup.''', |
575 }, | 611 }, |
576 { | 612 { |
577 'name': 'EnableAuthNegotiatePort', | 613 'name': 'EnableAuthNegotiatePort', |
578 'type': 'main', | 614 'type': 'main', |
579 'supported_on': ['chrome.*:9-'], | 615 'supported_on': ['chrome.*:9-'], |
580 'features': {'dynamic_refresh': 0}, | 616 'features': {'dynamic_refresh': 0}, |
581 'example_value': False, | 617 'example_value': False, |
| 618 'id': 28, |
582 'caption': '''Include non-standard port in Kerberos SPN''', | 619 'caption': '''Include non-standard port in Kerberos SPN''', |
583 'desc': '''Specifies whether the generated Kerberos SPN should include
a non-standard port. | 620 'desc': '''Specifies whether the generated Kerberos SPN should include
a non-standard port. |
584 | 621 |
585 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. | 622 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. |
586 | 623 |
587 If you disable this setting, the generated Kerberos SPN will not inclu
de a port in any case.''', | 624 If you disable this setting, the generated Kerberos SPN will not inclu
de a port in any case.''', |
588 }, | 625 }, |
589 { | 626 { |
590 'name': 'AuthServerWhitelist', | 627 'name': 'AuthServerWhitelist', |
591 'type': 'string', | 628 'type': 'string', |
592 'supported_on': ['chrome.*:9-'], | 629 'supported_on': ['chrome.*:9-'], |
593 'features': {'dynamic_refresh': 0}, | 630 'features': {'dynamic_refresh': 0}, |
594 'example_value': '*example.com,foobar.com,*baz', | 631 'example_value': '*example.com,foobar.com,*baz', |
| 632 'id': 29, |
595 'caption': '''Authentication server whitelist''', | 633 'caption': '''Authentication server whitelist''', |
596 '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. | 634 '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. |
597 | 635 |
598 Separate multiple server names with commas. Wildcards (*) are allowed.
''', | 636 Separate multiple server names with commas. Wildcards (*) are allowed.
''', |
599 }, | 637 }, |
600 { | 638 { |
601 'name': 'AuthNegotiateDelegateWhitelist', | 639 'name': 'AuthNegotiateDelegateWhitelist', |
602 'type': 'string', | 640 'type': 'string', |
603 'supported_on': ['chrome.*:9-'], | 641 'supported_on': ['chrome.*:9-'], |
604 'features': {'dynamic_refresh': 0}, | 642 'features': {'dynamic_refresh': 0}, |
605 'example_value': 'foobar.example.com', | 643 'example_value': 'foobar.example.com', |
| 644 'id': 30, |
606 'caption': '''Kerberos delegation server whitelist''', | 645 'caption': '''Kerberos delegation server whitelist''', |
607 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> may delegate to.''', | 646 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> may delegate to.''', |
608 }, | 647 }, |
609 { | 648 { |
610 'name': 'GSSAPILibraryName', | 649 'name': 'GSSAPILibraryName', |
611 'type': 'string', | 650 'type': 'string', |
612 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], | 651 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], |
613 'features': {'dynamic_refresh': 0}, | 652 'features': {'dynamic_refresh': 0}, |
614 'example_value': 'libgssapi_krb5.so.2', | 653 'example_value': 'libgssapi_krb5.so.2', |
| 654 'id': 31, |
615 'caption': '''GSSAPI library name''', | 655 'caption': '''GSSAPI library name''', |
616 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati
on. You can set either just a library name, or a full path. If no setting is pro
vided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to u
sing a default library name.''', | 656 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati
on. You can set either just a library name, or a full path. If no setting is pro
vided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to u
sing a default library name.''', |
617 }, | 657 }, |
618 ], | 658 ], |
619 }, | 659 }, |
620 { | 660 { |
621 'name': 'Extensions', | 661 'name': 'Extensions', |
622 'type': 'group', | 662 'type': 'group', |
623 'caption': '''Extensions''', | 663 'caption': '''Extensions''', |
624 '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.''', | 664 '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.''', |
625 'policies': [ | 665 'policies': [ |
626 { | 666 { |
627 'name': 'ExtensionInstallBlacklist', | 667 'name': 'ExtensionInstallBlacklist', |
628 'type': 'list', | 668 'type': 'list', |
629 'supported_on': ['chrome.*:8-'], | 669 'supported_on': ['chrome.*:8-'], |
630 'features': {'dynamic_refresh': 1}, | 670 'features': {'dynamic_refresh': 1}, |
631 'example_value': ['extension_id1', 'extension_id2'], | 671 'example_value': ['extension_id1', 'extension_id2'], |
| 672 'id': 32, |
632 'caption': '''Configure extension installation blacklist''', | 673 'caption': '''Configure extension installation blacklist''', |
633 'desc': '''Allows you to specify which extensions the users can NOT in
stall. Extensions already installed will be removed if blacklisted. | 674 'desc': '''Allows you to specify which extensions the users can NOT in
stall. Extensions already installed will be removed if blacklisted. |
634 | 675 |
635 A blacklist value of * means all extensions are blacklisted unless the
y are explicitly listed in the whitelist.''', | 676 A blacklist value of * means all extensions are blacklisted unless the
y are explicitly listed in the whitelist.''', |
636 'label': '''Extension IDs the user should be prevented from installing
(or * for all)''', | 677 'label': '''Extension IDs the user should be prevented from installing
(or * for all)''', |
637 }, | 678 }, |
638 { | 679 { |
639 'name': 'ExtensionInstallWhitelist', | 680 'name': 'ExtensionInstallWhitelist', |
640 'type': 'list', | 681 'type': 'list', |
641 'supported_on': ['chrome.*:8-'], | 682 'supported_on': ['chrome.*:8-'], |
642 'features': {'dynamic_refresh': 1}, | 683 'features': {'dynamic_refresh': 1}, |
643 'example_value': ['extension_id1', 'extension_id2'], | 684 'example_value': ['extension_id1', 'extension_id2'], |
| 685 'id': 33, |
644 'caption': '''Configure extension installation whitelist''', | 686 'caption': '''Configure extension installation whitelist''', |
645 'desc': '''Allows you to specify which extensions are not subject to t
he blacklist. | 687 'desc': '''Allows you to specify which extensions are not subject to t
he blacklist. |
646 | 688 |
647 A blacklist value of * means all extensions are blacklisted and users
can only install extensions listed in the whitelist. | 689 A blacklist value of * means all extensions are blacklisted and users
can only install extensions listed in the whitelist. |
648 | 690 |
649 By default, all extensions are whitelisted, but if all extensions have
been blacklisted by policy, the whitelist can be used to override that policy.'
'', | 691 By default, all extensions are whitelisted, but if all extensions have
been blacklisted by policy, the whitelist can be used to override that policy.'
'', |
650 'label': '''Extension IDs to exempt from the blacklist''', | 692 'label': '''Extension IDs to exempt from the blacklist''', |
651 }, | 693 }, |
652 { | 694 { |
653 'name': 'ExtensionInstallForcelist', | 695 'name': 'ExtensionInstallForcelist', |
654 'type': 'list', | 696 'type': 'list', |
655 'supported_on': ['chrome.*:9-'], | 697 'supported_on': ['chrome.*:9-'], |
656 'features': {'dynamic_refresh': 1}, | 698 'features': {'dynamic_refresh': 1}, |
657 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.g
oogle.com/service/update2/crx'], | 699 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.g
oogle.com/service/update2/crx'], |
| 700 'id': 34, |
658 'caption': '''Configure the list of force-installed extensions''', | 701 'caption': '''Configure the list of force-installed extensions''', |
659 'desc': '''Allows you to specify a list of extensions that will be ins
talled silently, without user interaction. | 702 'desc': '''Allows you to specify a list of extensions that will be ins
talled silently, without user interaction. |
660 | 703 |
661 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>. | 704 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>. |
662 | 705 |
663 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.''', | 706 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.''', |
664 'label': '''Extension IDs and update URLs to be silently installed''', | 707 'label': '''Extension IDs and update URLs to be silently installed''', |
665 }, | 708 }, |
666 ], | 709 ], |
667 }, | 710 }, |
668 { | 711 { |
669 'name': 'ShowHomeButton', | 712 'name': 'ShowHomeButton', |
670 'type': 'main', | 713 'type': 'main', |
671 'supported_on': ['chrome.*:8-'], | 714 'supported_on': ['chrome.*:8-'], |
672 'features': {'dynamic_refresh': 1}, | 715 'features': {'dynamic_refresh': 1}, |
673 'example_value': True, | 716 'example_value': True, |
| 717 'id': 35, |
674 'caption': '''Show Home button on toolbar''', | 718 'caption': '''Show Home button on toolbar''', |
675 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C
hrome</ex></ph>'s toolbar. | 719 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C
hrome</ex></ph>'s toolbar. |
676 | 720 |
677 If you enable this setting, the Home button is always shown. | 721 If you enable this setting, the Home button is always shown. |
678 | 722 |
679 If you disable this setting, the Home button is never shown. | 723 If you disable this setting, the Home button is never shown. |
680 | 724 |
681 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>.''', | 725 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>.''', |
682 }, | 726 }, |
683 { | 727 { |
684 'name': 'DeveloperToolsDisabled', | 728 'name': 'DeveloperToolsDisabled', |
685 'type': 'main', | 729 'type': 'main', |
686 'supported_on': ['chrome.*:9-'], | 730 'supported_on': ['chrome.*:9-'], |
687 'features': {'dynamic_refresh': 1}, | 731 'features': {'dynamic_refresh': 1}, |
688 'example_value': False, | 732 'example_value': False, |
| 733 'id': 36, |
689 'caption': '''Disable Developer Tools''', | 734 'caption': '''Disable Developer Tools''', |
690 'desc': '''Disables the Developer Tools and the JavaScript console. | 735 'desc': '''Disables the Developer Tools and the JavaScript console. |
691 | 736 |
692 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.''', | 737 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.''', |
693 }, | 738 }, |
694 { | 739 { |
695 'name': 'RestoreOnStartupGroup', | 740 'name': 'RestoreOnStartupGroup', |
696 'type': 'group', | 741 'type': 'group', |
697 'caption': '''Startup pages''', | 742 'caption': '''Startup pages''', |
698 'desc': '''Allows you to configure the pages that are loaded on startup. | 743 'desc': '''Allows you to configure the pages that are loaded on startup. |
(...skipping 16 matching lines...) Expand all Loading... |
715 }, | 760 }, |
716 { | 761 { |
717 'name': 'RestoreOnStartupIsURLs', | 762 'name': 'RestoreOnStartupIsURLs', |
718 'value': 4, | 763 'value': 4, |
719 'caption': '''Open a list of URLs''' | 764 'caption': '''Open a list of URLs''' |
720 }, | 765 }, |
721 ], | 766 ], |
722 'supported_on': ['chrome.*:8-'], | 767 'supported_on': ['chrome.*:8-'], |
723 'features': {'dynamic_refresh': 1}, | 768 'features': {'dynamic_refresh': 1}, |
724 'example_value': 4, | 769 'example_value': 4, |
| 770 'id': 37, |
725 'caption': '''Action on startup''', | 771 'caption': '''Action on startup''', |
726 'desc': '''Allows you to specify the behavior on startup. | 772 'desc': '''Allows you to specify the behavior on startup. |
727 | 773 |
728 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>. | 774 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>. |
729 | 775 |
730 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. | 776 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. |
731 | 777 |
732 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>. | 778 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>. |
733 | 779 |
734 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>.''', | 780 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>.''', |
735 }, | 781 }, |
736 { | 782 { |
737 'name': 'RestoreOnStartupURLs', | 783 'name': 'RestoreOnStartupURLs', |
738 'type': 'list', | 784 'type': 'list', |
739 'supported_on': ['chrome.*:8-'], | 785 'supported_on': ['chrome.*:8-'], |
740 'features': {'dynamic_refresh': 1}, | 786 'features': {'dynamic_refresh': 1}, |
741 'example_value': ['http://example.com', 'http://chromium.org'], | 787 'example_value': ['http://example.com', 'http://chromium.org'], |
| 788 'id': 38, |
742 'caption': '''URLs to open on startup''', | 789 'caption': '''URLs to open on startup''', |
743 '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.''', | 790 '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.''', |
744 }, | 791 }, |
745 ], | 792 ], |
746 }, | 793 }, |
747 { | 794 { |
| 795 'name': 'BlockThirdPartyCookies', |
| 796 'type': 'main', |
| 797 'supported_on': ['chrome.*:10-'], |
| 798 'features': {'dynamic_refresh': 1}, |
| 799 'example_value': False, |
| 800 'id': 39, |
| 801 'caption': '''Block third party cookies''', |
| 802 'desc': '''Blocks third party cookies. |
| 803 |
| 804 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. |
| 805 |
| 806 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.''', |
| 807 }, |
| 808 { |
748 'name': 'DefaultSearchProvider', | 809 'name': 'DefaultSearchProvider', |
749 'type': 'group', | 810 'type': 'group', |
750 'caption': '''Default search provider''', | 811 'caption': '''Default search provider''', |
751 '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.
''', | 812 '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.
''', |
752 'policies': [ | 813 'policies': [ |
753 { | 814 { |
754 'name': 'DefaultSearchProviderEnabled', | 815 'name': 'DefaultSearchProviderEnabled', |
755 'type': 'main', | 816 'type': 'main', |
756 'supported_on': ['chrome.*:8-'], | 817 'supported_on': ['chrome.*:8-'], |
757 'features': {'dynamic_refresh': 1}, | 818 'features': {'dynamic_refresh': 1}, |
758 'example_value': True, | 819 'example_value': True, |
| 820 'id': 40, |
759 'caption': '''Enable the default search provider''', | 821 'caption': '''Enable the default search provider''', |
760 'desc': '''Enables the use of a default search provider. | 822 'desc': '''Enables the use of a default search provider. |
761 | 823 |
762 If you enable this setting, a default search is performed when the use
r types text in the omnibox that is not a URL. | 824 If you enable this setting, a default search is performed when the use
r types text in the omnibox that is not a URL. |
763 | 825 |
764 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. | 826 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. |
765 | 827 |
766 If you diable this setting, no search is performed when the user enter
s non-URL text in the omnibox. | 828 If you diable this setting, no search is performed when the user enter
s non-URL text in the omnibox. |
767 | 829 |
768 If you enable or disable this setting, users cannot change or override
this setting in <ph name="PRODUCT_NAME"> | 830 If you enable or disable this setting, users cannot change or override
this setting in <ph name="PRODUCT_NAME"> |
769 $1<ex>Google Chrome</ex> | 831 $1<ex>Google Chrome</ex> |
770 </ph>.''', | 832 </ph>.''', |
771 }, | 833 }, |
772 { | 834 { |
773 'name': 'BlockThirdPartyCookies', | |
774 'type': 'main', | |
775 'supported_on': ['chrome.*:10-'], | |
776 'features': {'dynamic_refresh': 1}, | |
777 'example_value': False, | |
778 'caption': '''Block third party cookies''', | |
779 'desc': '''Blocks third party cookies. | |
780 | |
781 Enabling this setting prevents cookies from being set by web page elem
ents that are not from the domain that is in the browser's address bar. | |
782 | |
783 Disabling this setting allows cookies to be set by web page elements t
hat are not from the domain that is in the browser's address bar and prevents us
ers from changing this setting.''', | |
784 }, | |
785 { | |
786 'name': 'DefaultSearchProviderName', | 835 'name': 'DefaultSearchProviderName', |
787 'type': 'string', | 836 'type': 'string', |
788 'supported_on': ['chrome.*:8-'], | 837 'supported_on': ['chrome.*:8-'], |
789 'features': {'dynamic_refresh': 1}, | 838 'features': {'dynamic_refresh': 1}, |
790 'example_value': 'My Intranet Search', | 839 'example_value': 'My Intranet Search', |
| 840 'id': 41, |
791 'caption': '''Default search provider name''', | 841 'caption': '''Default search provider name''', |
792 'desc': '''Specifies the name of the default search provider. If left
empty, the host name specified by the search URL will be used.''', | 842 'desc': '''Specifies the name of the default search provider. If left
empty, the host name specified by the search URL will be used.''', |
793 }, | 843 }, |
794 { | 844 { |
795 'name': 'DefaultSearchProviderKeyword', | 845 'name': 'DefaultSearchProviderKeyword', |
796 'type': 'string', | 846 'type': 'string', |
797 'supported_on': ['chrome.*:8-'], | 847 'supported_on': ['chrome.*:8-'], |
798 'features': {'dynamic_refresh': 1}, | 848 'features': {'dynamic_refresh': 1}, |
799 'example_value': 'mis', | 849 'example_value': 'mis', |
| 850 'id': 42, |
800 'caption': '''Default search provider keyword''', | 851 'caption': '''Default search provider keyword''', |
801 'desc': '''Specifies the keyword, which is the shortcut used in the om
nibox to trigger the search for this provider. Optional.''', | 852 'desc': '''Specifies the keyword, which is the shortcut used in the om
nibox to trigger the search for this provider. Optional.''', |
802 }, | 853 }, |
803 { | 854 { |
804 'name': 'DefaultSearchProviderSearchURL', | 855 'name': 'DefaultSearchProviderSearchURL', |
805 'type': 'string', | 856 'type': 'string', |
806 'supported_on': ['chrome.*:8-'], | 857 'supported_on': ['chrome.*:8-'], |
807 'features': {'dynamic_refresh': 1}, | 858 'features': {'dynamic_refresh': 1}, |
808 'example_value': 'http://search.my.company/search?q={searchTerms}', | 859 'example_value': 'http://search.my.company/search?q={searchTerms}', |
| 860 'id': 43, |
809 'caption': '''Default search provider search URL''', | 861 'caption': '''Default search provider search URL''', |
810 '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.''', | 862 '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.''', |
811 }, | 863 }, |
812 { | 864 { |
813 'name': 'DefaultSearchProviderSuggestURL', | 865 'name': 'DefaultSearchProviderSuggestURL', |
814 'type': 'string', | 866 'type': 'string', |
815 'supported_on': ['chrome.*:8-'], | 867 'supported_on': ['chrome.*:8-'], |
816 'features': {'dynamic_refresh': 1}, | 868 'features': {'dynamic_refresh': 1}, |
817 'example_value': 'http://search.my.company/suggest?q={searchTerms}', | 869 'example_value': 'http://search.my.company/suggest?q={searchTerms}', |
| 870 'id': 44, |
818 'caption': '''Default search provider suggest URL''', | 871 'caption': '''Default search provider suggest URL''', |
819 'desc': '''Specifies the URL of the search engine used to provide sear
ch suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER"
>{searchTerms}</ph>', which will be replaced at query time by the text the user
has entered so far. Optional.''', | 872 'desc': '''Specifies the URL of the search engine used to provide sear
ch suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER"
>{searchTerms}</ph>', which will be replaced at query time by the text the user
has entered so far. Optional.''', |
820 }, | 873 }, |
821 { | 874 { |
822 'name': 'DefaultSearchProviderInstantURL', | 875 'name': 'DefaultSearchProviderInstantURL', |
823 'type': 'string', | 876 'type': 'string', |
824 'supported_on': ['chrome.*:10-'], | 877 'supported_on': ['chrome.*:10-'], |
825 'features': {'dynamic_refresh': 1}, | 878 'features': {'dynamic_refresh': 1}, |
826 'example_value': 'http://search.my.company/suggest?q={searchTerms}', | 879 'example_value': 'http://search.my.company/suggest?q={searchTerms}', |
| 880 'id': 45, |
827 'caption': '''Default search provider instant URL''', | 881 'caption': '''Default search provider instant URL''', |
828 'desc': '''Specifies the URL of the search engine used to provide inst
ant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{s
earchTerms}'</ph>, which will be replaced at query time by the text the user has
entered so far. Optional.''', | 882 'desc': '''Specifies the URL of the search engine used to provide inst
ant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{s
earchTerms}'</ph>, which will be replaced at query time by the text the user has
entered so far. Optional.''', |
829 }, | 883 }, |
830 { | 884 { |
831 'name': 'DefaultSearchProviderIconURL', | 885 'name': 'DefaultSearchProviderIconURL', |
832 'type': 'string', | 886 'type': 'string', |
833 'supported_on': ['chrome.*:8-'], | 887 'supported_on': ['chrome.*:8-'], |
834 'features': {'dynamic_refresh': 1}, | 888 'features': {'dynamic_refresh': 1}, |
835 'example_value': 'http://search.my.company/favicon.ico', | 889 'example_value': 'http://search.my.company/favicon.ico', |
| 890 'id': 46, |
836 'caption': '''Default search provider icon''', | 891 'caption': '''Default search provider icon''', |
837 'desc': '''Specifies the favorite icon URL of the default search provi
der. Optional.''', | 892 'desc': '''Specifies the favorite icon URL of the default search provi
der. Optional.''', |
838 }, | 893 }, |
839 { | 894 { |
840 'name': 'DefaultSearchProviderEncodings', | 895 'name': 'DefaultSearchProviderEncodings', |
841 'type': 'list', | 896 'type': 'list', |
842 'supported_on': ['chrome.*:8-'], | 897 'supported_on': ['chrome.*:8-'], |
843 'features': {'dynamic_refresh': 1}, | 898 'features': {'dynamic_refresh': 1}, |
844 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'], | 899 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'], |
| 900 'id': 47, |
845 'caption': '''Default search provider encodings''', | 901 'caption': '''Default search provider encodings''', |
846 'desc': '''Specifies the character encodings supported by the search p
rovider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They
are tried in the order provided. The default is UTF-8.''', | 902 'desc': '''Specifies the character encodings supported by the search p
rovider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They
are tried in the order provided. The default is UTF-8.''', |
847 }, | 903 }, |
848 ], | 904 ], |
849 }, | 905 }, |
850 { | 906 { |
851 'name': 'ContentSettings', | 907 'name': 'ContentSettings', |
852 'type': 'group', | 908 'type': 'group', |
853 'caption': '''Content Settings''', | 909 'caption': '''Content Settings''', |
854 'desc': '''Content Settings allow you to specify how contents of a specifi
c type (for example Cookies, Images or JavaScript) is handled.''', | 910 'desc': '''Content Settings allow you to specify how contents of a specifi
c type (for example Cookies, Images or JavaScript) is handled.''', |
855 'policies': [ | 911 'policies': [ |
856 { | 912 { |
857 'name': 'DefaultCookiesSetting', | 913 'name': 'DefaultCookiesSetting', |
858 'type': 'int-enum', | 914 'type': 'int-enum', |
859 'items': [ | 915 'items': [ |
860 { | 916 { |
861 'name': 'AllowCookies', | 917 'name': 'AllowCookies', |
862 'value': 0, | 918 'value': 0, |
863 'caption': '''Allow all sites to set local data.''' | 919 'caption': '''Allow all sites to set local data.''' |
864 }, | 920 }, |
865 { | 921 { |
866 'name': 'BlockCookies', | 922 'name': 'BlockCookies', |
867 'value': 1, | 923 'value': 1, |
868 'caption': '''Do not allow any site to set local data''' | 924 'caption': '''Do not allow any site to set local data''' |
869 }, | 925 }, |
870 ], | 926 ], |
871 'supported_on': ['chrome.*:10-'], | 927 'supported_on': ['chrome.*:10-'], |
872 'features': {'dynamic_refresh': 1}, | 928 'features': {'dynamic_refresh': 1}, |
873 'example_value': 0, | 929 'example_value': 0, |
| 930 'id': 48, |
874 'caption': '''Default cookies setting''', | 931 'caption': '''Default cookies setting''', |
875 '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.''', | 932 '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.''', |
876 }, | 933 }, |
877 { | 934 { |
878 'name': 'DefaultImagesSetting', | 935 'name': 'DefaultImagesSetting', |
879 'type': 'int-enum', | 936 'type': 'int-enum', |
880 'items': [ | 937 'items': [ |
881 { | 938 { |
882 'name': 'AllowImages', | 939 'name': 'AllowImages', |
883 'value': 0, | 940 'value': 0, |
884 'caption': '''Allow all sites to show all images''' | 941 'caption': '''Allow all sites to show all images''' |
885 }, | 942 }, |
886 { | 943 { |
887 'name': 'BlockImages', | 944 'name': 'BlockImages', |
888 'value': 1, | 945 'value': 1, |
889 'caption': '''Do not allow any site to show images''' | 946 'caption': '''Do not allow any site to show images''' |
890 }, | 947 }, |
891 ], | 948 ], |
892 'supported_on': ['chrome.*:10-'], | 949 'supported_on': ['chrome.*:10-'], |
893 'features': {'dynamic_refresh': 1}, | 950 'features': {'dynamic_refresh': 1}, |
894 'example_value': 0, | 951 'example_value': 0, |
| 952 'id': 49, |
895 'caption': '''Default images setting''', | 953 'caption': '''Default images setting''', |
896 '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.''', | 954 '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.''', |
897 }, | 955 }, |
898 { | 956 { |
899 'name': 'DefaultJavaScriptSetting', | 957 'name': 'DefaultJavaScriptSetting', |
900 'type': 'int-enum', | 958 'type': 'int-enum', |
901 'items': [ | 959 'items': [ |
902 { | 960 { |
903 'name': 'AllowJavaScript', | 961 'name': 'AllowJavaScript', |
904 'value': 0, | 962 'value': 0, |
905 'caption': '''Allow all sites to run JavaScript''' | 963 'caption': '''Allow all sites to run JavaScript''' |
906 }, | 964 }, |
907 { | 965 { |
908 'name': 'BlockJavaScript', | 966 'name': 'BlockJavaScript', |
909 'value': 1, | 967 'value': 1, |
910 'caption': '''Do not allow any site to run JavaScript''' | 968 'caption': '''Do not allow any site to run JavaScript''' |
911 }, | 969 }, |
912 ], | 970 ], |
913 'supported_on': ['chrome.*:10-'], | 971 'supported_on': ['chrome.*:10-'], |
914 'features': {'dynamic_refresh': 1}, | 972 'features': {'dynamic_refresh': 1}, |
915 'example_value': 0, | 973 'example_value': 0, |
| 974 'id': 50, |
916 'caption': '''Default JavaScript setting''', | 975 'caption': '''Default JavaScript setting''', |
917 '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.''', | 976 '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.''', |
918 }, | 977 }, |
919 { | 978 { |
920 'name': 'DefaultPluginsSetting', | 979 'name': 'DefaultPluginsSetting', |
921 'type': 'int-enum', | 980 'type': 'int-enum', |
922 'items': [ | 981 'items': [ |
923 { | 982 { |
924 'name': 'AllowPlugins', | 983 'name': 'AllowPlugins', |
925 'value': 0, | 984 'value': 0, |
926 'caption': '''Allow all sites to automatically run plugins''' | 985 'caption': '''Allow all sites to automatically run plugins''' |
927 }, | 986 }, |
928 { | 987 { |
929 'name': 'BlockPlugins', | 988 'name': 'BlockPlugins', |
930 'value': 1, | 989 'value': 1, |
931 'caption': '''Block all plugins''' | 990 'caption': '''Block all plugins''' |
932 }, | 991 }, |
933 ], | 992 ], |
934 'supported_on': ['chrome.*:10-'], | 993 'supported_on': ['chrome.*:10-'], |
935 'features': {'dynamic_refresh': 1}, | 994 'features': {'dynamic_refresh': 1}, |
936 'example_value': 0, | 995 'example_value': 0, |
| 996 'id': 51, |
937 'caption': '''Default plugins setting''', | 997 'caption': '''Default plugins setting''', |
938 '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.''', | 998 '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.''', |
939 }, | 999 }, |
940 { | 1000 { |
941 'name': 'DefaultPopupsSetting', | 1001 'name': 'DefaultPopupsSetting', |
942 'type': 'int-enum', | 1002 'type': 'int-enum', |
943 'items': [ | 1003 'items': [ |
944 { | 1004 { |
945 'name': 'AllowPopups', | 1005 'name': 'AllowPopups', |
946 'value': 0, | 1006 'value': 0, |
947 'caption': '''Allow all sites to show pop-ups''' | 1007 'caption': '''Allow all sites to show pop-ups''' |
948 }, | 1008 }, |
949 { | 1009 { |
950 'name': 'BlockPopups', | 1010 'name': 'BlockPopups', |
951 'value': 1, | 1011 'value': 1, |
952 'caption': '''Do not allow any site to show popups''' | 1012 'caption': '''Do not allow any site to show popups''' |
953 }, | 1013 }, |
954 ], | 1014 ], |
955 'supported_on': ['chrome.*:10-'], | 1015 'supported_on': ['chrome.*:10-'], |
956 'features': {'dynamic_refresh': 1}, | 1016 'features': {'dynamic_refresh': 1}, |
957 'example_value': 1, | 1017 'example_value': 1, |
| 1018 'id': 52, |
958 'caption': '''Default popups setting''', | 1019 'caption': '''Default popups setting''', |
959 '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.''', | 1020 '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.''', |
960 }, | 1021 }, |
961 { | 1022 { |
962 'name': 'DefaultNotificationSetting', | 1023 'name': 'DefaultNotificationSetting', |
963 'type': 'int-enum', | 1024 'type': 'int-enum', |
964 'items': [ | 1025 'items': [ |
965 { | 1026 { |
966 'name': 'AllowNotifications', | 1027 'name': 'AllowNotifications', |
967 'value': 0, | 1028 'value': 0, |
968 'caption': '''Allow sites to show desktop notifications''' | 1029 'caption': '''Allow sites to show desktop notifications''' |
969 }, | 1030 }, |
970 { | 1031 { |
971 'name': 'BlockNotifications', | 1032 'name': 'BlockNotifications', |
972 'value': 1, | 1033 'value': 1, |
973 'caption': '''Do not allow any site to show desktop notifications'
'' | 1034 'caption': '''Do not allow any site to show desktop notifications'
'' |
974 }, | 1035 }, |
975 { | 1036 { |
976 'name': 'AskNotifications', | 1037 'name': 'AskNotifications', |
977 'value': 2, | 1038 'value': 2, |
978 'caption': '''Ask every time a site wants to show desktop notifica
tions''' | 1039 'caption': '''Ask every time a site wants to show desktop notifica
tions''' |
979 }, | 1040 }, |
980 ], | 1041 ], |
981 'supported_on': ['chrome.*:10-'], | 1042 'supported_on': ['chrome.*:10-'], |
982 'features': {'dynamic_refresh': 1}, | 1043 'features': {'dynamic_refresh': 1}, |
983 'example_value': 2, | 1044 'example_value': 2, |
| 1045 'id': 53, |
984 'caption': '''Default notification setting''', | 1046 'caption': '''Default notification setting''', |
985 'desc': '''Allows you to set whether websites are allowed to display d
esktop notifications. Displaying desktop notifications can be allowed by default
, denied by default or the user can be asked everytime a website wants to show d
esktop notifications.''', | 1047 'desc': '''Allows you to set whether websites are allowed to display d
esktop notifications. Displaying desktop notifications can be allowed by default
, denied by default or the user can be asked everytime a website wants to show d
esktop notifications.''', |
986 }, | 1048 }, |
987 { | 1049 { |
988 'name': 'DefaultGeolocationSetting', | 1050 'name': 'DefaultGeolocationSetting', |
989 'type': 'int-enum', | 1051 'type': 'int-enum', |
990 'items': [ | 1052 'items': [ |
991 { | 1053 { |
992 'name': 'AllowGeolocation', | 1054 'name': 'AllowGeolocation', |
993 'value': 0, | 1055 'value': 0, |
994 'caption': '''Allow sites to track the users' physical location''' | 1056 'caption': '''Allow sites to track the users' physical location''' |
995 }, | 1057 }, |
996 { | 1058 { |
997 'name': 'BlockGeolocation', | 1059 'name': 'BlockGeolocation', |
998 'value': 1, | 1060 'value': 1, |
999 'caption': '''Do not allow any site to track the users' physical l
ocation''' | 1061 'caption': '''Do not allow any site to track the users' physical l
ocation''' |
1000 }, | 1062 }, |
1001 { | 1063 { |
1002 'name': 'AskGeolocation', | 1064 'name': 'AskGeolocation', |
1003 'value': 2, | 1065 'value': 2, |
1004 'caption': '''Ask whenever a site wants to track the users' physic
al location''' | 1066 'caption': '''Ask whenever a site wants to track the users' physic
al location''' |
1005 }, | 1067 }, |
1006 ], | 1068 ], |
1007 'supported_on': ['chrome.*:10-'], | 1069 'supported_on': ['chrome.*:10-'], |
1008 'features': {'dynamic_refresh': 1}, | 1070 'features': {'dynamic_refresh': 1}, |
1009 'example_value': 0, | 1071 'example_value': 0, |
| 1072 'id': 54, |
1010 'caption': '''Default geolocation setting''', | 1073 'caption': '''Default geolocation setting''', |
1011 'desc': '''Allows you to set whether websites are allowed to track the
users' physical location. Tracking the users' physical location can be allowed
by default, denied by default or the user can be asked everytime a website reque
sts the pysical location.''', | 1074 'desc': '''Allows you to set whether websites are allowed to track the
users' physical location. Tracking the users' physical location can be allowed
by default, denied by default or the user can be asked everytime a website reque
sts the pysical location.''', |
1012 }, | 1075 }, |
1013 ], | 1076 ], |
1014 }, | 1077 }, |
1015 { | 1078 { |
1016 'name': 'Disable3DAPIs', | 1079 'name': 'Disable3DAPIs', |
1017 'type': 'main', | 1080 'type': 'main', |
1018 'supported_on': ['chrome.*:9-'], | 1081 'supported_on': ['chrome.*:9-'], |
1019 'features': {'dynamic_refresh': 0}, | 1082 'features': {'dynamic_refresh': 0}, |
1020 'example_value': False, | 1083 'example_value': False, |
| 1084 'id': 55, |
1021 'caption': '''Disable support for 3D graphics APIs''', | 1085 'caption': '''Disable support for 3D graphics APIs''', |
1022 'desc': '''Disable support for 3D graphics APIs. | 1086 'desc': '''Disable support for 3D graphics APIs. |
1023 | 1087 |
1024 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. | 1088 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. |
1025 | 1089 |
1026 Disabling this setting potentially allows web pages to use the WebGL API a
nd plugins to use the Pepper 3D API. The default settings of the browser may sti
ll require command line arguments to be passed in order to use these APIs.''', | 1090 Disabling this setting potentially allows web pages to use the WebGL API a
nd plugins to use the Pepper 3D API. The default settings of the browser may sti
ll require command line arguments to be passed in order to use these APIs.''', |
1027 }, | 1091 }, |
1028 { | 1092 { |
1029 'name': 'PolicyRefreshRate', | 1093 'name': 'PolicyRefreshRate', |
1030 'type': 'int', | 1094 'type': 'int', |
1031 'supported_on': ['chrome_os:1.0.0.0-'], | 1095 'supported_on': ['chrome_os:1.0.0.0-'], |
1032 'features': {'dynamic_refresh': 1}, | 1096 'features': {'dynamic_refresh': 1}, |
1033 'example_value': 3600000, | 1097 'example_value': 3600000, |
| 1098 'id': 56, |
1034 'caption': '''Policy refresh rate''', | 1099 'caption': '''Policy refresh rate''', |
1035 'desc': '''Specifies the period in milliseconds at which the device manage
ment service is queried for policy information. | 1100 'desc': '''Specifies the period in milliseconds at which the device manage
ment service is queried for policy information. |
1036 | 1101 |
1037 Setting this policy overrides the default value of 3 hours. Valid values f
or this policy are in the range from 30 minutes to 1 day. Any values not in this
range will be clamped to the respective boundary.''', | 1102 Setting this policy overrides the default value of 3 hours. Valid values f
or this policy are in the range from 30 minutes to 1 day. Any values not in this
range will be clamped to the respective boundary.''', |
1038 }, | 1103 }, |
1039 { | 1104 { |
1040 'name': 'ChromeFrameRendererSettings', | 1105 'name': 'ChromeFrameRendererSettings', |
1041 'type': 'group', | 1106 'type': 'group', |
1042 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<e
x>Google Chrome Frame</ex></ph>''', | 1107 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<e
x>Google Chrome Frame</ex></ph>''', |
1043 'desc': '''Allows you to configure the default HTML renderer when <ph name
="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> | 1108 'desc': '''Allows you to configure the default HTML renderer when <ph name
="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> |
(...skipping 13 matching lines...) Expand all Loading... |
1057 }, | 1122 }, |
1058 { | 1123 { |
1059 'name': 'RenderInChromeFrame', | 1124 'name': 'RenderInChromeFrame', |
1060 'value': 1, | 1125 'value': 1, |
1061 'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom
e Frame</ex></ph> by default''' | 1126 'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom
e Frame</ex></ph> by default''' |
1062 }, | 1127 }, |
1063 ], | 1128 ], |
1064 'supported_on': ['chrome_frame:8-'], | 1129 'supported_on': ['chrome_frame:8-'], |
1065 'features': {'dynamic_refresh': 0}, | 1130 'features': {'dynamic_refresh': 0}, |
1066 'example_value': 1, | 1131 'example_value': 1, |
| 1132 'id': 57, |
1067 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">
$3<ex>Google Chrome Frame</ex></ph>''', | 1133 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">
$3<ex>Google Chrome Frame</ex></ph>''', |
1068 'desc': '''Allows you to configure the default HTML renderer when <ph
name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> | 1134 'desc': '''Allows you to configure the default HTML renderer when <ph
name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> |
1069 </ph> is installed. | 1135 </ph> is installed. |
1070 The default setting is to allow the host browser do the rendering, but
you | 1136 The default setting is to allow the host browser do the rendering, but
you |
1071 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3
<ex> | 1137 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3
<ex> |
1072 Google Chrome Frame</ex></ph> render HTML pages by default.''', | 1138 Google Chrome Frame</ex></ph> render HTML pages by default.''', |
1073 }, | 1139 }, |
1074 { | 1140 { |
1075 'name': 'RenderInChromeFrameList', | 1141 'name': 'RenderInChromeFrameList', |
1076 'type': 'list', | 1142 'type': 'list', |
1077 'supported_on': ['chrome_frame:8-'], | 1143 'supported_on': ['chrome_frame:8-'], |
1078 'features': {'dynamic_refresh': 0}, | 1144 'features': {'dynamic_refresh': 0}, |
1079 'example_value': ['http://www.example.com', 'http://www.example.edu'], | 1145 'example_value': ['http://www.example.com', 'http://www.example.edu'], |
| 1146 'id': 58, |
1080 'caption': '''Always render the following URL patterns in <ph name="PR
ODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', | 1147 'caption': '''Always render the following URL patterns in <ph name="PR
ODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', |
1081 '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>. | 1148 '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>. |
1082 | 1149 |
1083 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', | 1150 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', |
1084 }, | 1151 }, |
1085 { | 1152 { |
1086 'name': 'RenderInHostList', | 1153 'name': 'RenderInHostList', |
1087 'type': 'list', | 1154 'type': 'list', |
1088 'supported_on': ['chrome_frame:8-'], | 1155 'supported_on': ['chrome_frame:8-'], |
1089 'features': {'dynamic_refresh': 0}, | 1156 'features': {'dynamic_refresh': 0}, |
1090 'example_value': ['http://www.example.com', 'http://www.example.edu'], | 1157 'example_value': ['http://www.example.com', 'http://www.example.edu'], |
| 1158 'id': 59, |
1091 'caption': '''Always render the following URL patterns in the host bro
wser''', | 1159 'caption': '''Always render the following URL patterns in the host bro
wser''', |
1092 'desc': '''Customize the list of URL patterns that should always be re
ndered by the host browser. | 1160 'desc': '''Customize the list of URL patterns that should always be re
ndered by the host browser. |
1093 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', | 1161 For example patterns see http://www.chromium.org/developers/how-tos/ch
rome-frame-getting-started.''', |
1094 }, | 1162 }, |
1095 ], | 1163 ], |
1096 }, | 1164 }, |
1097 { | 1165 { |
1098 'name': 'ChromeFrameContentTypes', | 1166 'name': 'ChromeFrameContentTypes', |
1099 'type': 'group', | 1167 'type': 'group', |
1100 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram
e</ex></ph> to handle the following content types.''', | 1168 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram
e</ex></ph> to handle the following content types.''', |
1101 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</
ex></ph> to handle the following content types.''', | 1169 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</
ex></ph> to handle the following content types.''', |
1102 'policies': [ | 1170 'policies': [ |
1103 { | 1171 { |
1104 'name': 'ChromeFrameContentTypes', | 1172 'name': 'ChromeFrameContentTypes', |
1105 'type': 'list', | 1173 'type': 'list', |
1106 'supported_on': ['chrome_frame:8-'], | 1174 'supported_on': ['chrome_frame:8-'], |
1107 'features': {'dynamic_refresh': 0}, | 1175 'features': {'dynamic_refresh': 0}, |
1108 'example_value': ['text/xml', 'application/xml'], | 1176 'example_value': ['text/xml', 'application/xml'], |
| 1177 'id': 60, |
1109 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome
Frame</ex></ph> to handle the following content types.''', | 1178 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome
Frame</ex></ph> to handle the following content types.''', |
1110 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra
me</ex></ph> to handle the following content types.''', | 1179 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra
me</ex></ph> to handle the following content types.''', |
1111 }, | 1180 }, |
1112 ], | 1181 ], |
1113 }, | 1182 }, |
1114 { | 1183 { |
1115 'name': 'ChromeOsLockOnIdleSuspend', | 1184 'name': 'ChromeOsLockOnIdleSuspend', |
1116 'type': 'main', | 1185 'type': 'main', |
1117 'supported_on': ['chrome_os:0.9.79.0-'], | 1186 'supported_on': ['chrome_os:0.9.79.0-'], |
1118 'features': {'dynamic_refresh': 1}, | 1187 'features': {'dynamic_refresh': 1}, |
1119 'example_value': True, | 1188 'example_value': True, |
| 1189 'id': 61, |
1120 'caption': '''Enable lock when ChromeOS devices become idle or suspended.'
'', | 1190 'caption': '''Enable lock when ChromeOS devices become idle or suspended.'
'', |
1121 'desc': '''Enable lock when ChromeOS devices become idle or suspended. | 1191 'desc': '''Enable lock when ChromeOS devices become idle or suspended. |
1122 | 1192 |
1123 If you enable this setting, users will be asked for a password to unlock C
hromeOS devices from sleep. | 1193 If you enable this setting, users will be asked for a password to unlock C
hromeOS devices from sleep. |
1124 | 1194 |
1125 If you disable this setting, users will not be asked for a password to wak
e ChromeOS devices from sleep. | 1195 If you disable this setting, users will not be asked for a password to wak
e ChromeOS devices from sleep. |
1126 | 1196 |
1127 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS</ex></ph>.''', | 1197 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS</ex></ph>.''', |
1128 }, | 1198 }, |
1129 { | 1199 { |
1130 'name': 'InstantEnabled', | 1200 'name': 'InstantEnabled', |
1131 'type': 'main', | 1201 'type': 'main', |
1132 'supported_on': ['chrome.*:11-'], | 1202 'supported_on': ['chrome.*:11-'], |
1133 'features': {'dynamic_refresh': 1}, | 1203 'features': {'dynamic_refresh': 1}, |
1134 'example_value': True, | 1204 'example_value': True, |
| 1205 'id': 62, |
1135 'caption': '''Enable Instant''', | 1206 'caption': '''Enable Instant''', |
1136 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Instant feature and prevents users from changing this setting. | 1207 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s
Instant feature and prevents users from changing this setting. |
1137 | 1208 |
1138 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> Instant is enabled. | 1209 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> Instant is enabled. |
1139 | 1210 |
1140 If you disable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</
ex></ph> Instant is disabled. | 1211 If you disable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</
ex></ph> Instant is disabled. |
1141 | 1212 |
1142 If you enable or disable this setting, users cannot change or override thi
s setting.''', | 1213 If you enable or disable this setting, users cannot change or override thi
s setting.''', |
1143 }, | 1214 }, |
1144 ], | 1215 ], |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1239 { | 1310 { |
1240 'key': '$4', | 1311 'key': '$4', |
1241 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' | 1312 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' |
1242 }, | 1313 }, |
1243 { | 1314 { |
1244 'key': '$5', | 1315 'key': '$5', |
1245 'value': 'http://www.chromium.org/administrators/policy-templates' | 1316 'value': 'http://www.chromium.org/administrators/policy-templates' |
1246 }, | 1317 }, |
1247 ] | 1318 ] |
1248 } | 1319 } |
OLD | NEW |