AboutSupportDeveloper GuideVersion 42.134.100.36

Interface StructuredContentPermissions

Behavior when displaying content from matched URLs. Varies depending on type of navigation.

interface StructuredContentPermissions {
    iframe?: BaseContentBehavior;
    navigate?: ContentBehavior | StructuredContentBehavior;
    redirect?: ContentBehavior | StructuredContentBehavior;
}

Properties

Controls the behavior for when iframes try to redirect

Controls the behavior for navigations

Controls the behavior for redirects