API Reference > imodeljs-frontend > IModelApp > FrontendSecurityOptions FrontendSecurityOptions Interface Options that can be supplied with IModelAppOptions to customize frontend security. 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: 11 June, 2024