This repository was archived by the owner on Mar 28, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnetlify.toml
78 lines (66 loc) · 1.84 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[build]
command = "middleman build --verbose"
publish = "build"
[build.processing]
skip_processing = false
[build.processing.css]
bundle = true
minify = true
[build.processing.js]
bundle = true
minify = true
[build.processing.html]
pretty_urls = true
[build.processing.images]
compress = true
[[headers]]
for = "*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
Content-Security-Policy = "default-src 'self' https: blob:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; worker-src 'self' blob: ; script-src 'self' https: 'unsafe-inline'; style-src 'self' https: 'unsafe-inline'; upgrade-insecure-requests"
Strict-Transport-Security = "max-age=15552000; includeSubDomains"
Referrer-Policy = "no-referrer-when-downgrade"
Access-Control-Allow-Origin = "*"
Cache-Control = "public, max-age=604800, s-max-age=604800"
[[headers]]
for = "/*.(png|jpg|js|css|svg|woff|ttf|eot|ico)"
[headers.values]
Cache-Control = "public, max-age=31536000, s-max-age=31536000"
[[redirects]]
from = "/wp-login.php"
to = "/"
status = 301
[[redirects]]
from = "/wp-admin"
to = "/"
status = 301
[[redirects]]
from = "/api"
to = "/github-integration-deprecation-notice"
status = 301
[[redirects]]
from = "/contact-us"
to = "/"
status = 301
[[redirects]]
from = "/roadmap"
to = "/"
status = 301
[[redirects]]
from = "/privacy-policy"
to = "/github-integration-deprecation-notice"
status = 301
[[redirects]]
from = "/terms-of-service"
to = "/github-integration-deprecation-notice"
status = 301
[[redirects]]
from = "/cookie-policy"
to = "/github-integration-deprecation-notice"
status = 301
[[redirects]]
from = "/subprocessors"
to = "/github-integration-deprecation-notice"
status = 301