forked from theupdateframework/theupdateframework.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
27 lines (22 loc) · 898 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
[build]
publish = "public"
command = "npm run seq -- build:preview diff:check"
[context.production]
command = "npm run seq -- build:production diff:check"
[[redirects]]
from = "/specification/list"
to = "https://theupdateframework.github.io/specification/"
[[redirects]]
from = "/specification"
to = "/specification/latest/"
[[redirects]]
from = "/specification/*"
to = "https://theupdateframework.github.io/specification/:splat"
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "default-src 'self' code.jquery.com fonts.googleapis.com fonts.gstatic.com cse.google.com www.google.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=()"