-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathnetlify.toml
More file actions
19 lines (16 loc) · 752 Bytes
/
Copy pathnetlify.toml
File metadata and controls
19 lines (16 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build]
publish = "dist"
command = "npm ci && npm run build"
[[headers]]
for = "/*"
[headers.values]
X-Content-Type-Options = "nosniff"
Referrer-Policy = "strict-origin-when-cross-origin"
Permissions-Policy = "camera=(), microphone=(), geolocation=()"
X-Frame-Options = "DENY"
Strict-Transport-Security = "max-age=31536000; includeSubDomains"
Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://giscus.app; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; connect-src 'self' https://giscus.app; frame-src https://giscus.app; frame-ancestors 'none'; base-uri 'self'; object-src 'none'"
[[redirects]]
from = "/*"
to = "/404"
status = 404