mirror of
https://github.com/tiennm99/bonsai.git
synced 2026-05-23 02:25:10 +00:00
7cd9833860
Updates exampleSite hugo.toml with v0.5 parameters for multi-section bio, QR code, vCard, share button, analytics, and OG image generation. Includes Vercel and Netlify deployment configuration templates. Enables one-click deployment for new users.
25 lines
919 B
Plaintext
25 lines
919 B
Plaintext
/*
|
|
X-Content-Type-Options: nosniff
|
|
X-Frame-Options: SAMEORIGIN
|
|
Referrer-Policy: strict-origin-when-cross-origin
|
|
Permissions-Policy: camera=(), microphone=(), geolocation=()
|
|
Content-Security-Policy: default-src 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com; style-src 'self' 'unsafe-inline'; connect-src 'self' https://www.google-analytics.com https://*.analytics.google.com https://*.google-analytics.com https://*.googletagmanager.com; font-src 'self'; frame-ancestors 'self'
|
|
|
|
/css/*
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
/js/*
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
/icons/*
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
/images/*
|
|
Cache-Control: public, max-age=31536000, immutable
|
|
|
|
/index.html
|
|
Cache-Control: public, max-age=3600, must-revalidate
|
|
|
|
/
|
|
Cache-Control: public, max-age=3600, must-revalidate
|