/appsettings.json
  Cache-Control: public, max-age=60, stale-while-revalidate=300

/index.html
  Cache-Control: no-store

/service-worker.js
  Cache-Control: no-store

/service-worker.published.js
  Cache-Control: no-store

/service-worker-assets.js
  Cache-Control: no-store

/_framework/blazor.boot.json
  Cache-Control: no-cache

/_framework/blazor.webassembly.js
  Cache-Control: public, max-age=3600

/_framework/dotnet.js
  Cache-Control: public, max-age=3600

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

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

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

/_content/*
  Cache-Control: public, max-age=3600

/*
  X-Content-Type-Options: nosniff
  Referrer-Policy: strict-origin-when-cross-origin
  Permissions-Policy: local-network-access=(self), local-network=(self), loopback-network=(self)
