fix: add allowList to types (#261)
This commit is contained in:
1
typings/xss.d.ts
vendored
1
typings/xss.d.ts
vendored
@@ -10,6 +10,7 @@ declare module "xss" {
|
||||
|
||||
namespace XSS {
|
||||
export interface IFilterXSSOptions {
|
||||
allowList?: IWhiteList;
|
||||
whiteList?: IWhiteList;
|
||||
onTag?: OnTagHandler;
|
||||
onTagAttr?: OnTagAttrHandler;
|
||||
|
||||
Reference in New Issue
Block a user