Contents

RestrictedSandboxAppliable

A protocol that browser extensions implement to opt into a more restricted sandbox.

Declaration

protocol RestrictedSandboxAppliable

Mentioned in

Overview

Call applyRestrictedSandbox(revision:) to enter the restricted sandbox, indicating which revision of the sandbox restrictions to apply.

In the first revision (RestrictedSandboxRevision.revision1), additional restrictions affect the web content extension only.

For more information, see Limiting resource access in web content extensions.

Topics

Applying sandbox restrictions

See Also

Access control