forked from datafruits/datafruits
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatic.json
More file actions
23 lines (23 loc) · 755 Bytes
/
static.json
File metadata and controls
23 lines (23 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"root": "dist/",
"https_only": false,
"clean_urls": true,
"routes": {
"/**": "index.html"
},
"headers": {
"/**": {
"Cache-Control": "private, no-store, no-cache, must-revalidate, proxy-revalidate",
"Pragma": "no-cache",
"Expires": "Sat, 05 Nov 1955 00:00:00 PST",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains;",
"X-Download-Options": "noopen",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "SAMEORIGIN",
"X-XSS-Protection": "1; mode=block"
},
"/assets/**": { "Cache-Control": "public, max-age=512000" },
"/robots.txt": { "Cache-Control": "public, max-age=512000" },
"/crossdomain.xml": { "Cache-Control": "public, max-age=512000" }
}
}