mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 02:38:21 +00:00
37 lines
535 B
JSON
37 lines
535 B
JSON
{
|
|
"csp": {
|
|
"enabled": true,
|
|
"policy": [
|
|
{
|
|
"img-src": "'self' http: data:"
|
|
},
|
|
"block-all-mixed-content"
|
|
]
|
|
},
|
|
"p3p": {
|
|
"enabled": false,
|
|
"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": []
|
|
}
|
|
}
|