We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e664d3 commit 7bf33e3Copy full SHA for 7bf33e3
src/config.ts
@@ -41,7 +41,7 @@ export interface DOMConfig {
41
ALLOW_UNKNOWN_PROTOCOLS?: boolean
42
ALLOWED_ATTR?: string[]
43
ALLOWED_TAGS?: string[]
44
- ALLOWED_URI_REGEXP?: boolean
+ ALLOWED_URI_REGEXP?: RegExp
45
FORBID_ATTR?: string[]
46
FORBID_TAGS?: string[]
47
FORCE_BODY?: boolean
@@ -66,7 +66,7 @@ export interface Config {
66
dom?: DOMConfig
67
overrides?: SelectorsToElement,
68
useFragment?: boolean,
69
- useAsKey: string[],
+ useAsKey?: string[],
70
}
71
72
/**
0 commit comments