-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_headers
More file actions
42 lines (32 loc) · 1.04 KB
/
Copy path_headers
File metadata and controls
42 lines (32 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin
Strict-Transport-Security: max-age=31536000; includeSubDomains
Permissions-Policy: camera=(), microphone=(self), geolocation=(self)
/admin-hub
X-Frame-Options: DENY
Content-Security-Policy: frame-ancestors 'none'
/sw.js
Cache-Control: public, max-age=0, must-revalidate
Service-Worker-Allowed: /
/*.html
Cache-Control: public, max-age=0, must-revalidate
/css/*.css
Cache-Control: public, max-age=31536000, immutable
/js/*.js
Cache-Control: public, max-age=31536000, immutable
/img/*
Cache-Control: public, max-age=31536000, immutable
/splash/*
Cache-Control: public, max-age=31536000, immutable
/manifest.json
Cache-Control: public, max-age=3600
Content-Type: application/manifest+json
/sitemap.xml
Content-Type: application/xml; charset=utf-8
Cache-Control: public, max-age=3600
/robots.txt
Content-Type: text/plain; charset=utf-8
Cache-Control: public, max-age=86400