Preparing search index...
The search index is not available
secure-backend
secure-backend
SanitizationConfig
Interface SanitizationConfig
interface
SanitizationConfig
{
allowedContentTypes
?:
string
[]
;
enabled
?:
boolean
;
maxBodySize
?:
number
;
maxQuerySize
?:
number
;
noSqlInjection
?:
boolean
;
sqlInjection
?:
boolean
;
validationSchema
?:
any
;
xss
?:
boolean
;
}
Index
Properties
allowed
Content
Types?
enabled?
max
Body
Size?
max
Query
Size?
no
Sql
Injection?
sql
Injection?
validation
Schema?
xss?
Properties
Optional
allowed
Content
Types
allowed
Content
Types
?:
string
[]
Optional
enabled
enabled
?:
boolean
Optional
max
Body
Size
max
Body
Size
?:
number
Optional
max
Query
Size
max
Query
Size
?:
number
Optional
no
Sql
Injection
no
Sql
Injection
?:
boolean
Optional
sql
Injection
sql
Injection
?:
boolean
Optional
validation
Schema
validation
Schema
?:
any
Optional
xss
xss
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
allowed
Content
Types
enabled
max
Body
Size
max
Query
Size
no
Sql
Injection
sql
Injection
validation
Schema
xss
secure-backend
Loading...