/*
  Permissions-Policy: local-network-access=(self), local-network=(self), loopback-network=(self)

/
  Cache-Control: no-cache, no-store, must-revalidate

/app
  Cache-Control: no-cache, no-store, must-revalidate

/download
  Cache-Control: no-cache, no-store, must-revalidate

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

/app.html
  Cache-Control: no-cache, no-store, must-revalidate

/index.html
  Cache-Control: no-cache, no-store, must-revalidate

/app.webmanifest
  Cache-Control: no-cache, no-store, must-revalidate

/sw.js
  Cache-Control: no-cache, no-store, must-revalidate

/desktop-auth-callback.html
  Cache-Control: no-cache, no-store, must-revalidate
  Content-Security-Policy: default-src 'none'; script-src 'self'; style-src 'unsafe-inline'; img-src 'self'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'
  Referrer-Policy: no-referrer
  X-Content-Type-Options: nosniff

/desktop-auth-callback
  Cache-Control: no-cache, no-store, must-revalidate
  Content-Security-Policy: default-src 'none'; script-src 'self'; style-src 'unsafe-inline'; img-src 'self'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'
  Referrer-Policy: no-referrer
  X-Content-Type-Options: nosniff

/desktop-auth-callback.js
  Cache-Control: no-cache, no-store, must-revalidate
  Referrer-Policy: no-referrer
  X-Content-Type-Options: nosniff
