forked from zero-to-mastery/breads-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
static.json
24 lines (24 loc) · 967 Bytes
/
static.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"root": "build/",
"routes": {
"/**": "index.html"
},
"https_only": true,
"proxies": {
"/api/": {
"origin": "${REACT_APP_AXIOS_URL}"
}
},
"headers": {
"/**": {
"Strict-Transport-Security": "max-age=31557600; includeSubDomains;",
"Cache-Control": "no-cache",
"Content-Security-Policy-Report-Only": "default-src 'self' https:; script-src 'self' 'sha256-IjRw88EIRqqX+VpFI3slzD4qzNuRp0RfxZuz50uE2eQ=' https:; img-src 'self' https: data:; style-src 'self' 'sha256-UTjtaAWWTyzFjRKbltk24jHijlTbP20C1GUYaWPqg7E=' 'sha256-deDIoPlRijnpfbTDYsK+8JmDfUBmpwpnb0L/SUV8NeU='; report-uri https://www.breads.io/api/csp-report",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "SAMEORIGIN",
"X-XSS-Protection": "1; mode=block",
"X-DNS-Prefetch-Control": "off",
"X-Download-Options": "noopen"
}
}
}