AboutSupportDeveloper GuideVersion 41.131.100.38
interface LaunchExternalProcessRule {
    behavior: "allow" | "block";
    match: string[];
}

Properties

Properties

behavior: "allow" | "block"
match: string[]