mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 19:27:34 +00:00
48 lines
774 B
JSON
48 lines
774 B
JSON
![]() |
{
|
||
|
"session": {
|
||
|
"key": "myApp",
|
||
|
"secretKeys": [
|
||
|
"mySecretKey1"
|
||
|
],
|
||
|
"maxAge": 86400000
|
||
|
},
|
||
|
"csrf": false,
|
||
|
"csp": false,
|
||
|
"p3p": false,
|
||
|
"hsts": {
|
||
|
"maxAge": 31536000,
|
||
|
"includeSubDomains": true
|
||
|
},
|
||
|
"xframe": "SAMEORIGIN",
|
||
|
"xssProtection": false,
|
||
|
"cors": {
|
||
|
"origin": "http://studio.strapi.io",
|
||
|
"expose": [
|
||
|
"WWW-Authenticate",
|
||
|
"Server-Authorization"
|
||
|
],
|
||
|
"maxAge": 31536000,
|
||
|
"credentials": true,
|
||
|
"methods": [
|
||
|
"GET",
|
||
|
"POST",
|
||
|
"PUT",
|
||
|
"PATCH",
|
||
|
"DELETE",
|
||
|
"OPTIONS",
|
||
|
"HEAD"
|
||
|
],
|
||
|
"headers": [
|
||
|
"Content-Type",
|
||
|
"Authorization",
|
||
|
"StudioToken"
|
||
|
]
|
||
|
},
|
||
|
"ssl": false,
|
||
|
"ip": {
|
||
|
"whiteList": [],
|
||
|
"blackList": []
|
||
|
},
|
||
|
"proxy": false
|
||
|
}
|