-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnetlify.toml
More file actions
37 lines (34 loc) · 1.03 KB
/
netlify.toml
File metadata and controls
37 lines (34 loc) · 1.03 KB
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
32
33
34
35
36
37
[Settings]
[build]
command = "npm run build"
publish = "dist/"
[build.environment]
NODE_VERSION = "18.19.0"
# [[headers]]
# for = "/*"
# [headers.values]
# Content-Security-Policy = """
# base-uri 'self';
# connect-src 'self' cdn.jsdelivr.net fonts.gstatic.com;
# default-src 'none';
# font-src 'self' cdn.jsdelivr.net fonts.gstatic.com;
# form-action 'self';
# frame-ancestors 'none';
# frame-src 'self';
# img-src 'self' data:;
# manifest-src 'self';
# media-src 'self';
# object-src 'self';
# prefetch-src 'self';
# script-src 'self';
# style-src 'self';
# upgrade-insecure-requests;
# """
# Expect-CT = "max-age=604800"
# Permissions-Policy = "fullscreen=(self)"
# Referrer-Policy = "same-origin"
# Strict-Transport-Security = "max-age=31557600; includesubdomains; preload"
# Vary = "Accept-Encoding"
# X-Content-Type-Options = "nosniff"
# X-Frame-Options = "deny"
# X-XSS-Protection = "1; mode=block"