now.json 790 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "headers": [
  3. {
  4. "source": "/(.*)",
  5. "headers": [
  6. {
  7. "key": "Access-Control-Allow-Origin",
  8. "value": "*"
  9. },
  10. {
  11. "key": "X-Content-Type-Options",
  12. "value": "nosniff"
  13. },
  14. {
  15. "key": "Feature-Policy",
  16. "value": "*"
  17. },
  18. {
  19. "key": "Referrer-Policy",
  20. "value": "origin"
  21. },
  22. {
  23. "key": "Content-Security-Policy",
  24. "value": "default-src https: data: 'unsafe-inline'; connect-src https://*.excalidraw.com wss://excalidraw-socket.herokuapp.com https://excalidraw-socket.herokuapp.com"
  25. }
  26. ]
  27. }
  28. ],
  29. "redirects": [
  30. {
  31. "source": "/([^.]+)",
  32. "destination": "/",
  33. "statusCode": 301
  34. }
  35. ]
  36. }