Skip to main content

Module permissions

Module permissions 

Source
Expand description

Persistent storage for extension capability decisions.

When a user chooses “Allow Always” or “Deny Always” for an extension capability prompt, the decision is recorded here so it survives across sessions. Decisions are keyed by (extension_id, capability) and optionally scoped to a version range.

Structs§

PermissionStore
In-memory mirror of the on-disk permissions file with load/save helpers.
PersistedDecision
A persisted capability decision.