File size: 732 Bytes
e413a68
 
 
 
f0fe495
 
 
 
fdc7871
f0fe495
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build]
  base = "client"
  command = "npm run build"
  publish = "dist"

[[headers]]
  for = "/*"
  [headers.values]
    Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' data: https://* http://localhost:*; connect-src 'self' https://*.hf.space https://*.onrender.com https://* http://localhost:* ws://localhost:* wss://*; frame-ancestors 'none';"
    X-Frame-Options = "DENY"
    X-Content-Type-Options = "nosniff"
    Referrer-Policy = "strict-origin-when-cross-origin"
    Permissions-Policy = "geolocation=(), camera=(), microphone=()"
    Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"