-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
19 lines (18 loc) · 835 Bytes
/
Copy pathnetlify.toml
File metadata and controls
19 lines (18 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[headers]]
for = "/*"
[headers.values]
X-Establishment = "H"
X-Clacks-Overhead = "GNU Terry Pratchett"
Permissions-Policy = "browsing-topics=()"
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
function = "strip-non-html-headers"
X-Content-Type-Options = "nosniff"
X-Permitted-Cross-Domain-Policies = "none"
Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; connect-src 'self' https://api.carbonintensity.org.uk https://api.openf1.org https://nominatim.openstreetmap.org https://api.open-meteo.com https://api.github.com;"
[[headers]]
for = "/feed.xml"
[headers.values]
Content-Type = "application/xml"
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Methods = "GET, HEAD, OPTIONS"