mirror of
https://github.com/strapi/strapi.git
synced 2025-08-18 05:37:10 +00:00
39 lines
567 B
JSON
39 lines
567 B
JSON
{
|
|
"csrf": {
|
|
"enabled": false,
|
|
"key": "_csrf",
|
|
"secret": "_csrfSecret"
|
|
},
|
|
"csp": {
|
|
"enabled": false,
|
|
"policy": {
|
|
"default-src": "'self'"
|
|
}
|
|
},
|
|
"p3p": {
|
|
"enabled": false,
|
|
"value": ""
|
|
},
|
|
"hsts": {
|
|
"enabled": false,
|
|
"maxAge": 31536000,
|
|
"includeSubDomains": true
|
|
},
|
|
"xframe": {
|
|
"enabled": false,
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
"xss": {
|
|
"enabled": false,
|
|
"mode": "block"
|
|
},
|
|
"cors": {
|
|
"enabled": true
|
|
},
|
|
"ip": {
|
|
"enabled": false,
|
|
"whiteList": [],
|
|
"blackList": []
|
|
}
|
|
}
|