mirror of
https://github.com/strapi/strapi.git
synced 2025-08-19 06:08:50 +00:00
32 lines
466 B
JSON
32 lines
466 B
JSON
{
|
|
"csp": {
|
|
"enabled": true,
|
|
"policy": ["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": []
|
|
}
|
|
}
|