setContentSetting

fun setContentSetting(requestingUrl: String, permission: Int, value: Int)

Pre-grants (or blocks) a per-origin web permission without a prompt — e.g. allow Web Notifications for your own origin so service-worker showNotification() works without asking. permission is one of CefriumBrowser.PERMISSION_*; value one of CefriumBrowser.SETTING_*.