We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6f969 commit 400d5aaCopy full SHA for 400d5aa
1 file changed
vercel.json
@@ -14,10 +14,6 @@
14
{
15
"key": "Permissions-Policy",
16
"value": "camera=(), microphone=(), geolocation=()"
17
- },
18
- {
19
- "key": "Content-Security-Policy",
20
- "value": "default-src 'self'; script-src 'self' 'unsafe-inline'; script-src-elem 'self'; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline'; style-src-attr 'unsafe-inline'; img-src 'self' data:; font-src 'self' data:; connect-src 'self'; manifest-src 'self'; worker-src 'self' blob:; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'none'"
21
}
22
]
23
0 commit comments