# Security Headers for Netlify/Vercel deployment
# For other platforms, configure these in your web server

/*
  X-Frame-Options: DENY
  X-Content-Type-Options: nosniff
  X-XSS-Protection: 1; mode=block
  Referrer-Policy: strict-origin-when-cross-origin
  Permissions-Policy: geolocation=(), microphone=(), camera=()
  
  # Content Security Policy
  # Adjust based on your needs
  Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.thirdweb.com https://*.walletconnect.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' https://*.ethereum.org https://*.infura.io https://*.alchemy.com https://*.etherscan.io https://*.safe.global wss://*.walletconnect.com; frame-src 'self' https://*.walletconnect.com;
  
  # HSTS (only enable if using HTTPS)
  # Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
