/*
  X-Content-Type-Options: nosniff
  Referrer-Policy: strict-origin-when-cross-origin
  X-Frame-Options: DENY
  Permissions-Policy: camera=(), microphone=(), geolocation=()

/
  Cache-Control: no-store

/*/
  Cache-Control: no-store

/*.html
  Cache-Control: no-store

/sitemap.xml
  Cache-Control: no-store

/index.xml
  Cache-Control: no-store

/llms.txt
  Cache-Control: public, max-age=3600, s-maxage=3600, must-revalidate

/reference/*
  Cache-Control: public, max-age=3600, s-maxage=3600, must-revalidate
  X-Robots-Tag: noindex, follow

/articles/index.xml
  Cache-Control: no-store

/*.css
  Cache-Control: public, max-age=31536000, immutable

/js/*.js
  Cache-Control: public, max-age=31536000, immutable

/*.png
  Cache-Control: public, max-age=86400
