mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00

* Add cache headers to demo and cast * Demo only to copy static from frontend public folder * Update headers * Update demo headers * Update cast headers * Update _headers * Update _headers
19 lines
519 B
Plaintext
19 lines
519 B
Plaintext
/*
|
|
Cache-Control: public, max-age: 0, s-maxage=3600, must-revalidate
|
|
Content-Security-Policy: form-action https:
|
|
Referrer-Policy: no-referrer-when-downgrade
|
|
X-Content-Type-Options: nosniff
|
|
X-XSS-Protection: 1; mode=block
|
|
|
|
/api/*
|
|
Cache-Control: public, max-age: 604800, s-maxage=604800
|
|
|
|
/assets/*
|
|
Cache-Control: public, max-age: 604800, s-maxage=604800
|
|
|
|
/frontend_es5/*
|
|
Cache-Control: public, max-age: 604800, s-maxage=604800
|
|
|
|
/frontend_latest/*
|
|
Cache-Control: public, max-age: 604800, s-maxage=604800
|