This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/netlify.toml
2023-12-17 14:44:16 -08:00

62 lines
No EOL
1.5 KiB
TOML

###
# URLs
###
[build.processing.html]
pretty_urls = true
###
# HEADERS
###
[[headers]]
for = "/feeds/posts"
[headers.values]
Content-Type = "application/xml; charset=utf-8"
x-content-type-options = "nosniff"
[[headers]]
for = "/feeds/links"
[headers.values]
Content-Type = "application/xml; charset=utf-8"
x-content-type-options = "nosniff"
[[headers]]
for = "/feeds/books"
[headers.values]
Content-Type = "application/xml; charset=utf-8"
x-content-type-options = "nosniff"
[[headers]]
for = "/feeds/follow"
[headers.values]
Content-Type = "application/xml; charset=utf-8"
x-content-type-options = "nosniff"
[[headers]]
for = "/.well-known/webfinger"
[headers.values]
Content-Type = "application/jrd+json; charset=utf-8"
[[headers]]
for = "/.well-known/gpc.json"
[headers.values]
Content-Type = "application/jrd+json; charset=utf-8"
[[headers]]
for = "/.well-known/traffic-advice"
[headers.values]
Content-Type = "application/trafficadvice+json"
[[headers]]
for = "/contribute.json"
[headers.values]
Content-Type = "application/json"
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "upgrade-insecure-requests; block-all-mixed-content;"
X-Content-Type-Options = "nosniff"
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
Referrer-Policy = "strict-origin-when-cross-origin"
Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()"