You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
845 B
25 lines
845 B
[build]
|
|
command = ""
|
|
publish = "dist"
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"
|
|
Cache-Control = "public, max-age=31536000"
|
|
Referrer-Policy = "strict-origin-when-cross-origin"
|
|
Content-Security-Policy = "default-src https:"
|
|
X-Content-Type-Options = "nosniff"
|
|
X-Frame-Options = "DENY"
|
|
X-XSS-Protection = "1; mode=block"
|
|
# Referrer-Policy = "no-referrer"
|
|
Access-Control-Allow-Origin = "*"
|
|
Vary = "Accept-Encoding"
|
|
Access-Control-Allow-Credentials = "true"
|
|
Feature-Policy = "geolocation 'self' https://dominicreich.com; autoplay 'none'; lazyload 'self' https://dominicreich.com; sync-xhr 'self' https://dominicreich.com"
|
|
|
|
[[headers]]
|
|
for = "/assets/*"
|
|
[headers.values]
|
|
Cache-Control = "public, max-age=31536000"
|