1 <div id=
"content-settings-page" class=
"page" hidden
>
2 <div class=
"close-button"></div>
3 <h1 i18n-content=
"contentSettingsPage"></h1>
4 <div class=
"content-area">
5 <!-- Cookie filter tab contents -->
7 <h3 i18n-content=
"cookiesTabLabel"></h3>
9 <div class=
"radio controlled-setting-with-label">
11 <input type=
"radio" name=
"cookies" value=
"allow">
13 <span i18n-content=
"cookiesAllow"></span>
14 <span class=
"controlled-setting-indicator"
15 content-setting=
"cookies" value=
"allow"></span>
19 <div class=
"radio controlled-setting-with-label">
21 <input type=
"radio" name=
"cookies" value=
"session">
23 <span i18n-content=
"cookiesSession"></span>
24 <span class=
"controlled-setting-indicator"
25 content-setting=
"cookies" value=
"session"></span>
29 <div class=
"radio controlled-setting-with-label">
31 <input type=
"radio" name=
"cookies" value=
"block">
33 <span i18n-content=
"cookiesBlock"></span>
34 <span class=
"controlled-setting-indicator"
35 content-setting=
"cookies" value=
"block"></span>
39 <div class=
"checkbox controlled-setting-with-label">
41 <input pref=
"profile.block_third_party_cookies" type=
"checkbox">
43 <span i18n-content=
"cookiesBlock3rdParty"></span>
44 <span class=
"controlled-setting-indicator"
45 pref=
"profile.block_third_party_cookies"></span>
48 <div class=
"settings-row">
49 <button class=
"exceptions-list-button" contentType=
"cookies"
50 i18n-content=
"manageExceptions"></button>
51 <button id=
"show-cookies-button"
52 i18n-content=
"cookiesShowCookies"></button>
58 <h3 i18n-content=
"imagesTabLabel"></h3>
60 <div class=
"radio controlled-setting-with-label">
62 <input type=
"radio" name=
"images" value=
"allow">
64 <span i18n-content=
"imagesAllow"></span>
65 <span class=
"controlled-setting-indicator"
66 content-setting=
"images" value=
"allow"></span>
70 <div class=
"radio controlled-setting-with-label">
72 <input type=
"radio" name=
"images" value=
"block">
74 <span i18n-content=
"imagesBlock"></span>
75 <span class=
"controlled-setting-indicator"
76 content-setting=
"images" value=
"block"></span>
80 <div class=
"settings-row">
81 <button class=
"exceptions-list-button" contentType=
"images"
82 i18n-content=
"manageExceptions"></button>
86 <!-- JavaScript filter -->
88 <h3 i18n-content=
"javascriptTabLabel"></h3>
90 <div class=
"radio controlled-setting-with-label">
92 <input type=
"radio" name=
"javascript" value=
"allow">
94 <span i18n-content=
"javascriptAllow"></span>
95 <span class=
"controlled-setting-indicator"
96 content-setting=
"javascript" value=
"allow"></span>
100 <div class=
"radio controlled-setting-with-label">
102 <input type=
"radio" name=
"javascript" value=
"block">
104 <span i18n-content=
"javascriptBlock"></span>
105 <span class=
"controlled-setting-indicator"
106 content-setting=
"javascript" value=
"block"></span>
110 <div class=
"settings-row">
111 <button class=
"exceptions-list-button" contentType=
"javascript"
112 i18n-content=
"manageExceptions"></button>
116 <!-- Handlers settings -->
117 <section id=
"handlers-section">
118 <h3 i18n-content=
"handlersTabLabel"></h3>
122 <input type=
"radio" name=
"handlers" value=
"allow"
123 class=
"handler-radio">
124 <span i18n-content=
"handlersAllow"></span>
129 <input type=
"radio" name=
"handlers" value=
"block"
130 class=
"handler-radio">
131 <span i18n-content=
"handlersBlock"></span>
134 <div class=
"settings-row">
135 <button id=
"manage-handlers-button" contentType=
"handlers"
136 i18n-content=
"manageHandlers"></button>
140 <!-- Plugins filter -->
142 <h3 i18n-content=
"pluginsTabLabel"></h3>
144 <div class=
"radio controlled-setting-with-label">
146 <input id=
"plugins-allow-radio" type=
"radio" name=
"plugins"
149 <span i18n-content=
"pluginsAllow"></span>
150 <span class=
"controlled-setting-indicator"
151 content-setting=
"plugins" value=
"allow"></span>
155 <div class=
"radio controlled-setting-with-label">
157 <input type=
"radio" name=
"plugins" value=
"detect">
159 <span i18n-content=
"pluginsDetect"></span>
160 <span class=
"controlled-setting-indicator"
161 content-setting=
"plugins" value=
"detect"></span>
165 <div class=
"radio controlled-setting-with-label">
167 <input type=
"radio" name=
"plugins" value=
"block">
169 <span i18n-content=
"pluginsBlock"></span>
170 <span class=
"controlled-setting-indicator"
171 content-setting=
"plugins" value=
"block"></span>
175 <div class=
"settings-row">
176 <button class=
"exceptions-list-button" contentType=
"plugins"
177 i18n-content=
"manageExceptions"></button>
179 <div id=
"disable-plugins-container">
180 <a href=
"chrome://plugins" i18n-content=
"manageIndividualPlugins"
185 <!-- Pop-ups filter -->
187 <h3 i18n-content=
"popupsTabLabel" class=
"content-settings-header"></h3>
189 <div class=
"radio controlled-setting-with-label">
191 <input type=
"radio" name=
"popups" value=
"allow">
193 <span i18n-content=
"popupsAllow"></span>
194 <span class=
"controlled-setting-indicator"
195 content-setting=
"popups" value=
"allow"></span>
199 <div class=
"radio controlled-setting-with-label">
201 <input type=
"radio" name=
"popups" value=
"block">
203 <span i18n-content=
"popupsBlock"></span>
204 <span class=
"controlled-setting-indicator"
205 content-setting=
"popups" value=
"block"></span>
209 <div class=
"settings-row">
210 <button class=
"exceptions-list-button" contentType=
"popups"
211 i18n-content=
"manageExceptions"></button>
215 <!-- Location filter -->
217 <h3 i18n-content=
"locationTabLabel"></h3>
219 <div class=
"radio controlled-setting-with-label">
221 <input type=
"radio" name=
"location" value=
"allow">
223 <span i18n-content=
"locationAllow"></span>
224 <span class=
"controlled-setting-indicator"
225 content-setting=
"location" value=
"allow"></span>
229 <div class=
"radio controlled-setting-with-label">
231 <input type=
"radio" name=
"location" value=
"ask">
233 <span i18n-content=
"locationAsk"></span>
234 <span class=
"controlled-setting-indicator"
235 content-setting=
"location" value=
"ask"></span>
239 <div class=
"radio controlled-setting-with-label">
241 <input type=
"radio" name=
"location"
244 <span i18n-content=
"locationBlock"></span>
245 <span class=
"controlled-setting-indicator"
246 content-setting=
"location" value=
"block"></span>
250 <if expr=
"enable_google_now">
251 <div class=
"checkbox controlled-setting-with-label"
252 id=
"geolocationCheckbox" hidden
>
254 <input pref=
"googlegeolocationaccess.enabled"
255 metric=
"Options_GoogleGeolocationAccessCheckbox"
258 <span i18n-content=
"googleGeolocationAccessEnable"></span>
259 <span class=
"controlled-setting-indicator"
260 pref=
"googlegeolocationaccess.enabled"></span>
265 <div class=
"settings-row">
266 <button class=
"exceptions-list-button" contentType=
"location"
267 i18n-content=
"manageExceptions"></button>
271 <!-- Notifications filter tab contents -->
272 <section id=
"notifications-section">
273 <h3 i18n-content=
"notificationsTabLabel"></h3>
275 <div class=
"radio controlled-setting-with-label">
277 <input type=
"radio" name=
"notifications" value=
"allow">
279 <span i18n-content=
"notificationsAllow"></span>
280 <span class=
"controlled-setting-indicator"
281 content-setting=
"notifications" value=
"allow"></span>
285 <div class=
"radio controlled-setting-with-label">
287 <input type=
"radio" name=
"notifications" value=
"ask">
289 <span i18n-content=
"notificationsAsk"></span>
290 <span class=
"controlled-setting-indicator"
291 content-setting=
"notifications" value=
"ask"></span>
295 <div class=
"radio controlled-setting-with-label">
297 <input type=
"radio" name=
"notifications" value=
"block">
299 <span i18n-content=
"notificationsBlock"></span>
300 <span class=
"controlled-setting-indicator"
301 content-setting=
"notifications" value=
"block"></span>
305 <div class=
"settings-row">
306 <button class=
"exceptions-list-button" contentType=
"notifications"
307 i18n-content=
"manageExceptions"></button>
311 <!-- Fullscreen filter -->
313 <h3 i18n-content=
"fullscreenTabLabel"></h3>
314 <div class=
"settings-row">
315 <button class=
"exceptions-list-button" contentType=
"fullscreen"
316 i18n-content=
"manageExceptions"></button>
319 <!-- Mouse Lock filter -->
321 <h3 i18n-content=
"mouselockTabLabel"></h3>
325 <input type=
"radio" name=
"mouselock" value=
"allow">
327 <span i18n-content=
"mouselockAllow"></span>
328 <span class=
"controlled-setting-indicator"
329 content-setting=
"mouselock" value=
"allow"></span>
335 <input type=
"radio" name=
"mouselock" value=
"ask">
337 <span i18n-content=
"mouselockAsk"></span>
338 <span class=
"controlled-setting-indicator"
339 content-setting=
"mouselock" value=
"ask"></span>
345 <input type=
"radio" name=
"mouselock" value=
"block">
347 <span i18n-content=
"mouselockBlock"></span>
348 <span class=
"controlled-setting-indicator"
349 content-setting=
"mouselock" value=
"block"></span>
353 <div class=
"settings-row">
354 <button class=
"exceptions-list-button" contentType=
"mouselock"
355 i18n-content=
"manageExceptions"></button>
359 <if expr=
"chromeos or is_win">
360 <!-- Protected Content filter -->
361 <section guest-visibility=
"disabled">
362 <h3 i18n-content=
"protectedContentTabLabel"
363 class=
"content-settings-header"></h3>
365 <div class=
"settings-row">
366 <p i18n-content=
"protectedContentInfo"></p>
368 <div class=
"checkbox">
370 <input pref=
"settings.privacy.drm_enabled" type=
"checkbox">
371 <span i18n-content=
"protectedContentEnable"></span>
375 <div class=
"settings-row">
376 <button id=
"protected-content-exceptions"
377 class=
"exceptions-list-button" contentType=
"protectedContent"
378 i18n-content=
"manageExceptions"></button>
384 <!-- Microphone filter -->
385 <section id=
"media-stream-mic">
386 <h3 i18n-content=
"mediaStreamMicTabLabel"></h3>
388 <span id=
"media-select-mic-label"
389 i18n-content=
"mediaSelectMicLabel" hidden
></span>
390 <select id=
"media-select-mic" class=
"weakrtl media-device-control"
391 aria-labelledby=
"media-select-mic-label"></select>
392 <div class=
"radio controlled-setting-with-label">
394 <input type=
"radio" name=
"media-stream-mic" value=
"ask">
396 <span i18n-content=
"mediaStreamMicAsk"></span>
397 <span class=
"controlled-setting-indicator"
398 content-setting=
"media-stream-mic" value=
"ask"></span>
402 <div class=
"radio controlled-setting-with-label">
404 <input type=
"radio" name=
"media-stream-mic" value=
"block">
406 <span i18n-content=
"mediaStreamMicBlock"></span>
407 <span class=
"controlled-setting-indicator"
408 content-setting=
"media-stream-mic" value=
"block"></span>
412 <div class=
"settings-row">
413 <button class=
"exceptions-list-button" contentType=
"media-stream-mic"
414 i18n-content=
"manageExceptions"></button>
416 <div id=
"media-pepper-flash-default-mic" class=
"pepper-flash-settings">
417 <span i18n-content=
"mediaPepperFlashMicDefaultDivergedLabel"></span>
418 <a target=
"_blank" i18n-content=
"mediaPepperFlashChangeLink"
419 i18n-values=
"href:mediaPepperFlashGlobalPrivacyURL"></a>
423 <!-- Camera filter -->
424 <section id=
"media-stream-camera">
425 <h3 i18n-content=
"mediaStreamCameraTabLabel"></h3>
427 <span id=
"media-select-camera-label"
428 i18n-content=
"mediaSelectCameraLabel" hidden
></span>
429 <select id=
"media-select-camera" class=
"weakrtl media-device-control"
430 aria-labelledby=
"media-select-camera-label"></select>
431 <div class=
"radio controlled-setting-with-label">
433 <input type=
"radio" name=
"media-stream-camera" value=
"ask">
435 <span i18n-content=
"mediaStreamCameraAsk"></span>
436 <span class=
"controlled-setting-indicator"
437 content-setting=
"media-stream-camera" value=
"ask"></span>
441 <div class=
"radio controlled-setting-with-label">
443 <input type=
"radio" name=
"media-stream-camera" value=
"block">
445 <span i18n-content=
"mediaStreamCameraBlock"></span>
446 <span class=
"controlled-setting-indicator"
447 content-setting=
"media-stream-camera" value=
"block"></span>
451 <div class=
"settings-row">
452 <button class=
"exceptions-list-button"
453 contentType=
"media-stream-camera" i18n-content=
"manageExceptions">
456 <div id=
"media-pepper-flash-default-camera"
457 class=
"pepper-flash-settings">
458 <span i18n-content=
"mediaPepperFlashCameraDefaultDivergedLabel">
460 <a target=
"_blank" i18n-content=
"mediaPepperFlashChangeLink"
461 i18n-values=
"href:mediaPepperFlashGlobalPrivacyURL"></a>
465 <!-- PPAPI broker -->
467 <h3 i18n-content=
"ppapiBrokerTabLabel"></h3>
471 <input type=
"radio" name=
"ppapi-broker" value=
"allow">
473 <span i18n-content=
"ppapiBrokerAllow"></span>
474 <span class=
"controlled-setting-indicator"
475 content-setting=
"ppapi-broker" value=
"allow"></span>
481 <input type=
"radio" name=
"ppapi-broker" value=
"ask">
483 <span i18n-content=
"ppapiBrokerAsk"></span>
484 <span class=
"controlled-setting-indicator"
485 content-setting=
"ppapi-broker" value=
"ask"></span>
491 <input type=
"radio" name=
"ppapi-broker" value=
"block">
493 <span i18n-content=
"ppapiBrokerBlock"></span>
494 <span class=
"controlled-setting-indicator"
495 content-setting=
"ppapi-broker" value=
"block"></span>
499 <div class=
"settings-row">
500 <button class=
"exceptions-list-button" contentType=
"ppapi-broker"
501 i18n-content=
"manageExceptions"></button>
505 <!-- Automatic Downloads filter -->
507 <h3 i18n-content=
"multipleAutomaticDownloadsTabLabel"></h3>
509 <div class=
"radio controlled-setting-with-label">
511 <input type=
"radio" name=
"multiple-automatic-downloads"
514 <span i18n-content=
"multipleAutomaticDownloadsAllow"></span>
515 <span class=
"controlled-setting-indicator"
516 content-setting=
"multiple-automatic-downloads" value=
"allow">
521 <div class=
"radio controlled-setting-with-label">
523 <input type=
"radio" name=
"multiple-automatic-downloads" value=
"ask">
525 <span i18n-content=
"multipleAutomaticDownloadsAsk"></span>
526 <span class=
"controlled-setting-indicator"
527 content-setting=
"multiple-automatic-downloads" value=
"ask">
532 <div class=
"radio controlled-setting-with-label">
534 <input type=
"radio" name=
"multiple-automatic-downloads"
537 <span i18n-content=
"multipleAutomaticDownloadsBlock"></span>
538 <span class=
"controlled-setting-indicator"
539 content-setting=
"multiple-automatic-downloads" value=
"block">
544 <div class=
"settings-row">
545 <button class=
"exceptions-list-button"
546 contentType=
"multiple-automatic-downloads"
547 i18n-content=
"manageExceptions"></button>
551 <!-- MIDI system exclusive messages filter -->
553 <h3 i18n-content=
"midiSysexHeader"></h3>
557 <input type=
"radio" name=
"midi-sysex" value=
"allow">
558 <span i18n-content=
"midiSysExAllow"></span>
563 <input type=
"radio" name=
"midi-sysex" value=
"ask">
564 <span i18n-content=
"midiSysExAsk"></span>
569 <input type=
"radio" name=
"midi-sysex" value=
"block">
570 <span i18n-content=
"midiSysExBlock"></span>
573 <div class=
"settings-row">
574 <button class=
"exceptions-list-button" contentType=
"midi-sysex"
575 i18n-content=
"manageExceptions"></button>
579 <!-- Push messaging filter -->
580 <section id=
"experimental-push-messaging-settings" hidden=
"true">
581 <h3 i18n-content=
"pushMessagingHeader"></h3>
585 <input type=
"radio" name=
"push-messaging" value=
"allow">
586 <span i18n-content=
"pushMessagingAllow"></span>
591 <input type=
"radio" name=
"push-messaging" value=
"ask">
592 <span i18n-content=
"pushMessagingAsk"></span>
597 <input type=
"radio" name=
"push-messaging" value=
"block">
598 <span i18n-content=
"pushMessagingBlock"></span>
601 <div class=
"settings-row">
602 <button class=
"exceptions-list-button" contentType=
"push-messaging"
603 i18n-content=
"manageExceptions"></button>
607 <!-- Page zoom levels -->
608 <section id=
"page-zoom-levels">
609 <h3 i18n-content=
"zoomlevelsHeader"></h3>
611 <div class=
"settings-row">
612 <button class=
"exceptions-list-button" contentType=
"zoomlevels"
613 i18n-content=
"zoomLevelsManage"></button>
618 <div class=
"action-area">
619 <div class=
"button-strip">
620 <button id=
"content-settings-overlay-confirm" class=
"default-button"