autoVerify property
ContentSetting
get
autoVerify
Whether to allow sites to use the Private State Tokens
API. One
of
allow
: Allow sites to use the Private State Tokens API,
block
: Block sites from using the Private State Tokens API.
Default is allow
.
The primary URL is the URL of the top-level frame. The secondary URL is
not used. NOTE: When calling set()
, the primary pattern must be
<all_urls>
.
Implementation
ContentSetting get autoVerify =>
ContentSetting.fromJS($js.chrome.contentSettings.autoVerify);