37 lines
529 B
JSON
Raw Normal View History

2016-03-18 11:12:50 +01:00
{
"csp": {
"enabled": true,
"policy": [
{
"img-src": "'self' http:"
},
"block-all-mixed-content"
]
},
"p3p": {
2019-09-20 12:45:31 +02:00
"enabled": false,
2017-09-19 10:06:16 +02:00
"value": ""
2016-03-18 11:12:50 +01:00
},
"hsts": {
"enabled": true,
2016-03-18 11:12:50 +01:00
"maxAge": 31536000,
"includeSubDomains": true
},
"xframe": {
"enabled": true,
"value": "SAMEORIGIN"
},
"xss": {
"enabled": true,
2017-09-19 10:06:16 +02:00
"mode": "block"
},
2016-03-18 11:12:50 +01:00
"cors": {
2019-08-21 11:05:33 +02:00
"enabled": true
2016-03-18 11:12:50 +01:00
},
"ip": {
"enabled": false,
2016-03-18 11:12:50 +01:00
"whiteList": [],
"blackList": []
}
2016-03-18 11:12:50 +01:00
}