mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-27 06:47:34 +00:00
20 lines
875 B
Plaintext
20 lines
875 B
Plaintext
/*
|
|
Cache-Control: public, max-age: 0, s-maxage=3600, must-revalidate
|
|
Content-Security-Policy: form-action https:
|
|
Feature-Policy: vibrate 'none'; geolocation 'none'; midi 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; payment 'none'
|
|
Referrer-Policy: no-referrer-when-downgrade
|
|
X-Content-Type-Options: nosniff
|
|
X-XSS-Protection: 1; mode=block
|
|
/*.css
|
|
Cache-Control: public, max-age: 604800, s-maxage=604800
|
|
/*.js
|
|
Cache-Control: public, max-age: 604800, s-maxage=604800
|
|
/assets/*
|
|
Cache-Control: public, max-age: 0, s-maxage=604800, must-revalidate
|
|
/fonts/*
|
|
Cache-Control: public, max-age: 1800, s-maxage=604800, must-revalidate
|
|
/images/*
|
|
Cache-Control: public, max-age: 1800, s-maxage=604800, must-revalidate
|
|
/static/*
|
|
Cache-Control: public, max-age: 1800, s-maxage=604800, must-revalidate
|