-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
20 lines (18 loc) · 840 Bytes
/
netlify.toml
File metadata and controls
20 lines (18 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[redirects]]
from = "https://recovery.ucsc.edu/*"
to = "https://slugstrong.ucsc.edu/:splat"
status = 301
headers = {X-From = "Netlify"}
force = true
[[redirects]]
from = "/:splat"
to = "/"
status = 301
headers = {X-From = "Netlify"}
force = true
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "default-src 'self' 'unsafe-inline' 'unsafe-eval' 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;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"