unsandboxedPlugins property
ContentSetting
get
unsandboxedPlugins
Deprecated. Previously, controlled whether to allow sites to run
plugins unsandboxed, however, with the Flash broker process removed in
Chrome 88, this permission no longer has any effect. Value is always
block
. Calls to set()
and clear()
will be ignored.
Implementation
ContentSetting get unsandboxedPlugins =>
ContentSetting.fromJS($js.chrome.contentSettings.unsandboxedPlugins);