-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathvercel.json
31 lines (31 loc) · 1.32 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"git": {
"deploymentEnabled": {
"l10n_main": false,
"l10n_main-next": false,
"l10n_public-talks-main": false,
"l10n_public-talks-main-next": false,
"l10n_releases-main": false,
"cpe-archive": false
}
},
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src 'self' https://organized-sws.firebaseapp.com https://dev-sws2apps.firebaseapp.com blob:; img-src 'self' data: https://*.googleusercontent.com https://s.yimg.com blob:; script-src 'self' 'unsafe-eval' https://apis.google.com; connect-src 'self' data: https://*.organized-app.com https://staging-api-sws2apps.koyeb.app https://app.jw-cdn.org https://www.jw.org https://identitytoolkit.googleapis.com https://apis.google.com https://securetoken.googleapis.com https://firebaseinstallations.googleapis.com https://firebase.googleapis.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: https://fonts.gstatic.com; base-uri 'self' https://www.jw.org; form-action 'self'; object-src 'none'; frame-ancestors 'none'"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "DENY"
}
]
}
]
}