veilid-dot-com/netlify.toml
2023-08-15 15:25:21 -04:00

21 lines
526 B
TOML

[build]
publish = "_site"
command = "curl -sSOL https://cecil.app/build.sh && bash ./build.sh"
[build.environment]
PHP_VERSION = "7.4"
[context.production.environment]
CECIL_ENV = "production"
[context.deploy-preview.environment]
CECIL_ENV = "preview"
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "SAMEORIGIN"
X-XSS-Protection = "0"
X-Content-Type-Options = "nosniff"
Content-Security-Policy = "default-src 'self'; script-src 'self'"
X-Clacks-Overhead = "GNU Terry Pratchett"