Dan Ditomaso
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
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", |
|
|
|
}, |
|
|
|
|