mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 18:57:17 +00:00
Referrer-Policy: no-referrer-when-downgrade, fix s-maxage (#10683)
This commit is contained in:
parent
8f9aff5ac5
commit
69f5515096
@ -1,20 +1,20 @@
|
|||||||
/*
|
/*
|
||||||
Cache-Control: public, max-age: 0, s-max-age=3600, must-revalidate
|
Cache-Control: public, max-age: 0, s-maxage=3600, must-revalidate
|
||||||
Content-Security-Policy: form-action https:
|
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'
|
Feature-Policy: vibrate 'none'; geolocation 'none'; midi 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; payment 'none'
|
||||||
Referrer-Policy: strict-origin-when-cross-origin
|
Referrer-Policy: no-referrer-when-downgrade
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
X-Frame-Options: DENY
|
X-Frame-Options: DENY
|
||||||
X-XSS-Protection: 1; mode=block
|
X-XSS-Protection: 1; mode=block
|
||||||
/*.css
|
/*.css
|
||||||
Cache-Control: public, max-age: 604800, s-max-age=604800
|
Cache-Control: public, max-age: 604800, s-maxage=604800
|
||||||
/*.js
|
/*.js
|
||||||
Cache-Control: public, max-age: 604800, s-max-age=604800
|
Cache-Control: public, max-age: 604800, s-maxage=604800
|
||||||
/assets/*
|
/assets/*
|
||||||
Cache-Control: public, max-age: 0, s-max-age=604800, must-revalidate
|
Cache-Control: public, max-age: 0, s-maxage=604800, must-revalidate
|
||||||
/fonts/*
|
/fonts/*
|
||||||
Cache-Control: public, max-age: 1800, s-max-age=604800, must-revalidate
|
Cache-Control: public, max-age: 1800, s-maxage=604800, must-revalidate
|
||||||
/images/*
|
/images/*
|
||||||
Cache-Control: public, max-age: 1800, s-max-age=604800, must-revalidate
|
Cache-Control: public, max-age: 1800, s-maxage=604800, must-revalidate
|
||||||
/static/*
|
/static/*
|
||||||
Cache-Control: public, max-age: 1800, s-max-age=604800, must-revalidate
|
Cache-Control: public, max-age: 1800, s-maxage=604800, must-revalidate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user