{ "cors": { "enabled": true, "allowed_origins": ["https://trading.foxhunt.com", "https://admin.foxhunt.com"], "allowed_methods": ["GET", "POST", "PUT", "DELETE", "OPTIONS"], "allowed_headers": ["Authorization", "Content-Type", "X-Requested-With"], "credentials": true, "max_age": 3600 }, "csrf": { "enabled": true, "token_length": 32, "cookie_name": "__Secure-csrf-token", "header_name": "X-CSRF-Token" }, "security_headers": { "hsts": { "enabled": true, "max_age": 31536000, "include_subdomains": true, "preload": true }, "csp": { "enabled": true, "policy": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; connect-src 'self' wss: https:; frame-ancestors 'none';" } } }