Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(653)

Side by Side Diff: chrome/app/policy/policy_templates.json

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

Powered by Google App Engine
This is Rietveld 408576698