-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path_headers
More file actions
9 lines (8 loc) · 728 Bytes
/
_headers
File metadata and controls
9 lines (8 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
/*
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Permissions-Policy: camera=(), microphone=(), geolocation=()
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://*.openai.com https://*.anthropic.com https://*.googleapis.com https://api.groq.com https://*.mistral.ai https://*.cerebras.ai https://openrouter.ai https://*.posthog.com wss://*.openflowkit.com wss://signaling.yjs.dev; img-src 'self' data: blob: https:; font-src 'self' data:; worker-src 'self' blob:; frame-ancestors 'none';
/assets/*
Cache-Control: public, max-age=31536000, immutable