forked from home-assistant/home-assistant.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_headers
More file actions
20 lines (20 loc) · 935 Bytes
/
Copy path_headers
File metadata and controls
20 lines (20 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
Cache-Control: public, max-age=0, s-maxage=3600, must-revalidate
Content-Security-Policy: form-action https:
Feature-Policy: geolocation 'none'; midi 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; payment 'none'
Permissions-Policy: geolocation=(), midi=(), microphone=(), camera=(), magnetometer=(), gyroscope=(), payment=()
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