-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
104 lines (90 loc) · 2.54 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "default-src 'self' 'unsafe-inline' 'unsafe-eval' https://siteimproveanalytics.com https://doublethedonation.com *.siteimproveanalytics.io data: *.ucsc.edu *.google-analytics.com ajax.googleapis.com *.googletagmanager.com use.fontawesome.com *.google.com *.netlify.com *.unpkg.com fonts.googleapis.com fonts.gstatic.com unpkg.com *.fontawesome.com visualizedata.ucop.edu *.cloudflare.com;frame-src 'self' *.youtube.com *.google.com visualizedata.ucop.edu;object-src 'none';frame-ancestors 'self' *.google.com *.youtube.com;"
X-Content-Type-Options = "nosniff"
X-XSS-Protection = "1; mode=block"
X-Frame-Options = "DENY"
[[redirects]]
from = "/campaign-impact/*"
to = "/:splat"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/about"
to = "/contact-us"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/donor-profiles"
to = "/impact-of-giving/donor-profiles"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/donor-profiles/*"
to = "/impact-of-giving/:splat"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/giving-opportunities"
to = "/areas-to-support"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/giving-opportunities/*"
to = "/areas-to-support/:splat"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/news-events"
to = "/impact-of-giving"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/news/*"
to = "/impact-of-giving/:splat"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/student-profiles"
to = "/impact-of-giving/student-profiles"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/student-profiles/*"
to = "/impact-of-giving/:splat"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/videos"
to = "/impact-of-giving/video"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/videos/*"
to = "/impact-of-giving/:splat"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/ways_to_give.php"
to = "/ways-to-give"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/impact-of-giving/poetry-in-motion/"
to = "/impact-of-giving/"
status = 301
headers = {X-From = "Netlify"}