hasAccessToPrivateData
A Boolean value indicating if the extension has access to private data.
Declaration
var hasAccessToPrivateData: Bool { get set }Discussion
If this property is true, the extension is granted permission to interact with private windows, tabs, and cookies. Access to private data should be explicitly allowed by the user before setting this property. This value should be saved and restored as needed by the app.