_headers 471 B

12345678910111213141516171819202122
  1. /*
  2. X-Content-Type-Options: nosniff
  3. Referrer-Policy: strict-origin-when-cross-origin
  4. /*.html
  5. Cache-Control: public, max-age=0, must-revalidate
  6. /assets/*
  7. Cache-Control: public, max-age=31536000, immutable
  8. /vendor/*
  9. Cache-Control: public, max-age=31536000, immutable
  10. /wasm/*
  11. Cache-Control: public, max-age=31536000, immutable
  12. X-Content-Type-Options: nosniff
  13. /wasm/*.wasm
  14. Content-Type: application/wasm
  15. /example/*
  16. Cache-Control: public, max-age=86400