FrontendSecurityOptions Interface
Options that can be supplied with IModelAppOptions to customize frontend security.
extensions
Properties
| Name | Type | Description | |
|---|---|---|---|
| csrfProtection Readonly | undefined | { cookieName?: string, enabled: boolean, headerName?: string } | Configures protection from Cross Site Request Forgery attacks. | 
Defined in
- core/frontend/src/IModelApp.ts Line 65
Last Updated: 20 June, 2023