Sets the current value for |content_type| for the specified URLs in the
default scope. If both URLs are NULL, and the context is not incognito,
the default value will be set. Pass nullptr for |value| to remove the
default value for this content type.
WARNING: Incorrect usage of this function may cause instability or
security issues in Chromium. Make sure that you first understand the
potential impact of any changes to |content_type| by reviewing the related
source code in Chromium. For example, if you plan to modify
CEF_CONTENT_SETTING_TYPE_POPUPS, first review and understand the usage of
ContentSettingsType::POPUPS in Chromium:
https://source.chromium.org/search?q=ContentSettingsType::POPUPS
Sets the current value for |content_type| for the specified URLs in the default scope. If both URLs are NULL, and the context is not incognito, the default value will be set. Pass nullptr for |value| to remove the default value for this content type.
WARNING: Incorrect usage of this function may cause instability or security issues in Chromium. Make sure that you first understand the potential impact of any changes to |content_type| by reviewing the related source code in Chromium. For example, if you plan to modify CEF_CONTENT_SETTING_TYPE_POPUPS, first review and understand the usage of ContentSettingsType::POPUPS in Chromium: https://source.chromium.org/search?q=ContentSettingsType::POPUPS