"webSecurity"
Configures the appropriate property value for Web security.
Example
"webSecurity": {
"csrfEnabled": true
},
Properties
Property Name
Description
Default Value
Type
"csrfEnabled"
Set to true to enable Cross Site Request Forgery (CSRF) protection.
true
Boolean
Was this helpful?