/*
  X-Frame-Options: SAMEORIGIN
  X-Content-Type-Options: nosniff
  Referrer-Policy: strict-origin-when-cross-origin

/assets/*
  Cache-Control: public, max-age=604800, immutable

# Icon URLs stay stable for Google's favicon crawler, so they can't be
# cache-busted with a query; keep them out of the immutable asset rule.
/assets/favicon.png
  Cache-Control: public, max-age=86400

/favicon.ico
  Content-Type: image/x-icon
  Cache-Control: public, max-age=86400

/install.sh
  Content-Type: text/plain
  Content-Disposition: inline

/install
  Content-Type: text/plain
  Content-Disposition: inline

/install.ps1
  Content-Type: text/plain
  Content-Disposition: inline

/install.cmd
  Content-Type: text/plain
  Content-Disposition: inline

/latest.json
  Content-Type: application/json
  Cache-Control: public, max-age=300

/agent-detection/*
  Content-Type: text/plain
  Cache-Control: public, max-age=300

/llms.txt
  Content-Type: text/markdown; charset=utf-8

/llms-preview.txt
  Content-Type: text/markdown; charset=utf-8

/llms-small.txt
  Content-Type: text/markdown; charset=utf-8

/llms-full.txt
  Content-Type: text/markdown; charset=utf-8
