UNPKG

816 BJSONView Raw
1{
2 "root": "dist/",
3 "https_only": true,
4 "clean_urls": true,
5 "routes": {
6 "/**": "index.html"
7 },
8 "headers": {
9 "/**": {
10 "Cache-Control": "private, no-store, no-cache, must-revalidate, proxy-revalidate",
11 "Pragma": "no-cache",
12 "Expires": "Sat, 05 Nov 1955 00:00:00 PST",
13 "Strict-Transport-Security": "max-age=31536000; includeSubDomains;",
14 "X-Download-Options": "noopen",
15 "X-Content-Type-Options": "nosniff",
16 "X-Frame-Options": "SAMEORIGIN",
17 "X-XSS-Protection": "1; mode=block"
18 },
19 "/assets/**": { "Cache-Control": "public, max-age=512000" },
20 "/robots.txt": { "Cache-Control": "public, max-age=512000" },
21 "/crossdomain.xml": { "Cache-Control": "public, max-age=512000" }
22 },
23 "logging": {
24 "access": false,
25 "error": "error"
26 }
27}