/*
  X-Content-Type-Options: nosniff
  Referrer-Policy: strict-origin-when-cross-origin
  Cache-Control: no-cache, no-store, must-revalidate, max-age=0, s-maxage=0

/*.html
  Cache-Control: no-cache, no-store, must-revalidate, max-age=0, s-maxage=0

/*.js
  Content-Type: text/javascript; charset=utf-8
  Cache-Control: no-cache, no-store, must-revalidate, max-age=0, s-maxage=0

/*.json
  Content-Type: application/json; charset=utf-8
  Cache-Control: no-cache, no-store, must-revalidate, max-age=0, s-maxage=0

/*.md
  Content-Type: text/plain; charset=utf-8
  Cache-Control: no-cache, no-store, must-revalidate, max-age=0, s-maxage=0

/*.mp4
  Content-Type: video/mp4
  Cache-Control: public, max-age=86400

/*.wav
  Content-Type: audio/wav
  Cache-Control: public, max-age=86400

/*.gif
  Content-Type: image/gif
  Cache-Control: public, max-age=86400

/*.zip
  Content-Type: application/zip
  Content-Disposition: attachment
  Cache-Control: no-cache, no-store, must-revalidate, max-age=0, s-maxage=0

