-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
20 lines (17 loc) · 1.01 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[[headers]]
for = "/*"
[headers.values]
X-DNS-Prefetch-Control = 'on'
X-Content-Type-Options = 'nosniff'
X-Frame-Options = 'SAMEORIGIN'
X-XSS-Protection = '1; mode=block'
Strict-Transport-Security = 'max-age=31536000; includeSubDomains; preload'
Content-Security-Policy = "default-src 'self'; connect-src 'self' www.google-analytics.com analytics.google.com stats.g.doubleclick.ne covid.sda.untukkita.my.id https://sidoarjo-api.azurewebsites.net/; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.netlify.com *.googletagmanager.com analytics.google.com *.airtable.com unpkg.com; img-src 'self' blob: data: https:; style-src 'self' 'unsafe-inline'; object-src 'none'; frame-src 'self' https://*.airtable.com airtable.com;"
Referrer-Policy = 'no-referrer'
Permissions-Policy = 'camera=(), microphone=(), geolocation=(), interest-cohort=()'
[[plugins]]
package = "@netlify/plugin-nextjs"
[[plugins]]
package = "netlify-plugin-cache-nextjs"
[[plugins]]
package = "netlify-plugin-image-optim"