Function createSandboxSecurityPolicy
- createSandboxSecurityPolicy(clearances?): TwingSandboxSecurityPolicy
Parameters
Optional
clearances: {
allowedFilters?: string[];
allowedFunctions?: string[];
allowedMethods?: Map<any, string[]>;
allowedProperties?: Map<any, string[]>;
allowedTags?: string[];
}Optional
allowedFilters?: string[]
Optional
allowedFunctions?: string[]
Optional
allowedMethods?: Map<any, string[]>
Optional
allowedProperties?: Map<any, string[]>
Optional
allowedTags?: string[]