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

Properties

Properties

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