mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
42 lines
615 B
JSON
42 lines
615 B
JSON
{
|
|
"csrf": {
|
|
"enabled": false,
|
|
"key": "_csrf",
|
|
"secret": "_csrfSecret"
|
|
},
|
|
"csp": {
|
|
"enabled": true,
|
|
"policy": [
|
|
{
|
|
"img-src": "'self' http:"
|
|
},
|
|
"block-all-mixed-content"
|
|
]
|
|
},
|
|
"p3p": {
|
|
"enabled": true,
|
|
"value": ""
|
|
},
|
|
"hsts": {
|
|
"enabled": true,
|
|
"maxAge": 31536000,
|
|
"includeSubDomains": true
|
|
},
|
|
"xframe": {
|
|
"enabled": true,
|
|
"value": "SAMEORIGIN"
|
|
},
|
|
"xss": {
|
|
"enabled": true,
|
|
"mode": "block"
|
|
},
|
|
"cors": {
|
|
"enabled": true
|
|
},
|
|
"ip": {
|
|
"enabled": false,
|
|
"whiteList": [],
|
|
"blackList": []
|
|
}
|
|
}
|