Skip to main content
API Reference / modelence / server / SecurityConfig
SecurityConfig = object
Defined in: packages/modelence/src/app/securityConfig.ts:20 Security configuration for the application By default, the app is protected against clickjacking by setting Content-Security-Policy: frame-ancestors 'self' and X-Frame-Options: SAMEORIGIN on all responses, preventing the app from being embedded in iframes on other domains.

Example

Properties