adding initial strapi app

This commit is contained in:
2020-04-23 19:46:25 +01:00
parent bfca46ae1d
commit ef2ca2d00e
52 changed files with 10610 additions and 2 deletions

View File

@@ -0,0 +1,31 @@
{
"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": []
}
}