Browse Source

Update packages/web/vite.config.ts

Co-authored-by: Copilot <[email protected]>
pull/704/head
Dan Ditomaso 1 year ago
committed by GitHub
parent
commit
523f5ef15d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      packages/web/vite.config.ts

3
packages/web/vite.config.ts

@ -49,8 +49,7 @@ export default defineConfig({
server: {
port: 3000,
headers: {
"content-security-policy":
"script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' data: https://rsms.me https://cdn.jsdelivr.net; img-src 'self' data:; font-src 'self' data: https://rsms.me https://cdn.jsdelivr.net; worker-src 'self' blob:; object-src 'none'; base-uri 'self';",
"content-security-policy": CONTENT_SECURITY_POLICY,
"Cross-Origin-Opener-Policy": "same-origin",
"Cross-Origin-Embedder-Policy": "require-corp",
},

Loading…
Cancel
Save