cef_content_setting_types_t

Supported content setting types. Some types are platform-specific or only supported with the Chrome runtime. Should be kept in sync with Chromium's ContentSettingsType type.

Values

ValueMeaning
CEF_CONTENT_SETTING_TYPE_COOKIES0

provided context. However, it may be overridden by other settings. This enum should NOT be read directly to determine whether cookies are enabled; the client should instead rely on the CookieSettings API.

CEF_CONTENT_SETTING_TYPE_IMAGES1
CEF_CONTENT_SETTING_TYPE_JAVASCRIPT2
CEF_CONTENT_SETTING_TYPE_POPUPS3

This setting governs both popups and unwanted redirects like tab-unders and framebusting.

CEF_CONTENT_SETTING_TYPE_GEOLOCATION4
CEF_CONTENT_SETTING_TYPE_NOTIFICATIONS5
CEF_CONTENT_SETTING_TYPE_AUTO_SELECT_CERTIFICATE6
CEF_CONTENT_SETTING_TYPE_MIXEDSCRIPT7
CEF_CONTENT_SETTING_TYPE_MEDIASTREAM_MIC8
CEF_CONTENT_SETTING_TYPE_MEDIASTREAM_CAMERA9
CEF_CONTENT_SETTING_TYPE_PROTOCOL_HANDLERS10
CEF_CONTENT_SETTING_TYPE_DEPRECATED_PPAPI_BROKER11
CEF_CONTENT_SETTING_TYPE_AUTOMATIC_DOWNLOADS12
CEF_CONTENT_SETTING_TYPE_MIDI_SYSEX13

Advanced device-specific functions on MIDI devices. MIDI-SysEx communications can be used for changing the MIDI device's persistent state such as firmware.

CEF_CONTENT_SETTING_TYPE_SSL_CERT_DECISIONS14
CEF_CONTENT_SETTING_TYPE_PROTECTED_MEDIA_IDENTIFIER15
CEF_CONTENT_SETTING_TYPE_APP_BANNER16
CEF_CONTENT_SETTING_TYPE_SITE_ENGAGEMENT17
CEF_CONTENT_SETTING_TYPE_DURABLE_STORAGE18
CEF_CONTENT_SETTING_TYPE_USB_CHOOSER_DATA19
CEF_CONTENT_SETTING_TYPE_BLUETOOTH_GUARD20
CEF_CONTENT_SETTING_TYPE_BACKGROUND_SYNC21
CEF_CONTENT_SETTING_TYPE_AUTOPLAY22
CEF_CONTENT_SETTING_TYPE_IMPORTANT_SITE_INFO23
CEF_CONTENT_SETTING_TYPE_PERMISSION_AUTOBLOCKER_DATA24
CEF_CONTENT_SETTING_TYPE_ADS25
CEF_CONTENT_SETTING_TYPE_ADS_DATA26

Website setting which stores metadata for the subresource filter to aid in decisions for whether or not to show the UI.

CEF_CONTENT_SETTING_TYPE_MIDI27

MIDI stands for Musical Instrument Digital Interface. It is a standard that allows electronic musical instruments, computers, and other devices to communicate with each other.

CEF_CONTENT_SETTING_TYPE_PASSWORD_PROTECTION28

This content setting type is for caching password protection service's verdicts of each origin.

CEF_CONTENT_SETTING_TYPE_MEDIA_ENGAGEMENT29

Website setting which stores engagement data for media related to a specific origin.

CEF_CONTENT_SETTING_TYPE_SOUND30

Content setting which stores whether or not the site can play audible sound. This will not block playback but instead the user will not hear it.

CEF_CONTENT_SETTING_TYPE_CLIENT_HINTS31

Website setting which stores the list of client hints that the origin requested the browser to remember. The browser is expected to send all client hints in the HTTP request headers for every resource requested from that origin.

CEF_CONTENT_SETTING_TYPE_SENSORS32

Generic Sensor API covering ambient-light-sensor, accelerometer, gyroscope and magnetometer are all mapped to a single content_settings_type. Setting for the Generic Sensor API covering ambient-light-sensor, accelerometer, gyroscope and magnetometer. These are all mapped to a single ContentSettingsType.

CEF_CONTENT_SETTING_TYPE_ACCESSIBILITY_EVENTS33

Content setting which stores whether or not the user has granted the site permission to respond to accessibility events, which can be used to provide a custom accessibility experience. Requires explicit user consent because some users may not want sites to know they're using assistive technology.

CEF_CONTENT_SETTING_TYPE_PAYMENT_HANDLER34

Used to store whether to allow a website to install a payment handler.

CEF_CONTENT_SETTING_TYPE_USB_GUARD35

Content setting which stores whether to allow sites to ask for permission to access USB devices. If this is allowed specific device permissions are stored under USB_CHOOSER_DATA.

CEF_CONTENT_SETTING_TYPE_BACKGROUND_FETCH36

Nothing is stored in this setting at present. Please refer to BackgroundFetchPermissionContext for details on how this permission is ascertained.

CEF_CONTENT_SETTING_TYPE_INTENT_PICKER_DISPLAY37

Website setting which stores the amount of times the user has dismissed intent picker UI without explicitly choosing an option.

CEF_CONTENT_SETTING_TYPE_IDLE_DETECTION38

Used to store whether to allow a website to detect user active/idle state.

CEF_CONTENT_SETTING_TYPE_SERIAL_GUARD39

Content settings for access to serial ports. The "guard" content setting stores whether to allow sites to ask for permission to access a port. The permissions granted to access particular ports are stored in the "chooser data" website setting.

CEF_CONTENT_SETTING_TYPE_SERIAL_CHOOSER_DATA40
CEF_CONTENT_SETTING_TYPE_PERIODIC_BACKGROUND_SYNC41

Nothing is stored in this setting at present. Please refer to PeriodicBackgroundSyncPermissionContext for details on how this permission is ascertained. This content setting is not registered because it does not require access to any existing providers.

CEF_CONTENT_SETTING_TYPE_BLUETOOTH_SCANNING42

Content setting which stores whether to allow sites to ask for permission to do Bluetooth scanning.

CEF_CONTENT_SETTING_TYPE_HID_GUARD43

Content settings for access to HID devices. The "guard" content setting stores whether to allow sites to ask for permission to access a device. The permissions granted to access particular devices are stored in the "chooser data" website setting.

CEF_CONTENT_SETTING_TYPE_HID_CHOOSER_DATA44
CEF_CONTENT_SETTING_TYPE_WAKE_LOCK_SCREEN45

Wake Lock API, which has two lock types: screen and system locks. Currently, screen locks do not need any additional permission, and system locks are always denied while the right UI is worked out.

CEF_CONTENT_SETTING_TYPE_WAKE_LOCK_SYSTEM46
CEF_CONTENT_SETTING_TYPE_FILE_SYSTEM_WRITE_GUARD48

Content settings which stores whether to allow sites to ask for permission to save changes to an original file selected by the user through the File System Access API.

CEF_CONTENT_SETTING_TYPE_NFC49

Used to store whether to allow a website to exchange data with NFC devices.

CEF_CONTENT_SETTING_TYPE_BLUETOOTH_CHOOSER_DATA50

Website setting to store permissions granted to access particular Bluetooth devices.

CEF_CONTENT_SETTING_TYPE_CLIPBOARD_READ_WRITE51

Full access to the system clipboard (sanitized read without user gesture, and unsanitized read and write with user gesture).

CEF_CONTENT_SETTING_TYPE_CLIPBOARD_SANITIZED_WRITE52

This is special-cased in the permissions layer to always allow, and as such doesn't have associated prefs data.

CEF_CONTENT_SETTING_TYPE_SAFE_BROWSING_URL_CHECK_DATA53

This content setting type is for caching safe browsing real time url check's verdicts of each origin.

CEF_CONTENT_SETTING_TYPE_VR54

Used to store whether a site is allowed to request AR or VR sessions with the WebXr Device API.

CEF_CONTENT_SETTING_TYPE_AR55
CEF_CONTENT_SETTING_TYPE_FILE_SYSTEM_READ_GUARD56

Content setting which stores whether to allow site to open and read files and directories selected through the File System Access API.

CEF_CONTENT_SETTING_TYPE_STORAGE_ACCESS57

Access to first party storage in a third-party context. Exceptions are scoped to the combination of requesting/top-level origin, and are managed through the Storage Access API. For the time being, this content setting exists in parallel to third-party cookie rules stored in COOKIES.

CEF_CONTENT_SETTING_TYPE_CAMERA_PAN_TILT_ZOOM58

Content setting which stores whether to allow a site to control camera movements. It does not give access to camera.

CEF_CONTENT_SETTING_TYPE_WINDOW_MANAGEMENT59

Content setting for Screen Enumeration and Screen Detail functionality. Permits access to detailed multi-screen information, like size and position. Permits placing fullscreen and windowed content on specific screens. See also: https://w3c.github.io/window-placement

CEF_CONTENT_SETTING_TYPE_INSECURE_PRIVATE_NETWORK60

Stores whether to allow insecure websites to make private network requests. See also: https://wicg.github.io/cors-rfc1918 Set through enterprise policies only.

CEF_CONTENT_SETTING_TYPE_LOCAL_FONTS61

Content setting which stores whether or not a site can access low-level locally installed font data using the Local Fonts Access API.

CEF_CONTENT_SETTING_TYPE_PERMISSION_AUTOREVOCATION_DATA62

Stores per-origin state for permission auto-revocation (for all permission types).

CEF_CONTENT_SETTING_TYPE_FILE_SYSTEM_LAST_PICKED_DIRECTORY63

Stores per-origin state of the most recently selected directory for the use by the File System Access API.

CEF_CONTENT_SETTING_TYPE_DISPLAY_CAPTURE64

Controls access to the getDisplayMedia API when {preferCurrentTab: true} is specified.

CEF_CONTENT_SETTING_TYPE_FILE_SYSTEM_ACCESS_CHOOSER_DATA65

Website setting to store permissions metadata granted to paths on the local file system via the File System Access API. |FILE_SYSTEM_WRITE_GUARD| is the corresponding "guard" setting. The stored data represents valid permission only if |FILE_SYSTEM_ACCESS_EXTENDED_PERMISSION| is enabled via user opt-in. Otherwise, they represent "recently granted but revoked permission", which are used to restore the permission.

CEF_CONTENT_SETTING_TYPE_FEDERATED_IDENTITY_SHARING66

Stores a grant that allows a relying party to send a request for identity information to specified identity providers, potentially through any anti-tracking measures that would otherwise prevent it. This setting is associated with the relying party's origin.

CEF_CONTENT_SETTING_TYPE_JAVASCRIPT_JIT67

Whether to use the v8 optimized JIT for running JavaScript on the page.

CEF_CONTENT_SETTING_TYPE_HTTP_ALLOWED68

Content setting which stores user decisions to allow loading a site over HTTP. Entries are added by hostname when a user bypasses the HTTPS-First Mode interstitial warning when a site does not support HTTPS. Allowed hosts are exact hostname matches -- subdomains of a host on the allowlist must be separately allowlisted.

CEF_CONTENT_SETTING_TYPE_FORMFILL_METADATA69

Stores metadata related to form fill, such as e.g. whether user data was autofilled on a specific website.

CEF_CONTENT_SETTING_TYPE_FEDERATED_IDENTITY_ACTIVE_SESSION70

Setting to indicate that there is an active federated sign-in session between a specified relying party and a specified identity provider for a specified account. When this is present it allows access to session management capabilities between the sites. This setting is associated with the relying party's origin.

CEF_CONTENT_SETTING_TYPE_AUTO_DARK_WEB_CONTENT71

Setting to indicate whether Chrome should automatically apply darkening to web content.

CEF_CONTENT_SETTING_TYPE_REQUEST_DESKTOP_SITE72

Setting to indicate whether Chrome should request the desktop view of a site instead of the mobile one.

CEF_CONTENT_SETTING_TYPE_FEDERATED_IDENTITY_API73

Setting to indicate whether browser should allow signing into a website via the browser FedCM API.

CEF_CONTENT_SETTING_TYPE_NOTIFICATION_INTERACTIONS74

Stores notification interactions per origin for the past 90 days. Interactions per origin are pre-aggregated over seven-day windows: A notification interaction or display is assigned to the last Monday midnight in local time.

CEF_CONTENT_SETTING_TYPE_REDUCED_ACCEPT_LANGUAGE75

Website setting which stores the last reduced accept language negotiated for a given origin, to be used on future visits to the origin.

CEF_CONTENT_SETTING_TYPE_NOTIFICATION_PERMISSION_REVIEW76

Website setting which is used for NotificationPermissionReviewService to store origin blocklist from review notification permissions feature.

CEF_CONTENT_SETTING_TYPE_PRIVATE_NETWORK_GUARD77

Website setting to store permissions granted to access particular devices in private network.

CEF_CONTENT_SETTING_TYPE_PRIVATE_NETWORK_CHOOSER_DATA78
CEF_CONTENT_SETTING_TYPE_FEDERATED_IDENTITY_IDENTITY_PROVIDER_SIGNIN_STATUS79

Website setting which stores whether the browser has observed the user signing into an identity-provider based on observing the IdP-SignIn-Status HTTP header.

CEF_CONTENT_SETTING_TYPE_REVOKED_UNUSED_SITE_PERMISSIONS80

Website setting which is used for UnusedSitePermissionsService to store revoked permissions of unused sites from unused site permissions feature.

CEF_CONTENT_SETTING_TYPE_TOP_LEVEL_STORAGE_ACCESS81

Similar to STORAGE_ACCESS, but applicable at the page-level rather than being specific to a frame.

CEF_CONTENT_SETTING_TYPE_FEDERATED_IDENTITY_AUTO_REAUTHN_PERMISSION82

Setting to indicate whether user has opted in to allowing auto re-authn via the FedCM API.

CEF_CONTENT_SETTING_TYPE_FEDERATED_IDENTITY_IDENTITY_PROVIDER_REGISTRATION83

Website setting which stores whether the user has explicitly registered a website as an identity-provider.

CEF_CONTENT_SETTING_TYPE_ANTI_ABUSE84

Content setting which is used to indicate whether anti-abuse functionality should be enabled.

CEF_CONTENT_SETTING_TYPE_THIRD_PARTY_STORAGE_PARTITIONING85

Content setting used to indicate whether third-party storage partitioning should be enabled.

CEF_CONTENT_SETTING_TYPE_HTTPS_ENFORCED86

Used to indicate whether HTTPS-First Mode is enabled on the hostname.

CEF_CONTENT_SETTING_TYPE_ALL_SCREEN_CAPTURE87

Setting for enabling the getAllScreensMedia API. Spec link: https://github.com/screen-share/capture-all-screens

CEF_CONTENT_SETTING_TYPE_TPCD_SUPPORT89

Content Setting for 3PC accesses granted via 3PC deprecation trial.

CEF_CONTENT_SETTING_TYPE_AUTO_PICTURE_IN_PICTURE90

Content setting used to indicate whether entering picture-in-picture automatically should be enabled.

CEF_CONTENT_SETTING_TYPE_TPCD_METADATA_GRANTS91

Content Setting for 3PC accesses granted by metadata delivered via the component updater service. This type will only be used when net::features::kTpcdMetadataGrants is enabled.

CEF_CONTENT_SETTING_TYPE_FILE_SYSTEM_ACCESS_EXTENDED_PERMISSION92

Whether user has opted into keeping file/directory permissions persistent between visits for a given origin. When enabled, permission metadata stored under |FILE_SYSTEM_ACCESS_CHOOSER_DATA| can auto-grant incoming permission request.

CEF_CONTENT_SETTING_TYPE_NUM_TYPES93

Meta