forked from theupdateframework/theupdateframework.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
33 lines (26 loc) · 973 Bytes
/
netlify.toml
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
[build]
publish = "public"
command = "make production-build"
[build.environment]
HUGO_VERSION = "0.60.0"
[context.deploy-preview]
command = "make preview-build"
[context.branch-deploy]
command = "make preview-build"
[[redirects]]
from = "/specification/latest"
to = "https://theupdateframework.github.io/specification/latest/"
[[redirects]]
from = "/specification/list"
to = "https://theupdateframework.github.io/specification/"
[[redirects]]
from = "/specification"
to = "https://theupdateframework.github.io/specification/latest/"
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "default-src 'self' code.jquery.com fonts.googleapis.com fonts.gstatic.com use.fontawesome.com app.netlify.com netlify-cdp-loader.netlify.app youtube.com; frame-src youtube.com www.youtube.com"
X-Frame-Options = "deny"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "no-referrer-when-downgrade"
permissions-policy = "interest-cohort=()"